Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created November 28, 2021 18:45
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/63f772bf190492c43a8d10e36b5e9fc2 to your computer and use it in GitHub Desktop.
Save Aidan128/63f772bf190492c43a8d10e36b5e9fc2 to your computer and use it in GitHub Desktop.
debug AndroidManifest.xml
<?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"/>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment