UNPKG
weex-eros-template
Version:
latest (1.0.1)
1.0.1
本木前端 weex 集成方案
weex-eros-template
/
template
/
android
/
WeexFrameworkWrapper
/
bmwidgetlib
/
src
/
main
/
AndroidManifest.xml
12 lines
(8 loc)
•
285 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.benmu.widget"
>
<
application
android:allowBackup
=
"true"
android:label
=
"@string/app_name"
android:supportsRtl
=
"true"
>
</
application
>
</
manifest
>