summaryrefslogtreecommitdiff
path: root/android/sdremote/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-13 14:31:06 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-13 21:41:34 +0200
commit61f92ee500c7757e65a3f1944af973c4914c717e (patch)
treedb11fc14bd4013e10c6a4ad25cb0537969a1c0f6 /android/sdremote/AndroidManifest.xml
parentc8b7aa55138848fe07108779099267424bc03e3d (diff)
CommunicationService completely threaded. Preparations for pairing.
Change-Id: If5a984230e776b380b8e536655cef061d2298e15
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r--android/sdremote/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index cea2e1482e1f..4364b24aad5a 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -16,6 +16,7 @@
<activity android:name=".SelectorActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
+
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
@@ -23,6 +24,8 @@
<service android:name=".communication.CommunicationService" >
</service>
+ <activity android:name=".PairingActivity" >
+ </activity>
<activity
android:name=".PresentationActivity"
android:label="@string/title_activity_presentation" >