mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
29 lines
866 B
Diff
29 lines
866 B
Diff
|
From c126761d730a09326ea67bdfbd06023dc96e55cc Mon Sep 17 00:00:00 2001
|
||
|
From: Tad <tad@spotco.us>
|
||
|
Date: Tue, 3 Apr 2018 08:49:01 -0400
|
||
|
Subject: [PATCH] Remove Lineage stats
|
||
|
|
||
|
Change-Id: I6f0a91e8d64f4b9b4f649d70f8fbc0a5f1250c48
|
||
|
---
|
||
|
res/xml/security_settings_misc.xml | 4 ----
|
||
|
1 file changed, 4 deletions(-)
|
||
|
|
||
|
diff --git a/res/xml/security_settings_misc.xml b/res/xml/security_settings_misc.xml
|
||
|
index 1ea99739b4..3dcc597fbf 100644
|
||
|
--- a/res/xml/security_settings_misc.xml
|
||
|
+++ b/res/xml/security_settings_misc.xml
|
||
|
@@ -36,10 +36,6 @@
|
||
|
android:title="@string/show_password"
|
||
|
android:summary="@string/show_password_summary"/>
|
||
|
|
||
|
- <!-- Anonymous statistics -->
|
||
|
- <org.lineageos.internal.lineageparts.LineagePartsPreference
|
||
|
- android:key="lineagestats" />
|
||
|
-
|
||
|
</PreferenceCategory>
|
||
|
|
||
|
<PreferenceCategory>
|
||
|
--
|
||
|
2.16.3
|
||
|
|