Follow API change.
Depends on change Icbc09bfc in f/b. Bug: 15022240 Change-Id: Icbc09bfc5ce78964272def66934fe4a7c848e12b
This commit is contained in:
committed by
Dan Sandler
parent
38e0a86618
commit
16c276a1ff
@@ -20,6 +20,7 @@ import android.animation.LayoutTransition;
|
|||||||
import android.app.AlertDialog;
|
import android.app.AlertDialog;
|
||||||
import android.app.INotificationManager;
|
import android.app.INotificationManager;
|
||||||
import android.app.ListFragment;
|
import android.app.ListFragment;
|
||||||
|
import android.app.Notification;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.pm.ActivityInfo;
|
import android.content.pm.ActivityInfo;
|
||||||
@@ -68,7 +69,8 @@ public class AppNotificationSettings extends ListFragment {
|
|||||||
private static final String SECTION_BEFORE_A = "*";
|
private static final String SECTION_BEFORE_A = "*";
|
||||||
private static final String SECTION_AFTER_Z = "**";
|
private static final String SECTION_AFTER_Z = "**";
|
||||||
private static final Intent APP_NOTIFICATION_PREFS_CATEGORY_INTENT
|
private static final Intent APP_NOTIFICATION_PREFS_CATEGORY_INTENT
|
||||||
= new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_NOTIFICATION_PREFERENCES);
|
= new Intent(Intent.ACTION_MAIN)
|
||||||
|
.addCategory(Notification.INTENT_CATEGORY_NOTIFICATION_PREFERENCES);
|
||||||
|
|
||||||
private final Handler mHandler = new Handler();
|
private final Handler mHandler = new Handler();
|
||||||
private final ArrayMap<String, AppRow> mRows = new ArrayMap<String, AppRow>();
|
private final ArrayMap<String, AppRow> mRows = new ArrayMap<String, AppRow>();
|
||||||
|
Reference in New Issue
Block a user