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:
@@ -4156,7 +4156,7 @@
|
|||||||
|
|
||||||
<activity android:name="Settings$MediaControlsSettingsActivity"
|
<activity android:name="Settings$MediaControlsSettingsActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@strings/media_controls_title">
|
android:label="@string/media_controls_title">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
|
<action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
Reference in New Issue
Block a user