Merge "Fix HiddenApiTest#testSignatureMethodsThroughReflection." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6737deacc2
@@ -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