Add AccountKeys to FastPairAccountDevicesMetadataRequest
Test: CTS test.
Bug: 204780849
Change-Id: I57a529a476f04c78d95763562e61ae55fb774fa9
Merged-In: I57a529a476f04c78d95763562e61ae55fb774fa9
Ignore-AOSP-First: nearby_not_in_aosp_yet
CTS-Coverage-Bug: 205591293
diff --git a/framework-t/api/system-current.txt b/framework-t/api/system-current.txt
index cc8f6b2..0cf488e 100644
--- a/framework-t/api/system-current.txt
+++ b/framework-t/api/system-current.txt
@@ -101,6 +101,7 @@
public static class FastPairDataProviderBase.FastPairAccountDevicesMetadataRequest {
method @NonNull public android.accounts.Account getAccount();
+ method @NonNull public java.util.Collection<byte[]> getAccountKeys();
}
public static interface FastPairDataProviderBase.FastPairAntispoofkeyDeviceMetadataCallback {