[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

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


[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,
int, int).
Where the comments on onStart() say:
// This is the old onStart method that will be called on the pre-2.0
// platform.  On 2.0 or later we override onStartCommand() so this
// method will not be called.

However, running 2.1 in the Emulator, both methods are called when I
start my Service. Is this a bug? Did anyone else have this problem?

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


[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, what the folder name is?
I'm guessing this would not have anything to do with the app's
location in the file system. I'm I right?

Thanks,
Christoffer

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


[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 discussion or solution to this yesterday when I
was looking for something else, but I'm not able to find it today.

/
Christoffer

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