No Description

AndroidManifest.xml 295B

123456789101112
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.dscj.autoheightwebview">
  3. <application android:allowBackup="true"
  4. android:label="@string/app_name"
  5. android:supportsRtl="true"
  6. >
  7. </application>
  8. </manifest>