- make Setting a single Activity and DO, handle DO internally for each page
- improve toggle button
- have each tile report if they want to be listed or not
- add deep dive for wifi

Bug: 76805265

Test: Manually
Change-Id: I9c23696bdcfa1a2582ea0d49ee1a869a34002e1a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 01aa181..0f4072c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,15 +64,8 @@
         <activity
             android:name=".common.CarSettingActivity"
             android:label="@string/settings_label"
-            android:launchMode="singleTop"
-            android:windowSoftInputMode="adjustPan">
-        </activity>
-
-        <activity
-            android:name=".quicksettings.QuickSettingActivity"
-            android:theme="@style/CarQuickSettingTheme"
-            android:label="@string/settings_label"
             android:launchMode="singleTask"
+            android:windowSoftInputMode="adjustPan"
             android:exported="true">
             <!-- Set priority high enough to trump the phone setting app -->
             <!-- TODO: once phone setting is removed from car system image, set priority to 1 -->