Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
android
/
testData
/
createComponent
/
f1.xml
blob: e735cd12c635802699f3b04471b17c20b2511814 [
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"
>
<activity
android:name
=
"MyActivity"
/>
</application>
</manifest>