File
Doc
Category
Size
Date
Package
DemoImPlugin.java
API Doc
Android 1.5 API
6871
Wed May 06 22:42:46 BST 2009
com.android.im.plugin.demo
DemoImPlugin
java.lang.Object
android.app.Service
public class DemoImPlugin extends android.app.Service
Simple example of writing a plug-in for the IM application.
Fields Summary
private android.os.IBinder
mBinder
The implementation of IImPlugin defined through AIDL.
static final int[]
SMILEY_RES_IDS
An array of the smiley icon IDs. Note that the sequence of the array MUST match the smiley texts and smiley names defined in strings.xml.
Constructors Summary
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
return mBinder;
Java Code Source