add debug actions activity (reachable from shortcuts)

This commit is contained in:
Vincent Breitmoser
2018-06-29 23:38:29 +02:00
parent 4a6e89a503
commit 016e7d68ee
6 changed files with 193 additions and 5 deletions

View File

@@ -967,6 +967,12 @@
android:name=".remote.ui.RemoteDisplayTransferCodeActivity"
android:theme="@style/Theme.Keychain.Transparent"/>
<activity android:name=".ui.DebugActionsActivity">
<intent-filter>
<action android:name="org.sufficientlysecure.keychain.debug" />
</intent-filter>
</activity>
<!-- Usb interceptor activity -->
<activity
android:name=".ui.UsbEventReceiverActivity"