Re: [android-developers] IntentService and WakeLock
It doesn't hold a wake lock... and unfortunately to correctly use a wake lock with the alarm manager, you need to have the alarm delivered to a broadcast receiver. This is something that we'd really like to improve. -- Dianne Hackborn Android framework engineer hack...@android.com
Informacja: 2009-05-25
Czytaj: Re: [android-developers] IntentService and WakeLock
Re: Webview + self signed ssl cert
Mike, I missed your reply, it must have been posted while I was still replying. The server and url in question is private and no one apart from myself will ever use it. Personally, I can't see the point of getting a proper signed certificate for this. But regardless, it should be possible to to handle this sort of thing in webview.
Informacja: 2009-05-25
Czytaj: Re: Webview + self signed ssl cert
onResume after NotificationShade Pulled
My activity does not seem to trigger onResume after the notification shade is pulled down. Anyone else have this problem (or had and sorted out how to fix it)? Thanks, Jason Van Anden
Informacja: 2009-05-25
Czytaj: onResume after NotificationShade Pulled
Re: onResume after NotificationShade Pulled
Figured out something using onWindowFocusChanged. Don't know what I'd do without me! j On Sun, May 24, 2009 at 5:55 PM, Jason Van Anden
Informacja: 2009-05-25
Czytaj: Re: onResume after NotificationShade Pulled