Euicc Manager Android get response after euiccManager.downloadSubscription

1k Views Asked by At

Hi I followed the https://source.android.com/devices/tech/connect/esim-euicc-api guidelines to make a carrier app, the euiccManager.downloadSubscription(...) is called with a callback intent that has a boardcast receiver. The problem is that the onReceive method is never triggered not the onNewIntent from the activity. Do you know how to get the progress or status from e-sim downlaodSubscription ?

1

There are 1 best solutions below

3
On

Try removing the LPA permission during the BroadcastReceiver registration, it will work.