Merge "Change MetadataListener to a abstract static class"
This commit is contained in:
@@ -735,7 +735,7 @@ package android.bluetooth {
|
||||
field public static final String ACTION_REQUEST_BLE_SCAN_ALWAYS_AVAILABLE = "android.bluetooth.adapter.action.REQUEST_BLE_SCAN_ALWAYS_AVAILABLE";
|
||||
}
|
||||
|
||||
public abstract class BluetoothAdapter.MetadataListener {
|
||||
public abstract static class BluetoothAdapter.MetadataListener {
|
||||
ctor public BluetoothAdapter.MetadataListener();
|
||||
method public void onMetadataChanged(android.bluetooth.BluetoothDevice, int, String);
|
||||
}
|
||||
|
||||
@@ -3276,7 +3276,7 @@ public final class BluetoothAdapter {
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public abstract class MetadataListener {
|
||||
public abstract static class MetadataListener {
|
||||
/**
|
||||
* Callback triggered if the metadata of {@link BluetoothDevice} registered in
|
||||
* {@link #registerMetadataListener}.
|
||||
|
||||
Reference in New Issue
Block a user