Add a RemoteWipeActivatedActivity, and listen for the event in AndroidNotificationManager

This commit is contained in:
ameba23
2021-05-27 12:26:27 +02:00
parent b453f9b33a
commit 6b10c88858
5 changed files with 44 additions and 0 deletions

View File

@@ -472,6 +472,15 @@
</intent-filter>
</activity>
<activity
android:name="org.briarproject.briar.android.remotewipe.RemoteWipeActivatedActivity"
android:noHistory="true"
android:theme="@style/TranslucentTheme">
<intent-filter>
<action android:name="org.briarproject.briar.android.AndroidNotifiactionManager" />
</intent-filter>
</activity>
<activity
android:name="org.briarproject.briar.android.remotewipe.RemoteWipeSetupActivity"
android:label="@string/activity_name_remote_wipe"