Skip to content

Instantly share code, notes, and snippets.

@MrCrambo
Created June 2, 2020 09:52
Show Gist options
  • Save MrCrambo/99e14c16f0e54dd2e7f6f4827a26785e to your computer and use it in GitHub Desktop.
Save MrCrambo/99e14c16f0e54dd2e7f6f4827a26785e to your computer and use it in GitHub Desktop.
<manifest>
<!-- Grants the READ_PHONE_STATE permission only on devices that run
Android 10 (API level 29) and lower. -->
<uses-permission android:name="READ_PHONE_STATE"
android:maxSdkVersion="29" />
<uses-permission android:name="READ_PHONE_NUMBERS" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment