Created
January 30, 2013 18:55
-
-
Save Richie97/4675709 to your computer and use it in GitHub Desktop.
Enabling Activites, DayDreams, ETC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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