I have two questions that I hope someone would be willing to help me with.
The first concerns PushRegistry.registerAlarm(). I am using this method to register auto invokation of my application. Now, is there a way for the application to detect that it was invoked by an alarm rather than by the user? When invoked by incoming connections, the application can detect this by using PushRegistry.listConnections(). Would the same apply when invoked by an alarm?
The second concerns the security settings of the phone. The default setting for application auto-invokation is "session", however on a trusted application, the user can change this to "blanket". Is there a way for the application to determine the current setting og the security settings?