diff options
Diffstat (limited to 'core/java/android/bluetooth/IBluetoothHeadset.aidl')
-rw-r--r-- | core/java/android/bluetooth/IBluetoothHeadset.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/IBluetoothHeadset.aidl b/core/java/android/bluetooth/IBluetoothHeadset.aidl index 582d4e3..5f42fd6 100644 --- a/core/java/android/bluetooth/IBluetoothHeadset.aidl +++ b/core/java/android/bluetooth/IBluetoothHeadset.aidl @@ -31,4 +31,5 @@ interface IBluetoothHeadset { boolean stopVoiceRecognition(); boolean setPriority(in String address, int priority); int getPriority(in String address); + int getBatteryUsageHint(); } |