Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SecurityException - Unknown calling package name -Android 6.0.1

My app is on app store for since over than two years, I recieved this crash on Crashlytics for the last two builds, only for Android devices with "Android 6.0.1"

**Fatal Exception: java.lang.SecurityException

Unknown calling package name 'my_package_name'.**

android.os.Parcel.readException (Parcel.java:1620)

android.os.Parcel.readException (Parcel.java:1573)

com.google.android.gms.common.internal.zzs$zza$zza.zza (Unknown Source)

com.google.android.gms.common.internal.zzj.zza (Unknown Source)

com.google.android.gms.internal.zzlg$zzf.zznO (Unknown Source)

com.google.android.gms.internal.zzlg$zzi.run (Unknown Source)

java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423)

java.util.concurrent.FutureTask.run (FutureTask.java:237)

java.util.concurrent.ThreadPoolExecutor.runWorker 
(ThreadPoolExecutor.java:1113)

java.util.concurrent.ThreadPoolExecutor$Worker.run 
(ThreadPoolExecutor.java:588)

java.lang.Thread.run (Thread.java:818)

Thanks.

like image 737
S qasem Avatar asked Jan 29 '17 11:01

S qasem


People also ask

Is Java 1.6 still supported?

Details. Oracle Java SE 6 (Oracle JDK 6 and Oracle JRE 6) and Oracle JRockit (all versions) Extended Support period ended as described below: Java SE 6 Deployment Technology (i.e. web technology; primarily, Java Plugin and Java WebStart): Extended Support ended June, 2017.

Which Java version is latest?

Java Platform, Standard Edition 18Java SE 18.0. 2.1 is the latest release of Java SE Platform. Oracle strongly recommends that all Java SE users upgrade to this release.

What version is Java on?

The latest version of Java is Java 18 or JDK 18 released on March, 22nd 2022 (follow this article to check Java version on your computer).


1 Answers

I had same issue and reached to user who gets crash by phone. User says that he cloned my app with a third party application and he's trying to use both apps in same device and gets crash.

With a quick search, i found some applications in Google Play which clones apps.

I'm not sure if there's a valid way for handling this crash such as trying to get support from Google or is it right to take action for this issue. For now, i'll ignore the crashes cause only 1 user gets these crashes.

Good luck.

like image 140
savepopulation Avatar answered Sep 22 '22 20:09

savepopulation