Manifest file - Application tag


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



Copy this code and paste it in your HTML
  1. <application android:allowTaskReparenting=["true" | "false"]
  2. android:backupAgent="string"
  3. android:debuggable=["true" | "false"]
  4. android:description="string resource"
  5. android:enabled=["true" | "false"]
  6. android:hasCode=["true" | "false"]
  7. android:hardwareAccelerated=["true" | "false"]
  8. android:icon="drawable resource"
  9. android:killAfterRestore=["true" | "false"]
  10. android:label="string resource"
  11. android:logo="drawable resource"
  12. android:manageSpaceActivity="string"
  13. android:name="string"
  14. android:permission="string"
  15. android:persistent=["true" | "false"]
  16. android:process="string"
  17. android:restoreAnyVersion=["true" | "false"]
  18. android:taskAffinity="string"
  19. android:theme="resource or theme" >
  20. . . .
  21. </application>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.