Bug 857730 - Add read and write contacts Android permissions to Android manifest file. r=cpeterson

This commit is contained in:
Shane Tully 2013-06-04 10:18:28 -07:00
Родитель f7f0db4c7c
Коммит 30605782b4
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,11 @@
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen"/>
<!-- Contacts API -->
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.WRITE_CONTACTS"/>
#ifdef MOZ_ANDROID_BEAM
<!-- Android Beam support -->
<uses-permission android:name="android.permission.NFC"/>