Merge "Add a new developer options screen for shared data." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-02 20:13:28 +00:00
committed by Android (Google) Code Review
14 changed files with 759 additions and 0 deletions

View File

@@ -652,4 +652,19 @@
android:title="@string/autofill_reset_developer_options" />
</com.android.settings.development.autofill.AutofillPreferenceCategory>
<PreferenceCategory
android:key="storage_category"
android:title="@string/storage_category"
android:order="1200">
<Preference
android:key="shared_data"
android:title="@string/shared_data_title"
android:summary="@string/shared_data_summary">
<intent
android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.development.storage.BlobInfoListView" />
</Preference>
</PreferenceCategory>
</PreferenceScreen>