If you want to enable the Android activity icon (app icon) in your application's ActionBar so users can tap the icon to go to the home screen, here are my notes on how to do this.
Enabling the ActionBar activity icon to handle the home button tap is a simple, three step process:
Step 1
In Step 1, add a line like this to your app's AndroidManifest.xml file: