Merge "Fix issue #8647812: Hide app ops choice from settings shortcut" into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d410350b5e
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user