On Mon, Mar 23, 2009 at 3:05 AM, Lars <lars.bra...@gmail.com> wrote:

> Could you please explain why?


You are using this to bypass the SDK and access various internal APIs and
data structures.  Worse, what is probably happening is that you are bundling
the internal IPC interfaces into your app, which will break pretty much any
time they change (and they do that a lot).

So by doing this, you are basically putting yourself in a position where you
have no idea if your app is using APIs that are not in the SDK and thus can
change between releases, and actually doing it in such a way that you have
the best chance of breaking.

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

Reply via email to