From 9acad2abf68b64d3ca70b5263a72dfe3d5ff0081 Mon Sep 17 00:00:00 2001 From: Aditya Wasan Date: Wed, 13 Nov 2019 00:55:56 +0530 Subject: Convert java files to kotlin (#570) * Break SshKeyGen into multiple files * Use tinted material button * Convert PasswordStore to kotlin * Remove SshKeyGen * Remove explicit imports and other tweaks Signed-off-by: Aditya Wasan --- app/src/main/AndroidManifest.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a0eebd82..80297833 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -42,9 +42,6 @@ - - - @@ -69,6 +66,7 @@ android:name=".crypto.PgpActivity" android:parentActivityName=".PasswordStore" /> + -- cgit v1.2.3