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

Commit d2c02a15 authored by Alexander Dorokhine's avatar Alexander Dorokhine Committed by Automerger Merge Worker
Browse files

Merge "Fix HiddenApiTest#testSignatureMethodsThroughReflection." into sc-dev am: 6737deac

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14630254

Change-Id: I3a2537476d0b3904b38cf68d328c7e301fcc8fb6
parents 89e0c270 6737deac
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -490,8 +490,8 @@ public final class AppSearchSchema {
     * @hide
     * @hide
     */
     */
    @Deprecated
    @Deprecated
    @UnsupportedAppUsage(implicitMember = "")
    public static class Int64PropertyConfig extends PropertyConfig {
    public static class Int64PropertyConfig extends PropertyConfig {
        @UnsupportedAppUsage
        Int64PropertyConfig(@NonNull Bundle bundle) {
        Int64PropertyConfig(@NonNull Bundle bundle) {
            super(bundle);
            super(bundle);
        }
        }