mvysny / photocloud-frame-slideshow

Android Digital Photo Frame
https://www.android-photo-frame.eu
14 stars 1 forks source link

Move the app to use the API 26 #93

Closed mvysny closed 5 years ago

mvysny commented 6 years ago

Https://developer.android.com/distribute/best-practices/develop/target-sdk#premarshmallow

Review the following permissions:

mvysny commented 6 years ago

BILLING is not a system permission and therefore it isn't dangerous and therefore I don't have to obtain it: https://stackoverflow.com/questions/33332513/android-in-app-purchases-do-you-need-to-check-for-the-com-android-vending-billi

mvysny commented 6 years ago

target sdk bumped to 24; implemented support for runtime permissions; let's see how the app will behave in doze mode with all of those API24 changes

mvysny commented 5 years ago

everything is fine so far; target sdk bumped to 26 in 1.13.3