-
-
Save virendersran01/110a741fc1d039f86f6096d2f4fac359 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