[android-developers] Application restarts when exiting with back button

2009-12-30 Thread Henry S.
Hi, Does anybody have any insight as to why a game appliction would restart when exiting with the back button. It does not automatically restart when using the Home button to exit and this only occurs one time (after the second attempt to exit with the back button, it exits cleanly). Also, I

[android-developers] Broadcast Receiver From Widget

2009-12-02 Thread Henry S.
Hi, I am making a widget that needs a broadcast receiver, like the one in com.example.android.apis.appwidget.ExampleBroadcastReceiver. However, the example defines Intent.ACTION_TIMEZONE_CHANGED in the manifest, but there are some that do not allow this For example, Intent.ACTION_TIME_TICK says