Merge "Add icon for new IA."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f7dd2c7547
@@ -22,6 +22,7 @@
|
||||
<Preference
|
||||
android:key="account_sync"
|
||||
android:title="@string/account_sync_title"
|
||||
android:icon="@drawable/ic_sync"
|
||||
android:order="1"/>
|
||||
|
||||
<PreferenceCategory
|
||||
|
@@ -23,6 +23,7 @@
|
||||
<Preference
|
||||
android:key="manage_perms"
|
||||
android:title="@string/app_permissions"
|
||||
android:icon="@drawable/ic_apps"
|
||||
android:order="-130"
|
||||
settings:keywords="@string/keywords_app_permissions">
|
||||
<intent android:action="android.intent.action.MANAGE_PERMISSIONS"/>
|
||||
|
@@ -23,6 +23,7 @@
|
||||
android:key="system_update_settings"
|
||||
android:title="@string/system_update_settings_list_item_title"
|
||||
android:summary="@string/system_update_settings_list_item_summary"
|
||||
android:icon="@drawable/ic_system_update"
|
||||
android:order="-30">
|
||||
<intent android:action="android.settings.SYSTEM_UPDATE_SETTINGS"/>
|
||||
</Preference>
|
||||
|
Reference in New Issue
Block a user