Add suppressLintAnnotation on state.java

Test: Build
Merged-In: I02aa127e8e07f239561f4f2a3bbdfc6fccb82f7f
Change-Id: I5a22ebe6473fbf38494e20d629e763c331b1e1e6
This commit is contained in:
wescande 2021-09-06 17:12:26 +02:00
parent 6ae29f70d7
commit 4d65834880

View File

@ -16,6 +16,7 @@
package com.android.internal.util;
import android.annotation.SuppressLint;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Build;
import android.os.Message;
@ -25,6 +26,7 @@ import android.os.Message;
*
* The class for implementing states in a StateMachine
*/
@SuppressLint("AndroidFrameworkRequiresPermission")
public class State implements IState {
/**