diff options
author | Jason Monk <jmonk@google.com> | 2015-07-20 13:40:40 -0400 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2015-07-20 13:40:40 -0400 |
commit | bd45c3cbe0ccb9d5a1ebeabccda1e803d613e729 (patch) | |
tree | 2732233bc4f449b2f564c9a3f84af50655549639 /res/xml | |
parent | bf9a425d5c3f61f02133084d11ab8481b0f53102 (diff) | |
download | packages_apps_Settings-bd45c3cbe0ccb9d5a1ebeabccda1e803d613e729.tar.gz packages_apps_Settings-bd45c3cbe0ccb9d5a1ebeabccda1e803d613e729.tar.bz2 packages_apps_Settings-bd45c3cbe0ccb9d5a1ebeabccda1e803d613e729.zip |
Handle monkey crash
Don't create dialog if we don't have one to create, and make sure
that storage-related prefs are removed when they aren't needed.
Bug: 22571238
Change-Id: I452cbf75313cd14572fc7b57bd6164292cf17209
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/app_storage_settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/app_storage_settings.xml b/res/xml/app_storage_settings.xml index 093d7812b..1620164b0 100644 --- a/res/xml/app_storage_settings.xml +++ b/res/xml/app_storage_settings.xml @@ -18,6 +18,7 @@ android:title="@string/application_info_label"> <com.android.settings.applications.SpacePreference + android:key="storage_space" android:layout_height="8dp" /> <Preference |