Unfortunately this is not possible, but you can set your app as launcher, then, when home button is clicked your app will be called, keeping your app open.
To make this, add two categories in your main activity.
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…