Questions tagged [android-homebutton]

The home button in the android Operating System

This button is used to get back to the Home screen on the android enabled smartphones.

350 questions
-3
votes
2 answers

Disable home button in android 4.x

As I am developing an app for kids, I need to disable home button so that they won't close the app on class. Anyone know how to disable it in android 4.X? (The home button is a real one but not virtual button on screen)
-3
votes
1 answer

How to disable or capture the home key click event

I am making an application in which user downloads the image from server, and that image is opened in the default gallery. Now due to security reasons, when my app goes into a paused state or destroy state, the path or folder where I have downloaded…
Anuj
  • 367
  • 2
  • 6
  • 18
-3
votes
1 answer

How to redirect user when he clicks on home button?

Can you help me to get the following steps : When user click on the button Home: It display a screen that contains a message Action not allowed. This screen is displayed for a few seconds. Then User will be redirected to MainActivity. I work…
Afef
  • 19
  • 4
-3
votes
2 answers

does there exist perfect solution to capture Home Key?

I find that I override the onAttachedToWindow() public void onAttachedToWindow() { super.onAttachedToWindow(); getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD); } I use an intent to open another activity which is full screen.…
KingWu
  • 370
  • 1
  • 4
  • 21
-4
votes
1 answer

Android: Navigating Between Activities

I am using Android Studio 2.3 Testing Device (Tecno-Tecno-6.0 Marshallow). I am new to android apps development.. I have 3 Activity (MainActivity, DisplayMessageActivity and ReadMessageActivity).screens. I can navigate back and forth from the…
1 2 3
23
24