Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cadaa8b8 authored by Alexander Dorokhine's avatar Alexander Dorokhine
Browse files

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
parent 49f6ccf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }