Remove 110 for German for legal requirement.

Remove 110 for country code "de" from framework database.

In Germany the federal presidents decide whether 110 and 112 is routed
to emergency centre or 110 is routed to police department and 112 to
fire department. The operators needs to make sure it is routed as
required.

Bug: 137052208
Test: Hard code network country code to "de". Only 112 shows up in
Faster Emergency Launcher.

Change-Id: Ib5385fbdff736cc5795c9bbdab0e591a83b312bd
Merged-In: Ib5385fbdff736cc5795c9bbdab0e591a83b312bd
diff --git a/ecc/input/eccdata.txt b/ecc/input/eccdata.txt
index bf5d92c..403cad7 100644
--- a/ecc/input/eccdata.txt
+++ b/ecc/input/eccdata.txt
@@ -600,11 +600,8 @@
 countries {
   iso_code: "DE"
   eccs {
-    phone_number: "110"
-    types: POLICE
-  }
-  eccs {
     phone_number: "112"
+    types: POLICE
     types: AMBULANCE
     types: FIRE
   }
diff --git a/ecc/output/eccdata b/ecc/output/eccdata
index 2b9007a..917273d 100644
--- a/ecc/output/eccdata
+++ b/ecc/output/eccdata
Binary files differ