AndroidManifest.xml 268 B

12345678910
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="serialcommunication.wdkl.com.bedlib">
  3. <application android:allowBackup="true" android:label="@string/app_name"
  4. android:supportsRtl="true">
  5. </application>
  6. </manifest>