Home | History | Annotate | Download | only in testdata

Lines Matching full:specify

8 android:launchMode : Specify how an activity should be launched.  [enum]
9 android:screenOrientation : Specify the orientation an activity should be run in. [enum]
10 android:configChanges : Specify one or more configuration changes that the activity will handle itself. [flag]
11 android:permission : Specify a permission that a client is required to have in order to use the associated object. [string]
12 android:multiprocess : Specify whether a component is allowed to have multiple instances of itself running in different processes. [boolean]
13 android:process : Specify a specific process that the associated code is to run in. [string]
14 android:taskAffinity : Specify a task name that activities have an "affinity" to. [string]
15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. [boolean]
16 android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. [boolean]
17 android:finishOnCloseSystemDialogs : Specify whether an activity should be finished when a "close system windows" request has been made. [boolean]
18 android:clearTaskOnLaunch : Specify whether an activity's task should be cleared when it is re-launched from the home screen. [boolean]
19 android:noHistory : Specify whether an activity should be kept in its history stack. [boolean]
20 android:alwaysRetainTaskState : Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations. [boolean]
23 android:enabled : Specify whether the activity is enabled or not (that is, can be instantiated by the system). [boolean]
25 android:windowSoftInputMode : Specify the default soft-input mode for the main window of this activity. [flag]