10 lines
274 B
Plaintext
Vendored
10 lines
274 B
Plaintext
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=".Test$MyActivity" />
|
|
</application>
|
|
</manifest> |