Typo fix in media settings title variable

Fixed the typo in variable for media settings title, due to which the
title was not being fetched from configuration.

Bug: 199012697
Test: Manual
Change-Id: I256e55a13f2f06ca0b2800ceb01900d5e12d9834
This commit is contained in:
bvineeth
2021-11-16 06:44:41 +00:00
committed by Vineeth Bhende
parent f1a30d7696
commit 5b90dfad34

View File

@@ -4156,7 +4156,7 @@
<activity android:name="Settings$MediaControlsSettingsActivity"
android:exported="true"
android:label="@strings/media_controls_title">
android:label="@string/media_controls_title">
<intent-filter>
<action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />