In my dual sim smartphone I can set and change names for both sim cards:
As you can see I set the name of the first sim card to "HOTLINE DE" and the second to "HOTLINE CH". I can change these names to whatever I want in the settings.
Now I want to read these names in the app I am working on, so I created a SubscriptionManager to read the SubscriptionInfos of the sim cards. This is the SubscriptionInfo of the first sim card:
I can't find the "HOTLINE DE" name in the object. All I get is the carrier name. Is there any way to read the user-set name of the sim card?