Files
kotlin-fork/idea/testData/android/intention/addServiceToManifest/nested.kt.AndroidManifest.xml.expected
T
2017-04-26 18:38:29 +03:00

10 lines
272 B
Plaintext
Vendored

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myapp"
android:versionCode="1"
android:versionName="1.0" >
<application>
<service android:name=".Test$MyService" />
</application>
</manifest>