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

Commit 67c05002 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Jean-Baptiste Queru
Browse files

Completely remove app ops activity.

Change-Id: Ibe2f15c9ff7589fd5527a0f249d7c1eeca868c8a
parent f9d69170
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -794,6 +794,7 @@
                android:value="com.android.settings.NotificationStation" />
        </activity>

        <!--
        <activity android:name="Settings$AppOpsSummaryActivity"
                android:label="@string/app_ops_settings"
                android:taskAffinity=""
@@ -802,17 +803,15 @@
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.settings.APP_OPS_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
                <!-- Not yet ready to expose.
                <category android:name="android.intent.category.VOICE_LAUNCH" />
                <category android:name="com.android.settings.SHORTCUT" />
                -->
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.applications.AppOpsSummary" />
            <!--
            <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
                android:resource="@id/application_settings" /> -->
                android:resource="@id/application_settings" />
        </activity>
        -->
        
        <activity android:name="Settings$LocationSettingsActivity"
                android:label="@string/location_settings_title"