Location: adding NULL check for the LPP_PROFILE property
Bug: 35485906 Change-Id: I5e40be8ce0d3832f0e913bfe8fd9a38d87d0d28c Signed-off-by: Ecco Park <eccopark@google.com>
This commit is contained in:
@@ -543,7 +543,9 @@ public class GnssLocationProvider implements LocationProviderInterface {
|
|||||||
loadPropertiesFromResource(context, mProperties);
|
loadPropertiesFromResource(context, mProperties);
|
||||||
String lpp_profile = mProperties.getProperty("LPP_PROFILE");
|
String lpp_profile = mProperties.getProperty("LPP_PROFILE");
|
||||||
// set the persist property LPP_PROFILE for the value
|
// set the persist property LPP_PROFILE for the value
|
||||||
|
if (lpp_profile != null) {
|
||||||
SystemProperties.set(LPP_PROFILE, lpp_profile);
|
SystemProperties.set(LPP_PROFILE, lpp_profile);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// reset the persist property
|
// reset the persist property
|
||||||
SystemProperties.set(LPP_PROFILE, "");
|
SystemProperties.set(LPP_PROFILE, "");
|
||||||
|
|||||||
Reference in New Issue
Block a user