1

I want to make an application that can hide others, such as:

https://play.google.com/store/apps/details?id=com.thinkyeah.apphider

I have this code, but it only works to hide my own app:

PackageManager p = getPackageManager();
ComponentName componentName = new ComponentName("pkg", "pkg.main");

p.setComponentEnabledSetting(componentName, 
PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);

thanks for the help

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Kevin La Delfa
  • 69
  • 1
  • 10

0 Answers0