Manifest file - Activity tag


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <activity android:allowTaskReparenting=["true" | "false"]
  2. android:alwaysRetainTaskState=["true" | "false"]
  3. android:clearTaskOnLaunch=["true" | "false"]
  4. android:configChanges=["mcc", "mnc", "locale",
  5. "touchscreen", "keyboard", "keyboardHidden",
  6. "navigation", "screenLayout", "fontScale", "uiMode",
  7. "orientation", "screenSize", "smallestScreenSize"]
  8. android:enabled=["true" | "false"]
  9. android:excludeFromRecents=["true" | "false"]
  10. android:exported=["true" | "false"]
  11. android:finishOnTaskLaunch=["true" | "false"]
  12. android:hardwareAccelerated=["true" | "false"]
  13. android:icon="drawable resource"
  14. android:label="string resource"
  15. android:launchMode=["multiple" | "singleTop" |
  16. "singleTask" | "singleInstance"]
  17. android:multiprocess=["true" | "false"]
  18. android:name="string"
  19. android:noHistory=["true" | "false"]
  20. android:permission="string"
  21. android:process="string"
  22. android:screenOrientation=["unspecified" | "user" | "behind" |
  23. "landscape" | "portrait" |
  24. "reverseLandscape" | "reversePortrait" |
  25. "sensorLandscape" | "sensorPortrait" |
  26. "sensor" | "fullSensor" | "nosensor"]
  27. android:stateNotNeeded=["true" | "false"]
  28. android:taskAffinity="string"
  29. android:theme="resource or theme"
  30. android:windowSoftInputMode=["stateUnspecified",
  31. "stateUnchanged", "stateHidden",
  32. "stateAlwaysHidden", "stateVisible",
  33. "stateAlwaysVisible", "adjustUnspecified",
  34. "adjustResize", "adjustPan"] >
  35. . . .
  36. </activity>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.