Created a short cut that is used to start the location service

closes #65

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-22 10:28:04 -04:00
parent 7e051a7a2d
commit fbfc27c6a5
3 changed files with 145 additions and 0 deletions

View File

@@ -110,6 +110,14 @@
android:enabled="true"
android:exported="true"
android:process=":PassiveLocationChangedReceiver" />
<activity
android:name=".ui.LauncherShortcuts"
android:theme="@android:style/Theme.Translucent" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />
</intent-filter>
</activity>
</application>
</manifest>