Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <manifest package="com.yourcompany.wizardEVAP.Androidui"
- xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0"
- android:versionCode="1"
- xmlns:tools="http://schemas.android.com/tools"
- android:installLocation="auto">
- <application
- android:hardwareAccelerated="true"
- android:name="net.vplay.helper.VPlayApplication"
- android:label="@string/app_name"
- android:icon="@drawable/ic_launcher"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
- tools:replace="android:appComponentFactory"
- android:appComponentFactory="whateverString">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement