[android-developers] getting package name in included .jar fil

2010-07-09 Thread Boozel
If i create a service and in it use the method
context.getPackageName() or context.getPackageCodePath(). If i then
compile that service into a .jar file and someone else includes it in
their app will those methods return the original package of the
service or that package that they have been included in?

Any help would be great,
Thanks

-- 
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


Re: [android-developers] getting package name in included .jar fil

2010-07-09 Thread Dianne Hackborn
That returns the name of the .apk the code is in.

On Fri, Jul 9, 2010 at 4:37 AM, Boozel boozelcl...@gmail.com wrote:

 If i create a service and in it use the method
 context.getPackageName() or context.getPackageCodePath(). If i then
 compile that service into a .jar file and someone else includes it in
 their app will those methods return the original package of the
 service or that package that they have been included in?

 Any help would be great,
 Thanks

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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