mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
367 B
XML
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>
|