Skip to content

Commit

Permalink
Enabled the READ_CONTACTS and RECEIVE_SMS permissions in the applicat…
Browse files Browse the repository at this point in the history
…ion manifest.
  • Loading branch information
artob committed Sep 25, 2010
1 parent 7619c29 commit 932fb1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
</application>
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.RECEIVE_SMS"/>
</manifest>

0 comments on commit 932fb1f

Please sign in to comment.