mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Taskbar System Action with Broadcast Receiver.
Test: Manual Bug: 265618836 Change-Id: I734402ef277a09cf5e41aa63f8be09375706c17a
This commit is contained in:
@@ -17,6 +17,8 @@ package com.android.launcher3.taskbar;
|
||||
|
||||
import static com.android.launcher3.taskbar.LauncherTaskbarUIController.DISPLAY_PROGRESS_COUNT;
|
||||
|
||||
import android.app.PendingIntent;
|
||||
|
||||
/**
|
||||
* State shared across different taskbar instance
|
||||
*/
|
||||
@@ -43,4 +45,7 @@ public class TaskbarSharedState {
|
||||
|
||||
// LauncherTaskbarUIController#mTaskbarInAppDisplayProgressMultiProp
|
||||
public float[] inAppDisplayProgressMultiPropValues = new float[DISPLAY_PROGRESS_COUNT];
|
||||
|
||||
// Taskbar System Action
|
||||
public PendingIntent taskbarSystemActionPendingIntent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user