Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16092ab5 authored by Grace Jia's avatar Grace Jia
Browse files

Fix mismatching intent filter string in AndroidManifest.xml

Test: Manual
Bug: 149524255
Change-Id: Ic5bfbfa41cba18ccc8166624da33c70b69db73f5
parent 4186be0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>