Created
June 2, 2020 09:52
-
-
Save MrCrambo/99e14c16f0e54dd2e7f6f4827a26785e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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