Fix HiddenApiTest#testSignatureMethodsThroughReflection.

It could not parse the annotation.

Bug: 188503851
Test: atest HiddenApiTest#testSignatureMethodsThroughReflection
Test: flash image, remove jetpack @SdkSuppress, and run jetpack tests
Change-Id: I05093b61b8658ad95db4f7e49c2f64bc314aa4b1
This commit is contained in:
Alexander Dorokhine
2021-05-18 16:54:25 -07:00
parent 49f6ccf69e
commit cadaa8b892

View File

@@ -490,8 +490,8 @@ public final class AppSearchSchema {
* @hide
*/
@Deprecated
@UnsupportedAppUsage(implicitMember = "")
public static class Int64PropertyConfig extends PropertyConfig {
@UnsupportedAppUsage
Int64PropertyConfig(@NonNull Bundle bundle) {
super(bundle);
}