From d820691357292cfed6f64d634fd22eb0ea8285df Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 2 May 2022 10:36:43 -0400 Subject: [PATCH] Implement LuiActivity for settings integration For full integration, we would have to implement EuiccService, but that would mean refactoring everything every time with Android updates and giving up the ability to manage non-embedded eUICC cards. For now, I think having our own UI is the best plan of action. EuiccService is only useful with carrier apps anyway and those likely require Google services. --- app/src/main/AndroidManifest.xml | 11 +++++++++++ .../main/java/im/angry/openeuicc/ui/LuiActivity.kt | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 app/src/main/java/im/angry/openeuicc/ui/LuiActivity.kt diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1c41633..2f0a06d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,6 +29,17 @@ + + + + + + + + +