Also remind to sign-in again after app was upgraded

This commit is contained in:
Torsten Grote
2018-07-05 11:35:37 -03:00
parent 8925d6f5d7
commit 391e869d29
5 changed files with 14 additions and 7 deletions

View File

@@ -26,10 +26,11 @@
android:theme="@style/BriarTheme">
<receiver
android:name="org.briarproject.briar.android.BootReceiver"
android:name="org.briarproject.briar.android.login.SignInReminderReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
</intent-filter>
</receiver>