AndroidManifest.xml 269 B

123456789
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="me.yoqi.app.notescanner.mytestlibrary">
  3. <application android:allowBackup="true" android:label="@string/app_name"
  4. android:supportsRtl="true">
  5. </application>
  6. </manifest>