Go to home in poynt device

How to go to home in Poynt device from our application on click of any button.

Intent homeIntent =  new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME);
startActivity(homeIntent);