We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01d491 commit 9d5bfcbCopy full SHA for 9d5bfcb
app/src/main/AndroidManifest.xml
@@ -1,5 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:tools="http://schemas.android.com/tools"
3
+ xmlns:android="http://schemas.android.com/apk/res/android">
4
+
5
+ <uses-feature android:name="android.hardware.telephony" android:required="true"
6
+ tools:ignore="UnnecessaryRequiredFeature" />
7
8
<uses-permission android:name="android.permission.INTERNET" />
9
<uses-permission android:name="android.permission.SEND_SMS" />
0 commit comments