Merge "Fix mismatching intent filter string in AndroidManifest.xml" am: 177ce8f017
Change-Id: I1a5185fb2c7eae81cd98ccbe713a333e09431d64
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user