mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 22:37:59 +01:00
always request All files access, but be satisfied with Media access only too
This commit is contained in:
parent
77c3aad981
commit
d5d2c9e278
5 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="show_donate_in_about">true</bool>
|
||||
<bool name="require_all_files_access">true</bool>
|
||||
<bool name="hide_google_relations">true</bool>
|
||||
<bool name="pretend_thank_you_installed">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -1500,7 +1500,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(277, R.string.release_277))
|
||||
add(Release(295, R.string.release_295))
|
||||
add(Release(327, R.string.release_327))
|
||||
add(Release(359, R.string.faq_16_text))
|
||||
add(Release(369, R.string.release_369))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
|
|
|
@ -224,6 +224,7 @@ class SettingsActivity : SimpleActivity() {
|
|||
private fun setupShowHiddenItems() {
|
||||
if (isRPlus() && !isExternalStorageManager()) {
|
||||
settings_show_hidden_items_holder.beGone()
|
||||
settings_manage_excluded_folders_holder.background = resources.getDrawable(R.drawable.ripple_bottom_corners, theme)
|
||||
}
|
||||
|
||||
settings_show_hidden_items.isChecked = config.showHiddenMedia
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="require_all_files_access">false</bool>
|
||||
<bool name="require_all_files_access">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="show_donate_in_about">false</bool>
|
||||
<bool name="require_all_files_access">true</bool>
|
||||
<bool name="hide_google_relations">true</bool>
|
||||
<bool name="hide_all_external_links">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue