mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Merge tag 'android-16.0.0_r3' into 16-dev
Android 16.0.0 Release 3 (BP3A.250905.014) Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
package com.android.systemui.plugins;
|
||||
|
||||
import android.annotation.IntegerRes;
|
||||
import android.content.ComponentName;
|
||||
import android.media.AudioManager;
|
||||
import android.media.AudioSystem;
|
||||
@@ -22,6 +21,8 @@ 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;
|
||||
@@ -90,7 +91,7 @@ public interface VolumeDialogController {
|
||||
public int levelMax;
|
||||
public boolean muted;
|
||||
public boolean muteSupported;
|
||||
public @IntegerRes int name;
|
||||
public @StringRes int name;
|
||||
public String remoteLabel;
|
||||
public boolean routedToBluetooth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user