OSDN Git Service

Remove all the implementation for keep eSIM profile during FDR
authorQingxi Li <qingxi@google.com>
Thu, 11 Jan 2018 19:24:29 +0000 (11:24 -0800)
committerQingxi Li <qingxi@google.com>
Mon, 22 Jan 2018 20:25:34 +0000 (12:25 -0800)
commitf4577a5c5c647a240e748871dcfacb91378e9faa
treec4614a3862789b7d7f9bc7f040b4e4facb994047
parent96e4f86cf7d979ab6b97fbccedd359b57e223244
Remove all the implementation for keep eSIM profile during FDR

When we show the option to users to allow them decide whether they want
to keep eSIM profiles during FDR, we remove erasing eSIM profiles from
CompleteBootService. So there is no need to call
EuiccManager#retainSubscriptionsForFactoryReset again. And when we don't
show this option to users, we will always erase eSIM profiles with
isWipeEuicc equals to true.

Bug: 67500470
Test: E2E
Change-Id: Ide4ee5fbfd4b2aadc78071f8ecb8e0424a37db44
core/java/android/os/RecoverySystem.java