Restart location requests after HAL restarts

Bug: 232103186
Test: manual
Change-Id: Ieb8baad9eb56fdfd25a0f671d56ed6bf435ff1cf
This commit is contained in:
Yu-Han Yang
2022-05-10 20:41:48 +00:00
parent 0423dff207
commit 0e06216332

View File

@@ -1587,6 +1587,7 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
if (isGpsEnabled()) {
setGpsEnabled(false);
updateEnabled();
restartLocationRequest();
}
}