Manifest file - Service tag


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



Copy this code and paste it in your HTML
  1. <service android:enabled=["true" | "false"]
  2. android:exported=["true" | "false"]
  3. android:icon="drawable resource"
  4. android:label="string resource"
  5. android:name="string"
  6. android:permission="string"
  7. android:process="string" >
  8. . . .
  9. </service>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.