Lines Matching full:launched
36 <string name="activity_description_basic">This Activity was launched in a new task without any
43 <string name="activity_adjacent_description">This activity was launched with the flag
44 <b>Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT</b>.\n\nIf possible, it has been launched into the
46 example - if the application is not in split-screen mode, it will be launched full-screen.
47 If it is launched in the same task as the initial Activity, it will retain its activity
56 <string name="activity_bounds_description">This activity has been launched with a launch bounds
57 set in its intent. The bounds define the area into which the activity should be launched.
60 <string name="activity_minimum_description">This activity has a minimum size.\nIt was launched
63 \n\nNote that this Activity was launched in a different task, otherwise the properties from
64 the Activity that launched this one would have been applied.