Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created December 1, 2021 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aidan128/f3df3dbced5a97570f9bdda85ccb408e to your computer and use it in GitHub Desktop.
Save Aidan128/f3df3dbced5a97570f9bdda85ccb408e to your computer and use it in GitHub Desktop.
debug AndroidManifest.xml to support API 29
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.aidan128.coverage1">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:requestLegacyExternalStorage="true"
/>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment