I am developing an App with CATEGORY HOME in the Manifest.
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME"/>
It worked just fine with Android 4.1.1 but few days ago, I’ve upgraded to 4.1.2 and now the CATEGORY HOME doesn’t work.
Do you know if this feature is deprecated with 4.1.2, or the problem lies on my settings?
You also need to add the following line of code for it to work