Fix a deprecated config string name for the storage manager settings.

am: b3405649fa

Change-Id: I31f5cf3239c5e2c3d2832e6e56280e22e80e27d8
This commit is contained in:
Daniel Nishi
2016-09-27 16:41:10 +00:00
committed by android-build-merger
2 changed files with 1 additions and 4 deletions

View File

@@ -3004,7 +3004,7 @@
</activity>
<activity android:name="Settings$AutomaticStorageManagerSettingsActivity"
android:exported="@bool/config_has_storage_manager"
android:exported="@bool/config_storage_manager_settings_enabled"
android:label="@string/automatic_storage_manager_settings"
android:taskAffinity="">
<intent-filter android:priority="1">

View File

@@ -43,9 +43,6 @@
<!-- Whether none security option is hide or not (country specific). -->
<bool name="config_hide_none_security_option">false</bool>
<!--Whether the storage manager exists. -->
<bool name="config_has_storage_manager">false</bool>
<!--Whether help links are defined. -->
<bool name="config_has_help">false</bool>
</resources>