aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-25 01:09:44 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-25 01:09:44 +0200
commitd8bf8c447f6734f0f87c8f80b1095cb0ae5ef737 (patch)
tree29ce3a2f279b27112b513dc79734839942d44875 /AndroidManifest.xml
parent1daa236fdc00d781b700988c73813c980b270dde (diff)
downloadBlueGPS-d8bf8c447f6734f0f87c8f80b1095cb0ae5ef737.zip
BlueGPS-d8bf8c447f6734f0f87c8f80b1095cb0ae5ef737.tar.gz
BlueGPS-d8bf8c447f6734f0f87c8f80b1095cb0ae5ef737.tar.bz2
add new SiIRF configuration options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c87f911..6a5b512 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -49,6 +49,9 @@
<action android:name="org.broeuschmeul.android.gps.bluetooth.provider.nmea.intent.action.STOP_GPS_PROVIDER">
<category android:name="android.intent.category.DEFAULT" />
</action>
+ <action android:name="org.broeuschmeul.android.gps.bluetooth.provider.nmea.intent.action.CONFIGURE_SIRF_GPS">
+ <category android:name="android.intent.category.DEFAULT" />
+ </action>
</intent-filter>
</service>