Migrating to android-x

Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
This commit is contained in:
Sunny Goyal
2018-08-14 15:21:45 -07:00
parent a950d40d09
commit d230307a95
92 changed files with 268 additions and 174 deletions

View File

@@ -18,11 +18,12 @@ package com.android.launcher3.notification;
import android.app.Notification;
import android.service.notification.StatusBarNotification;
import android.support.annotation.NonNull;
import java.util.ArrayList;
import java.util.List;
import androidx.annotation.NonNull;
/**
* The key data associated with the notification, used to determine what to include
* in badges and dummy popup views before they are populated.