Skip to content

Commit

Permalink
Merge pull request #2903 from yanokwa/disable-sms-permission
Browse files Browse the repository at this point in the history
Disable SMS permission
  • Loading branch information
yanokwa authored Feb 21, 2019
2 parents 9553a18 + 6dc59d8 commit fe18ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the specific language governing permissions and limitations under the License.
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.SEND_SMS" />
<!-- <uses-permission android:name="android.permission.SEND_SMS" /> -->

<!-- Normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit fe18ba9

Please sign in to comment.