Disabling Android home button for industry application -


i'm writing industry application used traffic wardens register offences through program using forms.

the app using webview container external webpage. don't want our users exit application have disable buttons. succeeded in disabling them except home button.

i read threads topic, don't have solutions yet. idea able make app default home app if user presses home button launches app , not exit. how can accomplish that? if must able tamper android (when install app), if there solution through configuration appreciated.

the idea able make app default home app if user presses home button launches app , not exit. how can accomplish that?

there sample home application in android sdk. mirror manifest entry, notably putting home category in activity's <intent-filter>.

the first time the, er, traffic warden taps home after installing app, chooser appear home app run. checking checkbox , tapping app mean home button run app forevermore.

beyond creating custom home app, though, there no way intercept home button except through firmware modifications.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -