android-homebutton
How to handle KeyEvent of home button in an Android application?
I\'m developing an application in Android, and I use开发者_StackOverflow中文版 the the following code to handle the KeyEvent for the back button:[详细]
2023-04-12 07:52 分类:问答Android app reopening and proceeding on the next activity even when pressing the home button or back button
I wrote this app that in the first screen it has an included Thread on it. So it has I timed it like 7 seconds then it will proceed to the next activity.[详细]
2023-03-23 20:52 分类:问答Android - clear the recent app list (shown after long HOME press)
I\'m writing a custom launcher 开发者_如何学Pythonapp. The problem is even after setting it as default, the long press of HOME button brings recent app list, including old launcher.[详细]
2023-03-20 17:08 分类:问答Android Home button click ignoring saved state?
Can I ignore the previous stage of application after tapping Home b开发者_如何学Cutton in android?[详细]
2023-03-19 20:30 分类:问答Android Home activity launching a sub-activity
I am relatively new to Android programming.I have been given a task at work where I need to create a Custom Home activity launcher.I did a bit of research and found the example on the Android develope[详细]
2023-03-14 21:37 分类:问答How do I stop playing audio when the home button is pressed?
My application always runs a backgro开发者_运维知识库und audio in services. When I click the home button, the control comes back to home screen but the audio keeps on playing.[详细]
2023-03-11 19:10 分类:问答Android - How to exit an app when user press the home button?
I want to know how to exit an app when user press the Home Button. As far as i know that Home Button moves the running app in background and puts Launcher process in front.[详细]
2023-03-02 11:05 分类:问答How to disable (or hide) home button in AVD
I am developing an application that I don\'t want user to touch home/back button. Trust me, I have a good reason for开发者_如何转开发 it.[详细]
2023-02-21 22:37 分类:问答Started activity from home key screen
I have a background Service which starts an activity, Intent i = new Intent(this, MyActivity.class); i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);[详细]
2023-02-13 07:01 分类:问答How to handle that the application is minimized by HOME button
An issue has appeared a few days ago. I have an application that listen for GPS location. The listener is a background service that works all the time, this service saves data in application level and[详细]
2023-02-11 05:17 分类:问答