Moved hello world code into its own package, fixed service injection.

This commit is contained in:
akwizgran
2012-11-07 15:07:08 +00:00
parent e3b6775760
commit ccff166650
7 changed files with 82 additions and 55 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources>
<string-array name="roboguice_modules">
<item>net.sf.briar.HelloWorldModule</item>
<item>net.sf.briar.android.AndroidModule</item>
<item>net.sf.briar.android.helloworld.HelloWorldModule</item>
<item>net.sf.briar.android.invitation.AndroidInvitationModule</item>
<item>net.sf.briar.clock.ClockModule</item>
<item>net.sf.briar.crypto.CryptoModule</item>