Skip to content

Commit 5aa0a75

Browse files
authored
commenting SEND_SMS permission in manisfest (#275)
Projects should add this permission only if they need to send the forms as sms. See CHT Docs for more info.
1 parent 0c4a4ec commit 5aa0a75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
2020
<uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"/>
2121

22-
<!-- READ_EXTERNAL_STORAGE required if users want to include photos from their phone -->
22+
<!-- READ_EXTERNAL_STORAGE is required if users want to include photos from their phone -->
2323
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
2424

25-
<!-- SEND_SMS required if users want to send reports as SMS -->
25+
<!-- SEND_SMS is required if users want to send reports as SMS.To able the feature add the following line:
2626
<uses-permission android:name="android.permission.SEND_SMS"/>
27+
-->
2728

2829
<application android:label="@string/app_name"
2930
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)