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

This commit is contained in:
Treehugger Robot
2020-03-16 22:07:18 +00:00
committed by Gerrit Code Review

View File

@@ -2134,7 +2134,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>