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

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

Change-Id: Id3c6949cd3fe8bc5ab90809dfe4e53f0bf3d6917
This commit is contained in:
TreeHugger Robot
2021-06-11 10:04:42 +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" />