|
@@ -32,10 +32,8 @@
|
|
android:name="android.permission.GET_ACCOUNTS" />
|
|
android:name="android.permission.GET_ACCOUNTS" />
|
|
|
|
|
|
<uses-permission
|
|
<uses-permission
|
|
- android:maxSdkVersion="22"
|
|
|
|
android:name="android.permission.READ_CONTACTS" />
|
|
android:name="android.permission.READ_CONTACTS" />
|
|
<uses-permission
|
|
<uses-permission
|
|
- android:maxSdkVersion="22"
|
|
|
|
android:name="android.permission.WRITE_CONTACTS" />
|
|
android:name="android.permission.WRITE_CONTACTS" />
|
|
|
|
|
|
<!-- USE_CREDENTIALS, MANAGE_ACCOUNTS and AUTHENTICATE_ACCOUNTS are needed for API <= 22.
|
|
<!-- USE_CREDENTIALS, MANAGE_ACCOUNTS and AUTHENTICATE_ACCOUNTS are needed for API <= 22.
|
|
@@ -52,9 +50,7 @@
|
|
|
|
|
|
<!-- WRITE_EXTERNAL_STORAGE may be enabled or disabled by the user after installation in
|
|
<!-- WRITE_EXTERNAL_STORAGE may be enabled or disabled by the user after installation in
|
|
API >= 23; the app needs to handle this -->
|
|
API >= 23; the app needs to handle this -->
|
|
- <uses-permission
|
|
|
|
- android:maxSdkVersion="22"
|
|
|
|
- android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
|
|
<!-- Next permissions are always approved in installation time, the apps needs to do nothing special in runtime -->
|
|
<!-- Next permissions are always approved in installation time, the apps needs to do nothing special in runtime -->
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|