On Tue, Jun 15, 2010 at 5:51 AM, bohemianx <[email protected]> wrote:
> We are looking to provide our own class object to override some
> certain method inside of the framework classes, ex: startScan() in
> class WifiManager.
>
> Is it any way to override it with a .jar release package instead of
> modifying the framework/base/* codes inside of the Android platform
> source?

Certainly not the *Manager classes. If you look at the source code for
those, you will notice that they tend to be clients for remote
services exporting AIDL interfaces.

-- 
Mark Murphy
CommonsWare
[email protected]
http://commonsware.com

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

Reply via email to