Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-10-03 17:45:51 -04:00
parent 7ace4ca4a9
commit 7bdcaac45d
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
6 changed files with 10 additions and 18 deletions

View File

@ -159,10 +159,10 @@ index 286155953bed..d47f9162328f 100644
android:authorities="com.android.systemui.customization" android:authorities="com.android.systemui.customization"
android:name="com.android.systemui.keyguard.CustomizationProvider" android:name="com.android.systemui.keyguard.CustomizationProvider"
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 81241c91d1c6..0cd044e39fef 100644 index ba806e591c1c..a5beed957cca 100644
--- a/packages/SystemUI/res/values/strings.xml --- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml
@@ -2752,6 +2752,11 @@ @@ -2754,6 +2754,11 @@
<!-- Time format for the Dream Time Complication for 24-hour time format [CHAR LIMIT=NONE] --> <!-- Time format for the Dream Time Complication for 24-hour time format [CHAR LIMIT=NONE] -->
<string name="dream_time_complication_24_hr_time_format">kk:mm</string> <string name="dream_time_complication_24_hr_time_format">kk:mm</string>

View File

@ -37,10 +37,10 @@ index 256382c07f..a4898cf860 100644
int audio_extn_utils_get_vendor_enhanced_info(); int audio_extn_utils_get_vendor_enhanced_info();
int audio_extn_utils_get_app_sample_rate_for_device(struct audio_device *adev, int audio_extn_utils_get_app_sample_rate_for_device(struct audio_device *adev,
diff --git a/hal/audio_extn/utils.c b/hal/audio_extn/utils.c diff --git a/hal/audio_extn/utils.c b/hal/audio_extn/utils.c
index 23ecf7a590..6ddfcaced7 100644 index be20e12953..981cad8e1e 100644
--- a/hal/audio_extn/utils.c --- a/hal/audio_extn/utils.c
+++ b/hal/audio_extn/utils.c +++ b/hal/audio_extn/utils.c
@@ -3314,6 +3314,7 @@ int audio_extn_utils_get_channels_from_string(const char *id_string) @@ -3315,6 +3315,7 @@ int audio_extn_utils_get_channels_from_string(const char *id_string)
return -EINVAL; return -EINVAL;
} }
@ -48,7 +48,7 @@ index 23ecf7a590..6ddfcaced7 100644
void audio_extn_utils_release_snd_device(snd_device_t snd_device) void audio_extn_utils_release_snd_device(snd_device_t snd_device)
{ {
audio_extn_dev_arbi_release(snd_device); audio_extn_dev_arbi_release(snd_device);
@@ -3322,6 +3323,7 @@ void audio_extn_utils_release_snd_device(snd_device_t snd_device) @@ -3323,6 +3324,7 @@ void audio_extn_utils_release_snd_device(snd_device_t snd_device)
audio_extn_listen_update_device_status(snd_device, audio_extn_listen_update_device_status(snd_device,
LISTEN_EVENT_SND_DEVICE_FREE); LISTEN_EVENT_SND_DEVICE_FREE);
} }

View File

@ -5,19 +5,19 @@ Subject: [PATCH] Remove analytics
Change-Id: Ic01c97d6ceac8d324609763973639b41b4581a76 Change-Id: Ic01c97d6ceac8d324609763973639b41b4581a76
--- ---
AndroidManifest.xml | 25 ------------------------- AndroidManifest.xml | 19 -------------------
proguard.flags | 1 - proguard.flags | 1 -
res/values/config.xml | 3 --- res/values/config.xml | 3 ---
res/values/strings.xml | 22 ---------------------- res/values/strings.xml | 22 ----------------------
res/xml/parts_catalog.xml | 5 ----- res/xml/parts_catalog.xml | 5 -----
res/xml/trust_preferences.xml | 3 --- res/xml/trust_preferences.xml | 3 ---
6 files changed, 59 deletions(-) 6 files changed, 53 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b42bdc3..06fe237 100644 index 7f3dc72..06fe237 100644
--- a/AndroidManifest.xml --- a/AndroidManifest.xml
+++ b/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -251,31 +251,6 @@ @@ -251,25 +251,6 @@
android:resource="@string/summary_empty" /> android:resource="@string/summary_empty" />
</activity-alias> </activity-alias>
@ -32,12 +32,6 @@ index b42bdc3..06fe237 100644
- </intent-filter> - </intent-filter>
- </receiver> - </receiver>
- -
- <service android:label="ReportingService"
- android:enabled="true"
- android:exported="false"
- android:name=".lineagestats.ReportingService">
- </service>
-
- <service android:name=".lineagestats.StatsUploadJobService" - <service android:name=".lineagestats.StatsUploadJobService"
- android:permission="android.permission.BIND_JOB_SERVICE" /> - android:permission="android.permission.BIND_JOB_SERVICE" />
- -

View File

@ -88,4 +88,3 @@ index 6eb8e98b8..8eec5b0f3 100644
} }
public String dump() { public String dump() {

View File

@ -87,7 +87,7 @@ index dca3e6b139..9c45521fde 100644
return config.getRandomizedMacAddress(); return config.getRandomizedMacAddress();
} }
diff --git a/service/java/com/android/server/wifi/WifiConfigurationUtil.java b/service/java/com/android/server/wifi/WifiConfigurationUtil.java diff --git a/service/java/com/android/server/wifi/WifiConfigurationUtil.java b/service/java/com/android/server/wifi/WifiConfigurationUtil.java
index 4a594b7a2a..9e8b660374 100644 index 1997a9adf6..40837ff703 100644
--- a/service/java/com/android/server/wifi/WifiConfigurationUtil.java --- a/service/java/com/android/server/wifi/WifiConfigurationUtil.java
+++ b/service/java/com/android/server/wifi/WifiConfigurationUtil.java +++ b/service/java/com/android/server/wifi/WifiConfigurationUtil.java
@@ -245,7 +245,7 @@ public class WifiConfigurationUtil { @@ -245,7 +245,7 @@ public class WifiConfigurationUtil {

View File

@ -141,7 +141,6 @@ patchWorkspaceReal() {
source build/envsetup.sh; source build/envsetup.sh;
repopick -i 361248; #Launcher3: Allow toggling monochrome icons for all apps repopick -i 361248; #Launcher3: Allow toggling monochrome icons for all apps
repopick -i 366907; #Dialer: Fix SecurityException when receiving a call as secondary user
sh "$DOS_SCRIPTS/Patch.sh"; sh "$DOS_SCRIPTS/Patch.sh";
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh"; sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";