spiegel-keyman/android/KMAPro/kMAPro
darcywong00 913e58a60a Request storage permissions at runtime to install local KMP file
Starting with Android 6.0 Marshmallow (API 23), apps need to request permissions for "dangerous" (Storage) access at runtime. Previous versions of Android granted permissions at installation. Normal permissions declared in the manifest are granted automatically.

This doesn't affect Keyman running on older versions of Android

[Reference](https://developer.android.com/training/permissions/requesting.html)

[Runtime Permissions Sample](https://github.com/googlesamples/android-RuntimePermissions) provided by Google
2018-02-02 08:28:15 +07:00
..
libs Keyman for Android 2.8 Open Source 2017-07-21 11:52:22 +07:00
src/main Request storage permissions at runtime to install local KMP file 2018-02-02 08:28:15 +07:00
build.gradle Update to Android Studio and Gradle 3.0 2017-10-30 14:51:24 +07:00
lint.xml Keyman for Android 2.8 Open Source 2017-07-21 11:52:22 +07:00