Paste
Pasted as Java by Yul ( 14 years ago )
public StatusBarNotifier(Context context) {
mContext = context;
mNotificationManager = (NotificationManager) context.getSystemService(
Context.NOTIFICATION_SERVICE);
mSettings = new HashMap<Long, Imps.ProviderSettings.QueryMap>();
Log.v("HANDLER", "afafafa");
mHandler = new Handler();
Log.v("HANDLER", "TRUE");
mNotificationInfos = new HashMap<Long, NotificationInfo>();
}
Revise this Paste