When I click on home button, the current activity which is running is still visible and home button doesn't have any effect. While the activity vanishes if I press the back button.
I checked my logs and got this:-
01-17 09:12:32.871 2403 2663 IWindowManager: isSystemKeyEventRequested() : keyCode=3 is blocked by componentName=ComponentInfo{com.sec.android.app.myApp}
Here KEYCODE_HOME = 3. It doesn't happen everytime. Just once or twice this issue came,but I wanted to know the reason behind it.
How can home button be blocked by an activity? I am using kitkat.