mozilla-mobile / FirefoxLite

Emerging Market Experiment
Mozilla Public License 2.0
282 stars 95 forks source link

Request Legacy External Storage #5350

Closed st3fan closed 3 years ago

st3fan commented 3 years ago

This patch adds android:requestLegacyExternalStorage="true" to the manifest to temporarily opt-out of scoped storage. This is something that needs to be properly fixed before the application can move to API level 30 (Android 11).

This is a fix for #5348 (After the API 29 upgrade, screenshots do not work anymore on Android 10 or newer) and requires #5349 to land first since this app settings requires build tools 29.

Thank you @grigoryk for debugging this and finding the root cause.

Hm this patch has a bit of a weird commit history since I based it on another PR branch.

st3fan commented 3 years ago

Closed in favor of #5351