From 5a7f5a09310e75d2e13fb0d4e7dda99f0b4662ef Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Tue, 26 Mar 2024 15:03:36 +0800 Subject: [PATCH] ApnSettingsActivity shows the ActionBar - Use the Theme.Settings.NoActionBar - Settings use the CollapsingToolbar and don't need the old style toolbar. Fixes: 331308440 Test: manual test Change-Id: Ieb9acd858f5a8993f30547c3c8c3c2ab3a5865af --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 19e774c9ed3..852d82cdfcb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -152,7 +152,7 @@ android:name=".SettingsApplication" android:label="@string/settings_label" android:icon="@drawable/ic_launcher_settings" - android:theme="@style/Theme.Settings" + android:theme="@style/Theme.Settings.NoActionBar" android:hardwareAccelerated="true" android:requiredForAllUsers="true" android:supportsRtl="true"