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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user