From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / android / project / GLWallpaperService / AndroidManifest.xml
diff --git a/android/project/GLWallpaperService/AndroidManifest.xml b/android/project/GLWallpaperService/AndroidManifest.xml
new file mode 100644 (file)
index 0000000..43c2085
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+      package="net.rbgrn.android.glwallpaperservice"
+      android:versionCode="1"
+      android:versionName="1.0">
+    <application android:icon="@drawable/icon" android:label="@string/app_name">
+
+
+    </application>
+    <uses-sdk android:minSdkVersion="7" />
+
+</manifest> 
\ No newline at end of file