packages/apps/Settings
Revisão | d346fce2687237d30677b69e66c76ba6cba8622b (tree) |
---|---|
Hora | 2013-08-02 05:55:38 |
Autor | Sascha Prueter <saschap@goog...> |
Commiter | Android (Google) Code Review |
Merge "Completely remove app ops activity." into jb-mr2-dev
@@ -794,6 +794,7 @@ | ||
794 | 794 | android:value="com.android.settings.NotificationStation" /> |
795 | 795 | </activity> |
796 | 796 | |
797 | + <!-- | |
797 | 798 | <activity android:name="Settings$AppOpsSummaryActivity" |
798 | 799 | android:label="@string/app_ops_settings" |
799 | 800 | android:taskAffinity="" |
@@ -802,17 +803,15 @@ | ||
802 | 803 | <action android:name="android.intent.action.MAIN" /> |
803 | 804 | <action android:name="android.settings.APP_OPS_SETTINGS" /> |
804 | 805 | <category android:name="android.intent.category.DEFAULT" /> |
805 | - <!-- Not yet ready to expose. | |
806 | 806 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
807 | 807 | <category android:name="com.android.settings.SHORTCUT" /> |
808 | - --> | |
809 | 808 | </intent-filter> |
810 | 809 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
811 | 810 | android:value="com.android.settings.applications.AppOpsSummary" /> |
812 | - <!-- | |
813 | 811 | <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID" |
814 | - android:resource="@id/application_settings" /> --> | |
812 | + android:resource="@id/application_settings" /> | |
815 | 813 | </activity> |
814 | + --> | |
816 | 815 | |
817 | 816 | <activity android:name="Settings$LocationSettingsActivity" |
818 | 817 | android:label="@string/location_settings_title" |