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

* commit 'd356c0387ee0fe4c2a5d95f85f6622febd4c7953':
  Fix issue #8647812: Hide app ops choice from settings shortcut
This commit is contained in:
Dianne Hackborn
2013-04-18 18:34:00 -07:00
committed by Android Git Automerger

View File

@@ -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" />