Can you detect whether an app has been side load via adb?

421 Views Asked by At

I want to know if this is possible in android. I want the application to tell me if it was sideloaded via ADB, since I know adb can be used to bypass the package installer name. Is there any method for detection on whether an application was loaded through adb.

1

There are 1 best solutions below

4
On

No, there's is no reliable method to tell what is the origin of given application installed on the device.