Merge "Correct the app bar color theme of Digital Assistant app" into sc-dev am: efd1c870f2 am: a7b3e18038

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14912508

Change-Id: I99ee6b75a3c3257e6c104f1c9b19d847f7e8ac5d
This commit is contained in:
TreeHugger Robot
2021-06-11 10:19:20 +00:00
committed by Automerger Merge Worker

View File

@@ -713,7 +713,8 @@
<activity
android:name="Settings$ManageAssistActivity"
android:exported="true"
android:label="@string/assist_and_voice_input_title">
android:label="@string/assist_and_voice_input_title"
android:theme="@style/Theme.SubSettings">
<intent-filter android:priority="1">
<action android:name="android.settings.VOICE_INPUT_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />