diff --git a/metadata/org.sparkleshare.android.txt b/metadata/org.sparkleshare.android.txt
index 06a4e37b..b3141435 100644
--- a/metadata/org.sparkleshare.android.txt
+++ b/metadata/org.sparkleshare.android.txt
@@ -1,10 +1,10 @@
-Category:System
+Category:Internet
License:GPLv3
Web Site:http://www.sparkleshare.org
Source Code:https://github.com/NewProggie/SparkleShare-Android
Issue Tracker:https://github.com/NewProggie/SparkleShare-Android/issues
-Summary:distributed collaboration and sharing tool
+Summary:Distributed collaboration and sharing tool
Description:
SparkleShare is a collaboration and sharing tool that is designed to keep
things simple and to stay out of your way.
@@ -16,7 +16,7 @@ browse your files right from your Android device.
Repo Type:git
Repo:https://github.com/NewProggie/SparkleShare-Android.git
-Build Version:1.0,1,a9e23f0f9ae6161a786bf48cb48ab3dec20110c9,target=android-7
+Build Version:1.0,1,a9e23f0f9ae6161a786bf48cb48ab3dec20110c9,patch=uses-feature.patch,target=android-7
Update Check Mode:Market
Current Version:1.0
diff --git a/metadata/org.sparkleshare.android/uses-feature.patch b/metadata/org.sparkleshare.android/uses-feature.patch
new file mode 100644
index 00000000..fe29960d
--- /dev/null
+++ b/metadata/org.sparkleshare.android/uses-feature.patch
@@ -0,0 +1,16 @@
+Camera use is optional, don't disallow install on camera-less devices.
+See right side pane at
+http://developer.android.com/guide/topics/manifest/uses-permission-element.html
+
+diff --git a/AndroidManifest.xml b/AndroidManifest.xml
+index d020d9d..1b45bf1 100644
+--- a/AndroidManifest.xml
++++ b/AndroidManifest.xml
+@@ -8,6 +8,7 @@
+
+
+
++
+