Java android.support.v4.content IntentCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.content IntentCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.content IntentCompat.

The text is from its open source code.

Field

intFLAG_ACTIVITY_TASK_ON_HOME
If set in an Intent passed to Context#startActivity Context.startActivity() , this flag will cause a newly launching task to be placed on top of the current home activity task (if there is one).
intFLAG_ACTIVITY_CLEAR_TASK
If set in an Intent passed to Context#startActivity Context.startActivity() , this flag will cause any existing task that would be associated with the activity to be cleared before the activity is started.