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:
@@ -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>
|
||||
Reference in New Issue
Block a user