tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
312 stars 38 forks source link

Require a checkbox or something else in a window asking you to set the application as default #162

Closed Artem13327 closed 4 months ago

Artem13327 commented 5 months ago

Something like, "YES I KNOW THE CONSEQUENCES OF SETTING THIS APPLICATION AS THE DEFAULT"

tmo1 commented 4 months ago

There's already a warning displayed to the user before asking to become the default app:

SMS Import / Export must be the default SMS app in order to import or wipe messages. Please read the README and make sure you understand the implications of doing this before proceeding.

Artem13327 commented 4 months ago

I know, but some people just immediately click OK, which is not a good idea, otherwise you’ll have to read at least something

tmo1 commented 4 months ago

I really don't enjoy tinkering with the UI, so I don't currently plan to implement this myself, but if anyone else wants to, I'm willing to consider a PR. (Please discuss the details of the proposed change here before implementing it.)