My android app should not run in background, it means should not restore -
My android app should not run in background, it means should not restore -
whenever user presses home button, application run in background in android 4.4. in application, dont wanna background activity. entire app should close, clicking home button.
in activites onpause() function set finish();
android
Comments
Post a Comment