[android-developers] CA certificates distributed with Android

2011-04-07 Thread Christoffer Davidsson
Hi, is there a list or documentation of certificates which come distributed with Android? Something similar to these lists: http://support.apple.com/kb/HT3580 http://support.apple.com/kb/HT4415 Or is the way to go to add any certificates you need to the application? Thanks, Christoffer --

[android-developers] Service: both onStart() and onStartCommand() called

2010-09-22 Thread Christoffer Davidsson
Hello (World). I'm trying to create a Service which is backwards compatible, working on both pre-2.0 and post-2.0 phones. Therefore I implement both onStart() and onStartCommand() according to: http://developer.android.com/reference/android/app/Service.html#onStartCommand(android.content.Intent,

[android-developers] Is there a way to find out if an app is in a folder(on the home screen)?

2010-07-09 Thread Christoffer Davidsson
Hi. What I'd like to do is find out the name of the folder an app placed in. A folder on the home screen that is: http://pocketnow.com/how-to/how-to-speed-up-your-android-organize-your-home-screens-using-folders Is there a way to find out if an app is in a folder(on the home screen)? And if so,

[android-developers] Recieveing a notification when an activity is launched

2010-06-30 Thread Christoffer Davidsson
Hi, is there a way of recieving a notification of some sort when a activity is launched. I'd like to monitor which applications are used and how often. Is is possible to register for some broadcast telling me when an application is launched, installed, unistalled etc? I believe I found a