android-homebutton Questions
1
I want to override the home button in my android activity. I have tried out few things related to this which are working for 2.3 and below but not for 4.0 above
@Override public boolean onKeyDown(...
Inoperable asked 9/4, 2014 at 4:26
2
Solved
In the default android launcher, pressing home while in another activity will start the launcher. Pressing home again while in the launcher will reset to the default home screen page. I don't under...
Hymn asked 2/11, 2012 at 21:52
2
Solved
I am using
category android:name="android.intent.category.HOME"
category android:name="android.intent.category.DEFAULT"
to override the HOME button behavior and point it to my application. On th...
Colima asked 20/7, 2011 at 12:1
3
Solved
At least Gmail and Youtube Android apps use a side menu (navigation drawer?) that opens by swiping, or by clicking the app icon (home button):
Is the menu indicator / icon in the screenshot abov...
Sprayberry asked 1/11, 2013 at 10:5
3
Solved
I want to enable the home button in my fragment. This question is asked earlier but for an activity.
I tried ...
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
... but this doesn't work...
Pasha asked 23/7, 2012 at 17:24
2
Solved
I use ActionbarSherlock and would like to enable the home button ...
Therefore I call setHomeButtonEnabled(true) in my base activity.
public class BaseFragmentActivity extends SherlockFragmentActi...
Tolmach asked 6/9, 2013 at 11:50
1
Solved
I have an application which I am attempting to "enter Kiosk mode" with, however I only want it to occur on only one Activity. After tinkering around with some of the controls, I came up with Intent...
Casket asked 9/7, 2013 at 5:34
1
Solved
I am coding a custom lockscreen app for android.
I have managed to disable the back button. But the home button and the recent apps button on ICS proved not to be as easy.
I searched around and...
Tomika asked 2/10, 2012 at 1:37
1
Solved
I am looking for a way to disable the task manager window once I long press on the home button.
I managed to disable other device keys (such as volume, menu etc) and the normal click on the home bu...
Hyperesthesia asked 9/8, 2012 at 11:39
1
I am making a children's app and I would like to add a child lock to it, just like the one on the app called "Toddler lock". Toddler lock asks you to set the default launcher when the lock is turne...
Thomasina asked 21/8, 2012 at 3:38
0
I'm writing a custom launcher app. The problem is even after setting it as default, the long press of HOME button brings recent app list, including old launcher.
Is it possible to clear the recent...
Counterproof asked 17/7, 2011 at 10:10
2
Solved
I have an app designed for a tablet in a workplace setting where a number of people will use the camera as part of their routine. While it's appropriate and necessary for a supervisor to leave the ...
Knout asked 6/6, 2011 at 23:3
4
Solved
I have been working on a replacement for the stock Car Home app for a bit, and I am completely stumped on how to override the Home button so that my app will be brought back to the foreground whene...
Fulmer asked 19/5, 2010 at 3:21
© 2022 - 2024 — McMap. All rights reserved.