Skip to content

Instantly share code, notes, and snippets.

@Richie97
Created January 30, 2013 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Richie97/4675709 to your computer and use it in GitHub Desktop.
Save Richie97/4675709 to your computer and use it in GitHub Desktop.
Enabling Activites, DayDreams, ETC
getApplicationContext().getPackageManager().setComponentEnabledSetting(new ComponentName(AboutActivity.this, VergeDaydream.class), PackageManager.COMPONENT_ENABLED_STATE_ENABLED, PackageManager.DONT_KILL_APP);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment