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

Commit 5125862b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #8647812: Hide app ops choice from settings shortcut

Change-Id: Ifa26a70f4614d3530cc27b360df2b6d5f03b28e3
parent d4abdd27
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -802,8 +802,10 @@
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.settings.APP_OPS_SETTINGS" />
                <action android:name="android.settings.APP_OPS_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.DEFAULT" />
                <!-- Not yet ready to expose.
                <category android:name="android.intent.category.VOICE_LAUNCH" />
                <category android:name="android.intent.category.VOICE_LAUNCH" />
                <category android:name="com.android.settings.SHORTCUT" />
                <category android:name="com.android.settings.SHORTCUT" />
                -->
            </intent-filter>
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.applications.AppOpsSummary" />
                android:value="com.android.settings.applications.AppOpsSummary" />