Android Question Where is the PhoneStateChanged Document ?

PalmZac_LYL

Member
Licensed User
Longtime User
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
Upvote 0
Top