summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-02-05 17:26:59 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-02-05 17:26:59 -0700
commitf7704e52429ebc32b62be4b3443a224c74b2c0b8 (patch)
tree560accf480a6b5c3ecb6e82cc9968c5edcb93eb4 /AndroidManifest.xml
parent2045c946b0f67c0415909bb1e459ac00af1359b9 (diff)
parent1d5f1c320ee67cfadd62aeef056a043bee75096d (diff)
Merge branch 'wizard' of ssh://leap.se/leap_android into wizard
Conflicts: src/se/leap/leapclient/Dashboard.java
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 854a2972..48ccbda4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -156,6 +156,9 @@
<activity
android:name="se.leap.leapclient.ProviderListActivity"
android:label="@string/app" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ </intent-filter>
</activity>
</application>