Remove NETWORK_SET_TIMEZONE broadcast

The android.intent.action.NETWORK_SET_TIMEZONE was removed in
frameworks/opt/telephony commit
8fe9e371dc5e45fd18b8b5d49c50f3dc5734674b.

Bug: 140712361
Test: treehugger
Change-Id: I0bc130752b819c5cb1982ea768a9fcc1fde910ba
diff --git a/client/AndroidManifest.xml b/client/AndroidManifest.xml
index c7974b4..fb0338a 100644
--- a/client/AndroidManifest.xml
+++ b/client/AndroidManifest.xml
@@ -36,7 +36,6 @@
     <protected-broadcast android:name="android.intent.action.DATA_STALL_DETECTED" />
     <protected-broadcast android:name="android.intent.action.SIM_STATE_CHANGED" />
     <protected-broadcast android:name="android.intent.action.NETWORK_SET_TIME" />
-    <protected-broadcast android:name="android.intent.action.NETWORK_SET_TIMEZONE" />
     <protected-broadcast android:name="com.android.internal.intent.action.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS" />
     <protected-broadcast android:name="android.intent.action.ACTION_MDN_STATE_CHANGED" />
     <protected-broadcast android:name="android.provider.Telephony.SPN_STRINGS_UPDATED" />