Merge "Add contacts storage setting entry in app settings page." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
c51a76014a
@@ -13670,4 +13670,11 @@
|
||||
|
||||
<!-- Text for Search bar of Settings home screen [CHAR LIMIT=34] -->
|
||||
<string name="homepage_search">Search Settings</string>
|
||||
|
||||
<!-- Keywords for contacts storage item [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_contacts_storage">contacts, storage, account</string>
|
||||
<!-- Text for Contacts Storage Settings title [CHAR LIMIT=50]-->
|
||||
<string name="contacts_storage_settings_title">Contacts storage</string>
|
||||
<!-- Text for displaying when no account is set as default account [CHAR LIMIT=50] -->
|
||||
<string name="contacts_storage_no_account_set">No default set</string>
|
||||
</resources>
|
||||
|
@@ -79,6 +79,15 @@
|
||||
android:key="dashboard_tile_placeholder"
|
||||
android:order="10"/>
|
||||
|
||||
<Preference
|
||||
android:key="contacts_storage"
|
||||
android:title="@string/contacts_storage_settings_title"
|
||||
android:summary="@string/summary_placeholder"
|
||||
android:order="13"
|
||||
settings:controller="com.android.settings.applications.contacts.ContactsStoragePreferenceController"
|
||||
settings:keywords="@string/keywords_contacts_storage">
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="hibernated_apps"
|
||||
android:title="@string/unused_apps"
|
||||
|
Reference in New Issue
Block a user