Loading docs/html/guide/topics/manifest/activity-element.jd +12 −12 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ page.title=<activity> <dt>syntax:</dt> <dd><pre class="stx"><activity android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"] android:<a href="#always">alwaysRetainTaskState</a>=["true" | "false"] android:<a href="#clear">clearTaskOnLaunch</a>=["true"" | "false"] android:<a href="#config">configChanges</a>=[<i>one or more of</i>: "mcc" "mnc" "locale" "touchscreen" "keyboard" "keyboardHidden" "navigation" "orientation" "fontScale"] android:<a href="#clear">clearTaskOnLaunch</a>=["true" | "false"] android:<a href="#config">configChanges</a>=["mcc", "mnc", "locale", "touchscreen", "keyboard", "keyboardHidden", "navigation", "orientation", "fontScale"] android:<a href="#enabled">enabled</a>=["true" | "false"] android:<a href="#exclude">excludeFromRecents</a>=["true" | "false"] android:<a href="#exported">exported</a>=["true" | "false"] Loading @@ -28,11 +28,11 @@ page.title=<activity> android:<a href="#state">stateNotNeeded</a>=["true" | "false"] android:<a href="#aff">taskAffinity</a>="<i>string</i>" android:<a href="#theme">theme</a>="<i>resource or theme</i>" android:<a href="#wsoft">windowSoftInputMode</a>=[<i>one or more of</i>: "stateUnspecified" "stateUnchanged" "stateHidden" "stateAlwaysHidden" "stateVisible" "stateAlwaysVisible" "adjustUnspecified" "adjustResize" "adjustPan"] > <!-- ##api level 3## --> android:<a href="#wsoft">windowSoftInputMode</a>=["stateUnspecified", "stateUnchanged", "stateHidden", "stateAlwaysHidden", "stateVisible", "stateAlwaysVisible", "adjustUnspecified", "adjustResize", "adjustPan"] > <!-- ##api level 3## --> . . . </activity></pre></dd> Loading docs/html/guide/topics/manifest/manifest-intro.jd +1 −1 Original line number Diff line number Diff line Loading @@ -443,7 +443,7 @@ element. For example, an activity could be protected as follows: <permission android:name="com.example.project.DEBIT_ACCT" . . . /> . . . <application . . .> <activity android:name="com.example.project.FreneticActivity" . . . > <activity android:name="com.example.project.FreneticActivity" android:permission="com.example.project.DEBIT_ACCT" . . . > . . . Loading Loading
docs/html/guide/topics/manifest/activity-element.jd +12 −12 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ page.title=<activity> <dt>syntax:</dt> <dd><pre class="stx"><activity android:<a href="#reparent">allowTaskReparenting</a>=["true" | "false"] android:<a href="#always">alwaysRetainTaskState</a>=["true" | "false"] android:<a href="#clear">clearTaskOnLaunch</a>=["true"" | "false"] android:<a href="#config">configChanges</a>=[<i>one or more of</i>: "mcc" "mnc" "locale" "touchscreen" "keyboard" "keyboardHidden" "navigation" "orientation" "fontScale"] android:<a href="#clear">clearTaskOnLaunch</a>=["true" | "false"] android:<a href="#config">configChanges</a>=["mcc", "mnc", "locale", "touchscreen", "keyboard", "keyboardHidden", "navigation", "orientation", "fontScale"] android:<a href="#enabled">enabled</a>=["true" | "false"] android:<a href="#exclude">excludeFromRecents</a>=["true" | "false"] android:<a href="#exported">exported</a>=["true" | "false"] Loading @@ -28,11 +28,11 @@ page.title=<activity> android:<a href="#state">stateNotNeeded</a>=["true" | "false"] android:<a href="#aff">taskAffinity</a>="<i>string</i>" android:<a href="#theme">theme</a>="<i>resource or theme</i>" android:<a href="#wsoft">windowSoftInputMode</a>=[<i>one or more of</i>: "stateUnspecified" "stateUnchanged" "stateHidden" "stateAlwaysHidden" "stateVisible" "stateAlwaysVisible" "adjustUnspecified" "adjustResize" "adjustPan"] > <!-- ##api level 3## --> android:<a href="#wsoft">windowSoftInputMode</a>=["stateUnspecified", "stateUnchanged", "stateHidden", "stateAlwaysHidden", "stateVisible", "stateAlwaysVisible", "adjustUnspecified", "adjustResize", "adjustPan"] > <!-- ##api level 3## --> . . . </activity></pre></dd> Loading
docs/html/guide/topics/manifest/manifest-intro.jd +1 −1 Original line number Diff line number Diff line Loading @@ -443,7 +443,7 @@ element. For example, an activity could be protected as follows: <permission android:name="com.example.project.DEBIT_ACCT" . . . /> . . . <application . . .> <activity android:name="com.example.project.FreneticActivity" . . . > <activity android:name="com.example.project.FreneticActivity" android:permission="com.example.project.DEBIT_ACCT" . . . > . . . Loading