I am prototyping an eSIM install/subscription use case by following the following doc: https://source.android.com/devices/tech/connect/esim-overview:
I have successfully download the profile that I can subscribe to it if I use the device settings app. However it fails silently if I try to subscribe to it using the following API:
mgr.switchToSubscription(1 /* subscriptionId */, callbackIntent);
Anyone has any pointer what is subscriptionId? or any pointer how to look for more info?