選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

AndroidManifest.xml 266B

1234567891011
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.luticate.utils">
  3. <application
  4. android:allowBackup="true"
  5. android:label="@string/app_name"
  6. android:supportsRtl="true">
  7. </application>
  8. </manifest>