Skip to content

Warn when trying to text premium SMS numbers

Smitty van Bodegom requested to merge smitop/spacebar:premium-sms into master

This adds a warning when texting a premium SMS number, as determined by a regex. The regex is made from combining each regex used for each locale in Android (AOSP), with some regexes that are overly broad removed (as they are non-premium numbers in other locales).

Texting this premium SMS number might cause you to be charged money

Merge request reports