Files
NativeScript/app/src/main/AndroidManifest.xml
2015-12-15 16:24:07 +02:00

14 lines
367 B
XML

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