angler: GPS: config LPP_PROFILE=2 as default

LTE Positioning Profile Settings:
 0: Enable RRLP on LTE
 1: Enable LPP_User_Plane on LTE
 2: Enable LPP_Control_Plane on LTE
 3: Enable both LPP_User_Plane and LPP_Control_Plane on LTE

Set LPP_PROFILE=2 means UE use RRLP as LTE User Plane protocol and LPP
as LTE Control Plane protocol.

When there is no SIM card in device, live network will switch to a CP
e911 call flow. If the default value LPP_PROFILE=2 instead of 0, then
the LPP CP will work. The AGPS server will locate UE via LPP CP.
But for other carriers, with LPP_PROFILE=2, If network does not support
LPP as LTE Control Plane, LPP CP session will fail. So whether LPP CP 
session could go forward only depends on Network capability.
Until now, ATT/TMO/VZW/Sprint/Rogers all have supported LPP CP.

BUG=24860255

Change-Id: I87633a99efb03fdbfa72f72b6800091f776d9ae4
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index b9f6cad..72fe85f 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -379,7 +379,7 @@
         <item>NTP_SERVER=north-america.pool.ntp.org</item>
         <item>SUPL_MODE=1</item>
         <item>SUPL_VER=0x20000</item>
-        <item>LPP_PROFILE=0</item>
+        <item>LPP_PROFILE=2</item>
         <item>NMEA_PROVIDER=0</item>
         <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item>
         <item>ERR_ESTIMATE=0</item>