summaryrefslogtreecommitdiff
path: root/android/sdremote/AndroidManifest.xml
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-07-14 22:01:38 +0300
committerMichael Meeks <michael.meeks@suse.com>2013-07-25 18:01:55 +0100
commit1b085b8f7337f78248c24701c2ab61772e3ceaf3 (patch)
treee704f044bede5d1c70b8de1c9e221587318cbe13 /android/sdremote/AndroidManifest.xml
parent5f6eb2d86da300416be13e63a7d3e863e32338d4 (diff)
Add adding and removing computers.
Change-Id: I52166bbe848e1b877a91d8ad83859e9f6345c3aa
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r--android/sdremote/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index e8225a33cc3c..72d692b0eb6d 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -37,6 +37,12 @@
</activity>
<activity
+ android:name=".ComputerCreationActivity"
+ android:label="Creation"
+ android:theme="@style/Theme.ImpressRemote.ComputerCreation">
+ </activity>
+
+ <activity
android:name=".SelectorActivity"
android:label="@string/selector_choose_a_computer"
android:uiOptions="splitActionBarWhenNarrow">