Files
NativeScript/android/app/src/main/AndroidManifest.xml
Panayot Cankov 5f1a79ad5a Add iOS framework
2016-04-27 17:38:19 +03: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>