Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 279065b1 authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by Ricardo Cerqueira
Browse files

Settings: Anonymous Statistics (CMStats)

CMStats is now integrated into settings.

Change-Id: Ice1b2c0c4882620eef774aca26b91a39d27f7b47
parent d31eb9d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v13 jsr305
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v13 jsr305 libGoogleAnalyticsV2

LOCAL_MODULE_TAGS := optional

+14 −0
Original line number Diff line number Diff line
@@ -210,6 +210,14 @@
                android:resource="@id/wifi_settings" />
        </activity>

        <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>

        <!-- Keep compatibility with old shortcuts. -->
        <activity-alias android:name=".wifi.WifiSettings"
                android:uiOptions="splitActionBarWhenNarrow"
@@ -1126,6 +1134,12 @@
        <activity android:name="ChooseLockPassword" android:exported="false"
            android:windowSoftInputMode="stateVisible|adjustResize"/>

        <service android:label="ReportingService"
            android:enabled="true"
            android:exported="false"
            android:name=".cmstats.ReportingService">
        </service>

        <!-- Runs in the phone process since it needs access to the Phone object -->
        <activity android:name=".deviceinfo.Status"
                android:label="@string/device_status_activity_title"
+3.09 KiB
Loading image diff...
+2.94 KiB
Loading image diff...
+3.16 KiB
Loading image diff...
Loading