Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyzer: Add text that "System data" also contains multi-user data #587

Merged
merged 1 commit into from
Aug 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
<string name="analyzer_storage_content_type_media_label">User files</string>
<string name="analyzer_storage_content_type_media_description">Captured pictures, recorded videos or downloaded data. Any data that doesn\'t belong to a specific app.</string>
<string name="analyzer_storage_content_type_system_label">System data</string>
<string name="analyzer_storage_content_type_system_description">System data and system apps.</string>
<string name="analyzer_storage_content_type_system_description">System apps and system data. Apps and data from other users, if this device has more than one user.</string>
<string name="analyzer_storage_content_app_code_label">App code</string>
<string name="analyzer_storage_content_app_code_description">Application files, libraries and resources. This space can only be freed by uninstalling the app.</string>
<string name="analyzer_storage_content_app_data_label">App data</string>
Expand Down