Added a new ringer shortcut

and I renamed LauncherShortCuts to CheckLocationShortcut

closes #93

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-04 10:37:12 -04:00
parent 22722a578b
commit 62bb65afd8
4 changed files with 58 additions and 18 deletions

View File

@@ -30,6 +30,8 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.CREATE_SHORTCUT" />
</intent-filter>
</activity>
<activity
@@ -88,7 +90,7 @@
android:process=":PassiveLocationChangedReceiver" />
<activity
android:name=".ui.LauncherShortcuts"
android:name=".ui.CheckLocationShortcut"
android:theme="@android:style/Theme.Translucent" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />