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

Target Android 11 #384

Closed
4 tasks done
zhanghai opened this issue Nov 8, 2020 · 0 comments
Closed
4 tasks done

Target Android 11 #384

zhanghai opened this issue Nov 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@zhanghai
Copy link
Owner

zhanghai commented Nov 8, 2020

  • Use MANAGE_EXTERNAL_STORAGE

    Due to COVID-19 related considerations, apps that target Android 11 (API level 30) and request All files access cannot be uploaded to Google Play until early 2021. This includes new apps as well as updates to existing apps. This temporary uploading restriction only affects apps that both target Android 11 (API level 30) and request the All files access permission.

    For now, if you think All files access is needed for your app, it is recommended that you don’t update your target SDK level to Android 11 (API level 30) at this time. If you target Android 10, consider using the requestLegacyExternalStorage flag.

    https://support.google.com/googleplay/android-developer/answer/9956427

    So I'm punting this to mid 2021.

    See also R.attr.requestRawExternalStorageAccess.

  • Bypass hidden API restriction with meta-reflection no longer working.

  • DocumentsProvider Android/data access will stop working on Android 12 when targeting 31, not sure about 30 yet.

  • Mount namespace when running as root.

@zhanghai zhanghai added the enhancement New feature or request label Nov 8, 2020
@zhanghai zhanghai self-assigned this Nov 8, 2020
@zhanghai zhanghai changed the title Access /sdcard/Android/data on Android 11 (a.k.a. Target Android 11 and use MANAGE_EXTERNAL_STORAGE) Target Android 11 and use MANAGE_EXTERNAL_STORAGE Mar 6, 2021
@zhanghai zhanghai changed the title Target Android 11 and use MANAGE_EXTERNAL_STORAGE Target Android 11 Mar 12, 2021
@zhanghai zhanghai added this to the v1.2.1 milestone Mar 12, 2021
@zhanghai zhanghai modified the milestones: v1.2.1, v1.3.0 Mar 24, 2021
@zhanghai zhanghai modified the milestones: v1.3.0, v1.4.0 Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant