I\'ve developed and app that is a slide show of pictures which each play a sound when you tap them. It\'s like a picture book for ages 2-4.
The problem is, since and
I replaced the Default Home launcher using the following code:
Intent selector = new Intent("android.intent.action.MAIN"); selector.addCategory("android.intent.category.HOME"); selector.setComponent(new ComponentName("android","com.android.internal.app.ResolverActivity")); startActivity(selector);