Background start error, see logcat:
android.os.flagging.AconfigStorageReadException: ERROR_PACKAGE_NOT_FOUND: package com.android.org.conscrypt.net.flags cannot be found on the device
Background started FGS: Disallowed [callingPackage: com.inputstick.apps.kp2aplugin; callingUid: 10335; uidState: RCVR; uidBFSL: n/a; intent: Intent { act=service_action_selected xflg=0x4 cmp=com.inputstick.apps.kp2aplugin/.InputStickService }; code:DENIED; tempAllowListReason:; allowWiu:-1; targetSdkVersion:33; callerTargetSdkVersion:33; startForegroundCount:0; bindFromPackage:null: isBindService:false]
Shutting down VM
FATAL EXCEPTION: main
Process: com.inputstick.apps.kp2aplugin, PID: 3108
java.lang.RuntimeException: Unable to start receiver com.inputstick.apps.kp2aplugin.ActionReceiver
at android.app.ActivityThread.handleReceiver(ActivityThread.java:5097)
at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2584)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.dispatchMessage(Looper.java:315)
at android.os.Looper.loopOnce(Looper.java:251)
at android.os.Looper.loop(Looper.java:349)
at android.app.ActivityThread.main(ActivityThread.java:9041)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
Caused by: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service com.inputstick.apps.kp2aplugin/.InputStickService
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelableInternal(Parcel.java:5231)
at android.os.Parcel.readParcelable(Parcel.java:5212)
at android.os.Parcel.createExceptionOrNull(Parcel.java:3350)
at android.os.Parcel.createException(Parcel.java:3339)
at android.os.Parcel.readException(Parcel.java:3322)
at android.os.Parcel.readException(Parcel.java:3264)
at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6562)
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2028)
at android.app.ContextImpl.startForegroundService(ContextImpl.java:2003)
at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:860)
at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:860)
at com.inputstick.apps.kp2aplugin.ActionReceiver.actionSelected(ActionReceiver.java:324)
at keepass2android.pluginsdk.PluginActionBroadcastReceiver.onReceive(PluginActionBroadcastReceiver.java:302)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:5090)
... 10 more
Background start error, see logcat:
android.os.flagging.AconfigStorageReadException: ERROR_PACKAGE_NOT_FOUND: package com.android.org.conscrypt.net.flags cannot be found on the device
Background started FGS: Disallowed [callingPackage: com.inputstick.apps.kp2aplugin; callingUid: 10335; uidState: RCVR; uidBFSL: n/a; intent: Intent { act=service_action_selected xflg=0x4 cmp=com.inputstick.apps.kp2aplugin/.InputStickService }; code:DENIED; tempAllowListReason:; allowWiu:-1; targetSdkVersion:33; callerTargetSdkVersion:33; startForegroundCount:0; bindFromPackage:null: isBindService:false]
Shutting down VM
FATAL EXCEPTION: main
Process: com.inputstick.apps.kp2aplugin, PID: 3108
java.lang.RuntimeException: Unable to start receiver com.inputstick.apps.kp2aplugin.ActionReceiver
at android.app.ActivityThread.handleReceiver(ActivityThread.java:5097)
at android.app.ActivityThread.-$$Nest$mhandleReceiver(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2584)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.dispatchMessage(Looper.java:315)
at android.os.Looper.loopOnce(Looper.java:251)
at android.os.Looper.loop(Looper.java:349)
at android.app.ActivityThread.main(ActivityThread.java:9041)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:929)
Caused by: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service com.inputstick.apps.kp2aplugin/.InputStickService
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelableInternal(Parcel.java:5231)
at android.os.Parcel.readParcelable(Parcel.java:5212)
at android.os.Parcel.createExceptionOrNull(Parcel.java:3350)
at android.os.Parcel.createException(Parcel.java:3339)
at android.os.Parcel.readException(Parcel.java:3322)
at android.os.Parcel.readException(Parcel.java:3264)
at android.app.IActivityManager$Stub$Proxy.startService(IActivityManager.java:6562)
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:2028)
at android.app.ContextImpl.startForegroundService(ContextImpl.java:2003)
at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:860)
at android.content.ContextWrapper.startForegroundService(ContextWrapper.java:860)
at com.inputstick.apps.kp2aplugin.ActionReceiver.actionSelected(ActionReceiver.java:324)
at keepass2android.pluginsdk.PluginActionBroadcastReceiver.onReceive(PluginActionBroadcastReceiver.java:302)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:5090)
... 10 more