06c8de02b5
Activity, Service, BroadcastReceiver #KT-17389 Fixed
10 lines
268 B
XML
Vendored
10 lines
268 B
XML
Vendored
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.myapp"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
|
|
|
|
<application>
|
|
<activity android:name=".MyActivity"/>
|
|
</application>
|
|
</manifest> |