Updated FAQ

master
M66B 2 days ago
parent 30b1458700
commit a669528fa5

@ -1823,6 +1823,7 @@ Moreover, recent Android versions disallow access to all files for apps, except,
To resolve this problem, the system component Google Play Services may need to be updated. To resolve this problem, the system component Google Play Services may need to be updated.
Please [see here](https://support.google.com/googleplay/answer/9037938?hl=en) on how. Please [see here](https://support.google.com/googleplay/answer/9037938?hl=en) on how.
Please note that you will need to restart your device after the update!
The storage access framework is provided by the package *com.android.documentsui*, The storage access framework is provided by the package *com.android.documentsui*,
which is visible as *Files* app on some Android versions (notably OxygenOS). which is visible as *Files* app on some Android versions (notably OxygenOS).

@ -1101,7 +1101,7 @@ Visit https://aka.ms/smtp_auth_disabled for more information.</code></pre>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq25">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq25">Google Translate</a></p>
<p>When a menu item to select/open/save a file is disabled (dimmed) or when you get the message <em>Storage access framework not available</em>, the <a href="https://developer.android.com/guide/topics/providers/document-provider">storage access framework</a>, a standard Android component, is probably not present. This might be because your custom ROM does not include it or because it was actively removed (debloated). Note that this will result in similar problems in other apps too.</p> <p>When a menu item to select/open/save a file is disabled (dimmed) or when you get the message <em>Storage access framework not available</em>, the <a href="https://developer.android.com/guide/topics/providers/document-provider">storage access framework</a>, a standard Android component, is probably not present. This might be because your custom ROM does not include it or because it was actively removed (debloated). Note that this will result in similar problems in other apps too.</p>
<p>FairEmail does not request storage permissions, so this framework is required to select files and folders. No app, except maybe file managers, targeting Android 4.4 KitKat or later should ask for storage permissions because it would allow access to <em>all</em> files. Moreover, recent Android versions disallow access to all files for apps, except, under specific conditions, for file managers.</p> <p>FairEmail does not request storage permissions, so this framework is required to select files and folders. No app, except maybe file managers, targeting Android 4.4 KitKat or later should ask for storage permissions because it would allow access to <em>all</em> files. Moreover, recent Android versions disallow access to all files for apps, except, under specific conditions, for file managers.</p>
<p>To resolve this problem, the system component Google Play Services may need to be updated. Please <a href="https://support.google.com/googleplay/answer/9037938?hl=en">see here</a> on how.</p> <p>To resolve this problem, the system component Google Play Services may need to be updated. Please <a href="https://support.google.com/googleplay/answer/9037938?hl=en">see here</a> on how. Please note that you will need to restart your device after the update!</p>
<p>The storage access framework is provided by the package <em>com.android.documentsui</em>, which is visible as <em>Files</em> app on some Android versions (notably OxygenOS).</p> <p>The storage access framework is provided by the package <em>com.android.documentsui</em>, which is visible as <em>Files</em> app on some Android versions (notably OxygenOS).</p>
<p>You can enable the storage access framework (again) with this adb command:</p> <p>You can enable the storage access framework (again) with this adb command:</p>
<pre><code>pm install -k --user 0 com.android.documentsui</code></pre> <pre><code>pm install -k --user 0 com.android.documentsui</code></pre>

Loading…
Cancel
Save