Merge "Add AccountKeys to FastPairAccountDevicesMetadataRequest" into tm-dev
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 {