Merge "Make SYSTEM_INTERACTION a SystemApi" into pi-dev
am: 06ce5f6803
Change-Id: Ieef7dc8027f0c81b8dfafa08b3d626adf3cfe75f
This commit is contained in:
committed by
android-build-merger
commit
543275c541
@@ -723,6 +723,7 @@ package android.app.usage {
|
||||
method public java.lang.String getNotificationChannelId();
|
||||
field public static final int NOTIFICATION_INTERRUPTION = 12; // 0xc
|
||||
field public static final int NOTIFICATION_SEEN = 10; // 0xa
|
||||
field public static final int SYSTEM_INTERACTION = 6; // 0x6
|
||||
}
|
||||
|
||||
public final class UsageStatsManager {
|
||||
|
||||
@@ -81,6 +81,7 @@ public final class UsageEvents implements Parcelable {
|
||||
* An event type denoting that a package was interacted with in some way by the system.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final int SYSTEM_INTERACTION = 6;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user