I setted my android app as Home in android manifest with following code. But i want to exit from this app when i want but it reopens itself. Is it possible to exit from application and prevent auto re-open until i want to open manually or pressing home button myself. Is it possible to do this.
<category android:name="android.intent.category.HOME" />