Y
Hacker News
new
|
ask
|
show
|
jobs
by
sp332
4791 days ago
Yes, you have to put this line in your app's manifest:
<uses-permission android:name="android.permission.READ_CONTACTS"/>
and the installer will prompt the user for that permission when they install the app.