P PalmZac_LYL Member Licensed User Longtime User Oct 22, 2015 #1 Hi, There is a problem that I want to know the meaning of 'subscription' . Would you help me ? Thank you ! Source Code: Sub PE_PhoneStateChanged (State As String, IncomingNumber As String, Intent1 As Intent) Log(Intent.ExtrasToString) End Sub Output: Bundle[{state=RINGING,IncomingNumber=12345678,subscription=2}]
Hi, There is a problem that I want to know the meaning of 'subscription' . Would you help me ? Thank you ! Source Code: Sub PE_PhoneStateChanged (State As String, IncomingNumber As String, Intent1 As Intent) Log(Intent.ExtrasToString) End Sub Output: Bundle[{state=RINGING,IncomingNumber=12345678,subscription=2}]
DonManfred Expert Licensed User Longtime User Oct 22, 2015 #2 https://developer.android.com/index.html#q=PhoneStateChanged Upvote 0