Android SMS limit?

后端 未结 4 1588
-上瘾入骨i
-上瘾入骨i 2021-02-06 18:08

Does anybody know what is the limit of sent SMS messages at once? Or it is limited hourly or daily? I have Nexus 4 (4.4.4 KitKat). I am developing app that sends SMS messages so

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-06 18:51

    In CM11,

    1. Open your Root Explorer.
    2. Go in /data/data/com.android.providers.settings/databases/ Open settings.db your SQL editor
    3. Open the database ‘Global’
    4. Press the Menu button> New Record / New Table
    5. As set name: sms_outgoing_check_max_count
    6. As value (value) type the maximum number of sms you want, personally I put 2000

    Taken from http://www.openeducationus.com/?p=101682

提交回复
热议问题