I have an application that calls AlarmManager
Intent intent;
intent = new Intent(context, MyEventReceiver.class);
PendingIntent appIntent = PendingIntent.g
and in the Manifiest I have the obligatory entry
android:process=":remote"
is anti-obligatory. Please remove it. Quickly.
On an actual device if I start MyApplication, add an alarm and then kill the process using a task killer
Task killers remove the app's alarms as well, though this issue is resolved with Android 2.2.