Discovered in the docs:

http://developer.android.com/reference/android/os/IBinder.html#TWEET_TRANSACTION

   public static final int  TWEET_TRANSACTION   Since: API Level 13

   IBinder protocol transaction code: send a tweet to the target
   object. The data in the parcel is intended to be delivered to a
   shared messaging service associated with the object; it can be
   anything, as long as it is not more than 130 UTF-8 characters to
   conservatively fit within common messaging services. As part of
   HONEYCOMB_MR2, all Binder objects are expected to support this
   protocol for fully integrated tweeting across the platform. To
   support older code, the default implementation logs the tweet to the
   main log as a simple emulation of broadcasting it publicly over the
   Internet.

   Also, upon completing the dispatch, the object must make a cup of
   tea, return it to the caller, and exclaim "jolly good message old
   boy!".

   Constant Value:  1599362900 (0x5f545754)


I have a question for Google engineers: is there a way to specify the kind of tea that the object makes?

Myself, I prefer strongly flavored black tea, but considering that Google HQ is in California, I'm worried that the default is caffeine-free herbal tea.

I don't see a way in the API to specify this - is it planned for a future release, or left up to the device manufacturers, to provide reasonable defaults as part of their regionally targeted firmware(s)?

--
Kostya Vasilyev

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