AndroidManifest.xml 230 B

12345678910
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="top.defaults.view">
  3. <application
  4. android:allowBackup="true"
  5. android:supportsRtl="true">
  6. </application>
  7. </manifest>