Advertisement
tham7777

Untitled

Mar 3rd, 2020
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <manifest package="com.yourcompany.wizardEVAP.Androidui"
  2.          xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0"
  3.          android:versionCode="1"
  4.          xmlns:tools="http://schemas.android.com/tools"
  5.          android:installLocation="auto">
  6.     <application
  7.        android:hardwareAccelerated="true"
  8.        android:name="net.vplay.helper.VPlayApplication"
  9.        android:label="@string/app_name"
  10.        android:icon="@drawable/ic_launcher"
  11.        android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
  12.        tools:replace="android:appComponentFactory"
  13.        android:appComponentFactory="whateverString">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement