Files
Udacity_project_5---ReportC…/app/src/main/AndroidManifest.xml
2017-06-05 18:14:26 +01:00

14 lines
368 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.h_mal.reportcardjavaclass">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
</application>
</manifest>