You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
620 B
15 lines
620 B
4 months ago
|
## 9.6\. Premium SMS Warning
|
||
|
|
||
|
Android includes support for warning users of any outgoing
|
||
|
[premium SMS message](http://en.wikipedia.org/wiki/Short_code). Premium SMS
|
||
|
messages are text messages sent to a service registered with a carrier that may
|
||
|
incur a charge to the user.
|
||
|
|
||
|
If device implementations declare support for `android.hardware.telephony`,
|
||
|
they:
|
||
|
|
||
|
* [C-1-1] MUST warn users before sending a SMS message to numbers
|
||
|
identified by regular expressions defined in `/data/misc/sms/codes.xml`
|
||
|
file in the device. The upstream Android Open Source Project provides
|
||
|
an implementation that satisfies this requirement.
|