指示系统分配给该进程的相对重要性级别。这些级别由常量表示。常量编号的方式是,更重要的值总是小于不太重要的值。
| 前台 | 镜像 android:public static final int IMPORTANCE_FOREGROUND。 | 
| 前台服务 | 镜像 android:public static final int IMPORTANCE_FOREGROUND_SERVICE。 | 
| 可见 | 镜像 android:public static final int IMPORTANCE_VISIBLE。 | 
| 可感知 | 镜像 android:public static final int IMPORTANCE_PERCEPTIBLE。 | 
| 顶部休眠 | 镜像 android:public static final int IMPORTANCE_TOP_SLEEPING。 | 
| 无法保存状态 | 镜像 android:public static final int IMPORTANCE_CANT_SAVE_STATE。 | 
| 服务 | 镜像 android:public static final int IMPORTANCE_SERVICE。 | 
| 缓存 | 镜像 android:public static final int IMPORTANCE_CACHED。 | 
| 消失 | 镜像 android:public static final int IMPORTANCE_GONE。 |