>> Anyway, I am not able to get the alert happen with explicitly
>> specifying the component.
>
> You failed to make your inner class be static. You cannot reference
> non-static inner classes in the manifest, because Android has no way
> of creating an instance of that non-static inner class.
>
I made it static. That did not work - the alarm is not delivered
though it is being run.
adb shell dumpsys alarm
  com.iovercomer
    22ms running, 2 wakeups
    2 alarms: dat=content://com.iovercomer/alerts/99 flg=0x4
cmp=com.iovercomer/.TestIntentResolution$MyAlarmReceiver

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to