No, there is no workaround. Third party applications cannot use
internal or hidden interfaces or packages. Only code built as part of
the OS itself can use things like the com.android.internal.*
implementation.
--
chris tate
android framework engineer
This is explicitly not supported. Your code will fail to even load on
some (or many) devices, and worse may fail in obscure ways on others
because the semantics of the methods you're calling will have changed.
Do not attempt to use unpublished functionality; it is not a viable
long-term strategy.
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.