プロつく計画2 5週目

AndroidManifest.xml のアレコレについて調べていました。 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.zeitungm.helloworld"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme"> </application></manifest>