summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-04-03 08:12:24 -0700
committerSteve Kondik <shade@chemlab.org>2013-04-03 08:14:24 -0700
commite25e5b9e5f7c50c93a97a7b9714ac66f46237a5a (patch)
tree4d03077840176f7e7a617fa3855286c2e4cda94e /AndroidManifest.xml
parent1d73371aae563e08270cf178b5dc80b7262e00da (diff)
downloadpackages_apps_settings-e25e5b9e5f7c50c93a97a7b9714ac66f46237a5a.zip
packages_apps_settings-e25e5b9e5f7c50c93a97a7b9714ac66f46237a5a.tar.gz
packages_apps_settings-e25e5b9e5f7c50c93a97a7b9714ac66f46237a5a.tar.bz2
Restore the opt-out for stats.
* Apparently this is a bigger issue for a small number of extremely vocal users. We should respect their wishes, no matter how off-base their claims are in this context. Change-Id: I9eef9a65260ec4e360d398f80d610a198c09c915
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e4bb105..6d5ce96 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1631,6 +1631,14 @@
<activity android:name=".ApnEditor" />
+ <activity android:name="Settings$AnonymousStatsActivity"
+ android:label="@string/anonymous_statistics_title"
+ android:configChanges="orientation|keyboardHidden|screenSize"
+ android:clearTaskOnLaunch="true">
+ <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
+ android:value="com.android.settings.cmstats.AnonymousStats" />
+ </activity>
+
<!-- CyanogenMod activities End -->
<!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings -->