curve25519-java icon indicating copy to clipboard operation
curve25519-java copied to clipboard

Add targetSdk to Android build to avoid automatically added permissions.

Open adriancretu opened this issue 6 years ago • 0 comments

Fixes issue #14 When using the Android library and both minSdk and targetSdk are missing, the app gets "featured" automatically with three sensitive permissions, which did not exist before Android API level 4.

References https://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE https://developer.android.com/reference/android/Manifest.permission#READ_EXTERNAL_STORAGE https://developer.android.com/reference/android/Manifest.permission#WRITE_EXTERNAL_STORAGE:

adriancretu avatar Aug 18 '18 16:08 adriancretu