mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-23 14:50:52 -04:00
Picks + Churn
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
ffe020a7a0
commit
04b4a1a45f
18 changed files with 25 additions and 16 deletions
|
@ -21,7 +21,7 @@ Change-Id: Id75a774ce1ed109a83c6a5bf512536c643165d71
|
|||
2 files changed, 170 insertions(+)
|
||||
|
||||
diff --git a/core/java/android/net/ConnectivityManager.java b/core/java/android/net/ConnectivityManager.java
|
||||
index ed03f5198d6f..7df32c10b16b 100644
|
||||
index ed03f5198d6f..dfdbbe085c0f 100644
|
||||
--- a/core/java/android/net/ConnectivityManager.java
|
||||
+++ b/core/java/android/net/ConnectivityManager.java
|
||||
@@ -796,6 +796,58 @@ public class ConnectivityManager {
|
||||
|
|
|
@ -8,7 +8,7 @@ Subject: [PATCH] skip reportNetworkConnectivity() when permission is revoked
|
|||
1 file changed, 8 insertions(+)
|
||||
|
||||
diff --git a/core/java/android/net/ConnectivityManager.java b/core/java/android/net/ConnectivityManager.java
|
||||
index 7df32c10b16b..a2b04f3e9540 100644
|
||||
index dfdbbe085c0f..dc1b4f16feba 100644
|
||||
--- a/core/java/android/net/ConnectivityManager.java
|
||||
+++ b/core/java/android/net/ConnectivityManager.java
|
||||
@@ -17,6 +17,7 @@ package android.net;
|
||||
|
|
|
@ -68,7 +68,7 @@ index 617548cadc..e1976fb5cf 100644
|
|||
These are shown in a list dialog. -->
|
||||
<string-array name="lock_after_timeout_entries">
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 0c6fe1a541..0173a8bf31 100644
|
||||
index a7a338ed7a..8d8e7aaccd 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -12237,4 +12237,7 @@
|
||||
|
|
|
@ -55,7 +55,7 @@ index e1976fb5cf..4c45ded7fa 100644
|
|||
<item msgid="6490061470416867723">Small</item>
|
||||
<item msgid="3579015730662088893">Default</item>
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 0173a8bf31..3d9a6548fc 100644
|
||||
index 8d8e7aaccd..21e752e0e2 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -647,6 +647,9 @@
|
||||
|
|
|
@ -67,7 +67,7 @@ index 4c45ded7fa..a36f468bfc 100644
|
|||
<string-array name="screen_timeout_entries">
|
||||
<item>15 seconds</item>
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 3d9a6548fc..773e7ffa68 100644
|
||||
index 21e752e0e2..25121ea49f 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -27,6 +27,25 @@
|
||||
|
|
|
@ -67,7 +67,7 @@ index a36f468bfc..83345cbceb 100644
|
|||
<string-array name="screen_timeout_entries">
|
||||
<item>15 seconds</item>
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 773e7ffa68..278b6ace5e 100644
|
||||
index 25121ea49f..b3408ee49a 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -46,6 +46,25 @@
|
||||
|
|
|
@ -12,7 +12,7 @@ Subject: [PATCH] add native debugging setting
|
|||
create mode 100644 src/com/android/settings/security/NativeDebugPreferenceController.java
|
||||
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 278b6ace5e..dd813f1784 100644
|
||||
index b3408ee49a..26ad0e54b2 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -11957,6 +11957,9 @@
|
||||
|
|
|
@ -10,7 +10,7 @@ Subject: [PATCH] UserManager app installation restrictions
|
|||
3 files changed, 44 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 4ea24ec62e..a2c18d6cea 100644
|
||||
index d7f32ee319..d723977899 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -7088,6 +7088,8 @@
|
||||
|
|
|
@ -12,7 +12,7 @@ Subject: [PATCH] add exec spawning toggle
|
|||
create mode 100644 src/com/android/settings/security/ExecSpawnPreferenceController.java
|
||||
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index dd813f1784..4ea24ec62e 100644
|
||||
index 26ad0e54b2..d7f32ee319 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -11957,6 +11957,8 @@
|
||||
|
|
|
@ -16,7 +16,7 @@ Change-Id: Ic01a142722372d9d57f52947025cd9db23e58ef4
|
|||
create mode 100644 src/com/android/settings/security/HostsPreferenceController.java
|
||||
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index a2c18d6cea..087fd82ef9 100644
|
||||
index d723977899..5af3638555 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -11969,6 +11969,9 @@
|
||||
|
|
|
@ -34,7 +34,7 @@ index 79e036a04c..5907f3a52e 100644
|
|||
<item>TDSCDMA only</item>
|
||||
<item>TDSCDMA/WCDMA</item>
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 087fd82ef9..060f94a48f 100644
|
||||
index 5af3638555..50803304ac 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -11593,6 +11593,8 @@
|
||||
|
|
|
@ -11,7 +11,7 @@ Subject: [PATCH] add a toggle for forcibly disabling SUPL
|
|||
create mode 100644 src/com/android/settings/location/ForceDisableSuplPrefController.java
|
||||
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index 060f94a48f..2e6e2fc8b2 100644
|
||||
index 50803304ac..c597570f35 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -12297,4 +12297,7 @@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue