summaryrefslogtreecommitdiff
path: root/android/sdremote/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-20 17:50:10 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:22:59 +0100
commit6794e94bfd321f66298b11bd2b753c9433d5d5eb (patch)
tree7d0e7e7a94f4a3e02d42de4cf5fa31fb0493fa5f /android/sdremote/AndroidManifest.xml
parent0aa7aa85a4cb0b0608afea6c69f61ed8426c8185 (diff)
Implemented Thumbnail activity.
Change-Id: I I6de8651f3ed36798ca1cc69765c448b821a819a2
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r--android/sdremote/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
index 82cb1be394fb..e136ca3da1fe 100644
--- a/android/sdremote/AndroidManifest.xml
+++ b/android/sdremote/AndroidManifest.xml
@@ -22,6 +22,7 @@
<service android:name=".communication.CommunicationService" >
</service>
+ <activity android:name=".ThumbnailActivity"></activity>
</application>
</manifest> \ No newline at end of file