NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

Prevent a crash on Android when the app is launched while the device is locked #36

Closed EddyVerbruggen closed 5 years ago

EddyVerbruggen commented 5 years ago

A user reported an issue which led me to believe a BroadCastReceiver woke up the app (fi. after a boot) while the device was locked, which can cause trouble on Android because sharedpreferences can't be read from (I think) API level 24.