我打算发布一些小工具(它们只是在主页上显示一个图像),但我想赚一些美分,所以我希望插入我的Airpush代码。
我该怎么做呢?
非常感谢!
发布于 2012-12-10 18:41:36
使用以下说明:
按照url将Airpush集成到小部件中
http://wiki.airpush.com/index.php/Widget_apps
@Override
public void onEnabled(Context context) {
super.onEnabled(context);
Airpush airpush = new Airpush(getApplicationContext());
airpush.startPushNotification(false);
airpush.startIconAd();
//Other codes
}发布于 2012-07-14 01:46:11
这是可能的,airpush只能在主屏幕和主屏幕上使用应用程序,抱歉
https://stackoverflow.com/questions/10961176
复制相似问题