File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments