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

Commit d410350b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #8647812: Hide app ops choice from settings shortcut" into jb-mr2-dev

parents 9e7a84e2 5125862b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -802,8 +802,10 @@
                <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" />