Merge "Fix mismatching intent filter string in AndroidManifest.xml"

This commit is contained in:
TreeHugger Robot
2020-02-18 17:17:30 +00:00
committed by Android (Google) Code Review

View File

@@ -2132,7 +2132,7 @@
<receiver android:name=".TestingSettingsBroadcastReceiver">
<intent-filter>
<action android:name="android.provider.Telephony.SECRET_CODE" />
<action android:name="android.telephony.action.SECRET_CODE" />
<data android:scheme="android_secret_code" android:host="4636" />
</intent-filter>
</receiver>