Skip to content

Instantly share code, notes, and snippets.

@yerenutku
Last active September 11, 2016 14:43
Show Gist options
  • Save yerenutku/08796f61d8750cfdcce52e5ad63ec29e to your computer and use it in GitHub Desktop.
Save yerenutku/08796f61d8750cfdcce52e5ad63ec29e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest ...>
<uses-permission android:name="android.permission.RECEIVE_SMS"></uses-permission>
<uses-permission android:name="android.permission.READ_SMS" />
<application ...>
...
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment