mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
feat: Add option to clear home screen in settings (#6125)
Signed-off-by: abhixv <abhi.sharma1@hotmail.com>
This commit is contained in:
committed by
Pun Butrach
parent
9898749619
commit
5f3a03f4fb
@@ -14,6 +14,7 @@
|
||||
|
||||
package com.android.systemui.plugins;
|
||||
|
||||
import android.annotation.IntegerRes;
|
||||
import android.content.ComponentName;
|
||||
import android.media.AudioManager;
|
||||
import android.media.AudioSystem;
|
||||
@@ -21,8 +22,6 @@ import android.os.Handler;
|
||||
import android.os.VibrationEffect;
|
||||
import android.util.SparseArray;
|
||||
|
||||
import androidx.annotation.StringRes;
|
||||
|
||||
import com.android.systemui.plugins.VolumeDialogController.Callbacks;
|
||||
import com.android.systemui.plugins.VolumeDialogController.State;
|
||||
import com.android.systemui.plugins.VolumeDialogController.StreamState;
|
||||
@@ -91,7 +90,7 @@ public interface VolumeDialogController {
|
||||
public int levelMax;
|
||||
public boolean muted;
|
||||
public boolean muteSupported;
|
||||
public @StringRes int name;
|
||||
public @IntegerRes int name;
|
||||
public String remoteLabel;
|
||||
public boolean routedToBluetooth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user