Skip to content

Commit

Permalink
hide the "Storage manager" toggle from Storage screen
Browse files Browse the repository at this point in the history
"Storage manager" is supposed to automatically remove backed up photos and videos.
This functionality is not implemented in AOSP, i.e. this toggle doesn't actually work.
  • Loading branch information
muhomorr authored and thestinger committed Sep 15, 2023
1 parent ba4da9c commit 4aeb295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
<string name="config_documents_and_other_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/documents_root</string>

<!-- Whether to show Smart Storage toggle -->
<bool name="config_show_smart_storage_toggle">true</bool>
<bool name="config_show_smart_storage_toggle">false</bool>

<!-- Whether to support large screen -->
<bool name="config_supported_large_screen">false</bool>
Expand Down

0 comments on commit 4aeb295

Please sign in to comment.