diff --git a/Android.bp b/Android.bp
index 3a0a7d43..aa4226ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2021-2023 The LineageOS Project
+// Copyright (C) 2021-2024 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -31,7 +31,8 @@ android_app {
},
static_libs: [
- "androidx.core_core",
+ "androidx.activity_activity",
+ "androidx.work_work-runtime-ktx",
"SettingsLib",
"setupcompat",
"setupdesign",
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c52baacc..eb14f968 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -52,9 +52,6 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/res/layout/finish_activity.xml b/res/layout/finish_activity.xml
index 8416b2ad..586e3f37 100644
--- a/res/layout/finish_activity.xml
+++ b/res/layout/finish_activity.xml
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-
+
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 38a8369b..f59b0a2b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -46,7 +46,14 @@
- @null
-
+