Fix issue #8647812: Hide app ops choice from settings shortcut
Change-Id: Ifa26a70f4614d3530cc27b360df2b6d5f03b28e3
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8a779c9..c26b6f2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />