You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException:
at android.app.ActivityThread.handleReceiver (ActivityThread.java:4157)
at android.app.ActivityThread.access$1600 (ActivityThread.java:252)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2010)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:250)
at android.app.ActivityThread.main (ActivityThread.java:7877)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:958)
Caused by: java.lang.IllegalStateException:
at android.app.ContextImpl.getSharedPreferences (ContextImpl.java:499)
at android.app.ContextImpl.getSharedPreferences (ContextImpl.java:484)
at android.content.ContextWrapper.getSharedPreferences (ContextWrapper.java:188)
at android.content.ContextWrapper.getSharedPreferences (ContextWrapper.java:188)
at de.appplant.cordova.plugin.notification.Manager.getPrefs (Manager.java:399)
at de.appplant.cordova.plugin.notification.Manager.getIds (Manager.java:206)
at de.appplant.cordova.plugin.notification.Manager.getOptions (Manager.java:291)
at de.appplant.cordova.plugin.notification.receiver.AbstractRestoreReceiver.onReceive (AbstractRestoreReceiver.java:64)
at android.app.ActivityThread.handleReceiver (ActivityThread.java:4148)
Since we are potentially going to touch the local notification plugin anyway as part of #712, maybe we can fix this as well.
The text was updated successfully, but these errors were encountered:
Since we are potentially going to touch the local notification plugin anyway as part of #712, maybe we can fix this as well.
The text was updated successfully, but these errors were encountered: