Is there a way to get applications having same shareUserId from a third application. I mean i wish to detect the 2 applications having same sharedUserId from my application.
Is there a way to get applications having same shareUserId from a third application.
Share
Use
PackageManagerand check user Id of each of installed package. There issharedUserIdfield in PackageInfo structure which will be set if package uses it.