Add registration notification support.

This commit is contained in:
Moxie Marlinspike
2013-07-10 19:26:23 -07:00
parent 4c615546e8
commit 52e5274a2f
2 changed files with 36 additions and 0 deletions

View File

@@ -262,6 +262,13 @@
android:grantUriPermissions="true"
android:authorities="org.thoughtcrime.provider.securesms" />
<receiver android:name=".service.RegistrationNotifier"
android:exported="false">
<intent-filter>
<action android:name="org.thoughtcrime.securesms.REGISTRATION_EVENT" />
</intent-filter>
</receiver>
<uses-library android:name="android.test.runner" />
</application>