diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-25 21:52:03 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-25 21:52:03 +0100 |
commit | 28ccfd5c38df380fc87461238c9b717ad7fd7dce (patch) | |
tree | f3bc162d8495468e11cf6b57929bab7e1623ce2d /same-android/AndroidManifest.xml | |
parent | a5ae972e46ccaccc0b60d4ff218d3b7ece1108ba (diff) |
Begin implementing a client bridge.
SameInterfaceBridge should implement ClientInterface and communicate
with same through a SameService.
Add replyTo support in SameService.
Diffstat (limited to 'same-android/AndroidManifest.xml')
-rw-r--r-- | same-android/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/same-android/AndroidManifest.xml b/same-android/AndroidManifest.xml index 6cbe06c..bc28dd1 100644 --- a/same-android/AndroidManifest.xml +++ b/same-android/AndroidManifest.xml @@ -19,7 +19,8 @@ </activity> <activity android:name=".SameControllerActivity"/> - + <activity android:name=".VariableTestActivity"/> + <service android:name=".SameService" /> </application> |