blob: 53e194bbd4de7888eb571a49b530fcac7aa96708 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sample.util">
<application>
<service android:name="com.sample.util.service.SampleService"/>
</application>
</manifest>