Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading