Add first pass at a new Storage screen.

This patch begins setting up the structure for the screen.
The functionality for populating the data in the preferences
is coming in a later patch.

Bug: 33199077
Test: Settings Robo Tests
Change-Id: I9ebad9d3896501e31ac715704ca986eceb36877d
This commit is contained in:
Daniel Nishi
2016-12-16 10:24:49 -08:00
parent 8a86de2c5f
commit ec89a3f57f
14 changed files with 703 additions and 21 deletions

View File

@@ -7996,4 +7996,23 @@
<string name="enterprise_privacy_security_logs">Your most recent security log</string>
<!-- Label indicating that the date at which the admin last took a particular action was "never" (i.e. the admin never took the action so far). -->
<string name="enterprise_privacy_never">Never</string>
<!-- Preference label for the Photos & Videos storage section. [CHAR LIMIT=50] -->
<string name="storage_photos_videos">Photos &amp; Videos</string>
<!-- Preference label for the Music & Audio storage section. [CHAR LIMIT=50] -->
<string name="storage_music_audio">Music &amp; Audio</string>
<!-- Preference label for the Games storage section. [CHAR LIMIT=50] -->
<string name="storage_games">Games</string>
<!-- Preference label for the Other apps storage section. [CHAR LIMIT=50] -->
<string name="storage_other_apps">Other apps</string>
<!-- Preference label for the Files storage section. [CHAR LIMIT=50] -->
<string name="storage_files">Files</string>
<!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
<string name="storage_settings_2" >Phone Storage</string>
</resources>