I am creating an app, which will ask for password before opening any other app. To start my activity i have created an intent which is having flags as , intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
The locking/unlocking function is working properly, but when i press back button it is not redirecting to home screen.
in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TASK);