Com.motorola.msimsettings Site

// Assuming you have the necessary permissions SubscriptionManager subscriptionManager = (SubscriptionManager) getSystemService(Context.TELEPHONY_SUBSCRIPTION_SERVICE); TelephonyManager telephonyManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);

The package com.motorola.msimsettings seems to be related to settings for multi-SIM (or dual-SIM) functionality on Motorola devices. com.motorola.msimsettings

import android.telephony.SubscriptionManager; import android.telephony.TelephonyManager; com.motorola.msimsettings

Inicio