summaryrefslogtreecommitdiff
path: root/src/plugins/android/templates/widget_project/AndroidWidgetManifest.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/templates/widget_project/AndroidWidgetManifest.template')
-rw-r--r--src/plugins/android/templates/widget_project/AndroidWidgetManifest.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/android/templates/widget_project/AndroidWidgetManifest.template b/src/plugins/android/templates/widget_project/AndroidWidgetManifest.template
new file mode 100644
index 0000000..84b88e9
--- /dev/null
+++ b/src/plugins/android/templates/widget_project/AndroidWidgetManifest.template
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="PACKAGE"
+ android:versionCode="1"
+ android:versionName="1.0">
+ <application android:icon="@drawable/ic_launcher" android:label="APPLICATION_NAME">
+ACTIVITIES
+RECEIVERS
+ </application>
+USES-SDK
+</manifest>