the least thing i like on the nexus one is the useless app it runs when on the desktop dock.
I already wasted a good day se开发者_如何学Goarching for the 3 topics below and failed to find anything.
Is there any replacement for it already available?
Is there source code for the original one?
Is there documentation on how to replace them?
- Very Likely. Look in Android Market; I'm sure there's a desktop clock replacement app there.
- Yes. look at DeskClock.git.
- Yes. look at Intent.CATEGORY_DESK_DOCK. If you create an activity with an
intent-filter
that contains this category it'll show up in the list of available apps (the 'chooser') when the phone is docked.
精彩评论