AndroidManifest.xml 262 B

123456789
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.miekir.library">
  2. <application android:label="@string/app_name">
  3. <!--android:allowBackup="true"
  4. android:supportsRtl="true"-->
  5. </application>
  6. </manifest>