AndroidManifest.xml 345 B

12345
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.uas.applogin">
  2. <application android:allowBackup="true" android:icon="@mipmap/ic_launcher"
  3. android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round"
  4. android:supportsRtl="true" android:theme="@style/AppTheme" />
  5. </manifest>