Use a config flag instead of a RO flag for showing Manage Storage.

Bug: 30455784
Test: make SettingsTests; run the instrumentation.
Change-Id: I860192c1c20fcaec2a5cbcdc085ff01dafa7351a
(cherry picked from commit 7f075a3c41)
This commit is contained in:
Daniel Nishi
2016-09-08 17:24:50 -07:00
parent a365d9123c
commit c0b33f70ed
3 changed files with 49 additions and 5 deletions

View File

@@ -55,4 +55,7 @@
<!-- When true enable gesture setting. -->
<bool name="config_gesture_settings_enabled">false</bool>
<!-- If the Storage Manager settings are enabled. -->
<bool name="config_storage_manager_settings_enabled">false</bool>
</resources>