Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android
/
testData
/
intentions
/
DummyService_manifest_after.xml
blob: 5de32b36a398e444e75e434e7b8de6ea1af8156c [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"p1.p2"
>
<application
android:icon
=
"@drawable/icon"
>
<service
android:name
=
"com.example.DummyService"
/>
</application>
</manifest>