Android SMS confirmation dialog [closed]
Asked Answered
S

0

6

Can anyone tell me where to find documentation about confirmation dialog shown on the image below? I would like to properly handle case when user taps "Cancel".

Current android SmsManager documentation does not describe this dialog. By performing empirical tests, I found out that when you tap cancel, result code is some constant value 0x5.

Dialog shows following info: "[APP-NAME] would like to send a message to [PHONE-NUMBER]". I don't know when this dialog was introduced in Android, but it is shown on both Nexus (4.2.1) and S3 (4.2.2).

Confirmation dialog

Stifle answered 20/8, 2013 at 14:5 Comment(4)
I am also facing the same problem. Did you find anything?????Catenary
Nope. Only the magic 0x5 constant. So far, it has been battle tested.Stifle
have you found any solution for that? i am also facing that problem.Ellita
Any progress? Found the same with Galaxy S3Ixtle

© 2022 - 2024 — McMap. All rights reserved.