Skip to content

Commit 9d5bfcb

Browse files
committed
Fix linting error, SMS_SMS permission requires hardware.telephony
1 parent e01d491 commit 9d5bfcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<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" />
37

48
<uses-permission android:name="android.permission.INTERNET" />
59
<uses-permission android:name="android.permission.SEND_SMS" />

0 commit comments

Comments
 (0)