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

Grant permission dialog string issue resolved #4297

Open
wants to merge 1 commit into
base: release/4.0
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ You only need to do this once, until the next time you select a new location for
<string name="select_fill">Select fill</string>
<string name="error_fetching_google_play_product_list">Error fetching product list from Google Play.</string>
<string name="grant_all_files_permission"><html><body>Since Android 11, Google requests File Managers to request user permission for managing all files on the device. Details <a href="https://developer.android.com/training/data-storage/manage-all-files" target="_blank">here</a>.
\n\nAmaze File Manager needs this permission too. After pressing &quot;Grant&quot;here, please select <b>Allow access to manage all files</b> option on the next screen.
\n\nAmaze File Manager needs this permission too. After pressing \'Grant\', please select <b>Allow access to manage all files</b> option on the next screen.
\n\n<font color='#ff6347'><i>Canceling this dialog will exit the app.</i></font></body></html></string>
<string name="user_apps">User apps</string>
<string name="appearance">Appearance</string>
Expand All @@ -771,6 +771,7 @@ You only need to do this once, until the next time you select a new location for
<string name="security_summary">Set up password and encryption</string>
<string name="backup_summary">Export/Import Amaze settings</string>


<string name="pref_export">Export</string>
<string name="pref_export_summary">Export settings</string>
<string name="pref_import">Import</string>
Expand Down
Loading