Merge "Add suppressLintAnnotation on state.java"

This commit is contained in:
Treehugger Robot
2021-09-07 15:51:39 +00:00
committed by Gerrit Code Review

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 {
/**