摘要: 1 public class MainActivity extends Activity { 2 /** Called when the activity is first created. */ 3 NotificationManager nm; 4 Notification notifi; 5 PendingIntent pi; 6 @Override 7 public void onCreate(Bundle savedInstanceState) { 8 super.onCreate(savedInstanceState... 阅读全文
posted @ 2012-08-18 16:38 bvin 阅读(2870) 评论(0) 推荐(1) 编辑