mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Small patch fixup
This commit is contained in:
parent
e9796c45f4
commit
dd938051a5
@ -1,4 +1,4 @@
|
||||
From 4071a60be869f520b396626781fefc5bdfcb544c Mon Sep 17 00:00:00 2001
|
||||
From f1629cd7f062d73f156f2b7810354cbb0d5c6799 Mon Sep 17 00:00:00 2001
|
||||
From: Tad <tad@spotco.us>
|
||||
Date: Tue, 14 Apr 2020 17:03:26 -0400
|
||||
Subject: [PATCH] Remove analytics
|
||||
@ -76,10 +76,10 @@ index 4236b27..eed044a 100644
|
||||
<bool name="config_showWeatherMenu">true</bool>
|
||||
|
||||
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||||
index eb0d487..3afb455 100644
|
||||
index a00d805..a75c121 100644
|
||||
--- a/res/values/strings.xml
|
||||
+++ b/res/values/strings.xml
|
||||
@@ -511,28 +511,6 @@
|
||||
@@ -527,28 +527,6 @@
|
||||
<b>Total commits:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
|
||||
<b>Last update:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
|
||||
|
||||
@ -109,7 +109,7 @@ index eb0d487..3afb455 100644
|
||||
<string name="accelerometer_title">Auto-rotate screen</string>
|
||||
<string name="display_rotation_title">Rotation settings</string>
|
||||
diff --git a/res/xml/parts_catalog.xml b/res/xml/parts_catalog.xml
|
||||
index a6f5355..80d9fac 100644
|
||||
index a4346c7..ec04e60 100644
|
||||
--- a/res/xml/parts_catalog.xml
|
||||
+++ b/res/xml/parts_catalog.xml
|
||||
@@ -70,11 +70,6 @@
|
||||
@ -121,9 +121,9 @@ index a6f5355..80d9fac 100644
|
||||
- android:fragment="org.lineageos.lineageparts.lineagestats.AnonymousStats"
|
||||
- lineage:xmlRes="@xml/anonymous_stats" />
|
||||
-
|
||||
<part android:key="weather_settings"
|
||||
android:title="@string/weather_settings_title"
|
||||
android:fragment="org.lineageos.lineageparts.weather.WeatherServiceSettings"
|
||||
<part android:key="power_menu"
|
||||
android:title="@string/power_menu_title"
|
||||
android:fragment="org.lineageos.lineageparts.input.PowerMenuActions"
|
||||
diff --git a/res/xml/trust_preferences.xml b/res/xml/trust_preferences.xml
|
||||
index bdb1aa7..0097a52 100644
|
||||
--- a/res/xml/trust_preferences.xml
|
||||
@ -139,5 +139,5 @@ index bdb1aa7..0097a52 100644
|
||||
android:key="sms_security_check_limit"
|
||||
android:defaultValue="30"
|
||||
--
|
||||
2.30.2
|
||||
2.31.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user