android - Alternative way for overriding home button -
i have developed app using patients. hospital management provide device app every patient in hospital. management asks me run app in device (our devices have version above android 3.0).i made app run after booting completed. disabled button. can't override home button. know there no way override home button. must it. need user should not come out app. give other alternative ways.
make app launcher app, way not able exit app when home button pressed
add activity
<category android:name="android.intent.category.default" /> <category android:name="android.intent.category.launcher" /> <category android:name="android.intent.category.home" />
Comments
Post a Comment