Android-HomeKey-Locker
Android-HomeKey-Locker copied to clipboard
Utility to disable **HOME** key in Android Activity
Hello! Thanks for posting this solution. I tried your app (after downloading it on the play store) but it does not work. Clicking the button has no effect on the...
Hello ! When i using Homekeylocker. I'm trying open Intent Chooser , but it Intent Chooser not showing. I think HomeKeyLocker Dialog is on Top. . Please Help me
Tested on emulator with Recent button. After click on the "Recent button" then I can tap to one of invisible recent app from list and move it to foreground.
真正有用的只有复写了dispatchTouchEvent吧 我直接在activity里复写不就行了么
public OverlayDialog(Activity activity) { super(activity, R.style.OverlayDialog); WindowManager.LayoutParams params = getWindow().getAttributes(); params.type = TYPE_SYSTEM_ERROR; params.dimAmount = 0.0F; // transparent params.width = 0; params.height = 0; params.gravity = Gravity.BOTTOM; getWindow().setAttributes(params); getWindow().setFlags(FLAG_SHOW_WHEN_LOCKED |...
Hi, For example, I locked home button, after that I oped ActionBar and open, for example, alarm clock. After opening I clicked on home button and closed two apps. I...
i have tested this app but its only run on Samsung ans Sony devices so what would i do please suggest a correct answer Any help would be appreciated Thanks
hi, it is not working i dont know why , when importing the new version in there is no files to import Error :" No projects are found to import"...
Can you help me, about how i can use this code please.. i have an error in everything..
This app means that immersive mode is not flagged.