Intent Flag笔记
An intent is an abstract description of an operation to be performed. It * can be used with {@link Context#startActivity(Intent) startActivity} to * launch an {@link android.app.Activity}, * {@