• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Revisiond346fce2687237d30677b69e66c76ba6cba8622b (tree)
Time2013-08-02 05:55:38
AuthorSascha Prueter <saschap@goog...>
CommiterAndroid (Google) Code Review

Log Message

Merge "Completely remove app ops activity." into jb-mr2-dev

Change Summary

Incremental Difference

--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -794,6 +794,7 @@
794794 android:value="com.android.settings.NotificationStation" />
795795 </activity>
796796
797+ <!--
797798 <activity android:name="Settings$AppOpsSummaryActivity"
798799 android:label="@string/app_ops_settings"
799800 android:taskAffinity=""
@@ -802,17 +803,15 @@
802803 <action android:name="android.intent.action.MAIN" />
803804 <action android:name="android.settings.APP_OPS_SETTINGS" />
804805 <category android:name="android.intent.category.DEFAULT" />
805- <!-- Not yet ready to expose.
806806 <category android:name="android.intent.category.VOICE_LAUNCH" />
807807 <category android:name="com.android.settings.SHORTCUT" />
808- -->
809808 </intent-filter>
810809 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
811810 android:value="com.android.settings.applications.AppOpsSummary" />
812- <!--
813811 <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
814- android:resource="@id/application_settings" /> -->
812+ android:resource="@id/application_settings" />
815813 </activity>
814+ -->
816815
817816 <activity android:name="Settings$LocationSettingsActivity"
818817 android:label="@string/location_settings_title"