Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
// AndroidManifest.xml

<application
    ...생략...
    
    <service android:name=".YourControlService" />
    
    ...생략...
</application>

...