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
I am trying to use this for a hobby project. But I am not able to get it working in android 12 .
I am try approx. all method but those method does not work
Could you please provide help
The text was updated successfully, but these errors were encountered:
Fix is using System UI package name for getting app context. Change is quite simple, just replace initialisation of mAppSrcCx in NavigationNotification class:
protectedvar mAppSrcCx:Context= mCx.createPackageContext(
if (Build.VERSION.SDK_INT>=31) "com.android.systemui"else sbn.packageName,
Context.CONTEXT_IGNORE_SECURITY,
)
CC @akku7239
darekbx
pushed a commit
to darekbx/GMapsParser
that referenced
this issue
Jun 7, 2023
Hi 3v1n0,
I am trying to use this for a hobby project. But I am not able to get it working in android 12 .
I am try approx. all method but those method does not work
Could you please provide help
The text was updated successfully, but these errors were encountered: