コード例 #1
0
 @Override
 public void onCreate() {
   mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
   mSettings.loadRedditPreferences(this, mClient);
   new PeekEnvelopeServiceTask(this, mClient, mSettings.getMailNotificationStyle()).execute();
 }