One of my users had a crash yesterday
I believe the lines of code are:
B4X:
~e:java.lang.NullPointerException: Attempt to invoke interface method 'java.util.List com.android.server.pm.pkg.component.ParsedMainComponent.getIntents()' on a null object reference
~e: at android.os.Parcel.createExceptionOrNull(Parcel.java:3017)
B4X:
Dim GooglePlayStore As Intent
GooglePlayStore.Initialize(GooglePlayStore.ACTION_VIEW, "https://play.google.com/store/apps/details?id=com.BOBs.BBS")
GooglePlayStore.SetComponent("android/com.android.internal.app.ResolverActivity")
StartActivity(GooglePlayStore)
[/code}
Now, this code works on ALL my devices (has been working for years) and not had any other users crash.
There device is running 13 / 33 (pretty much same as a lot of my devices).