mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
9c501b19a8
Apparently one of the newer Android SDK levels adds the requirement to have RECEIVE_SMS permission in order for a broadcast receiver to get called. Meaning receipt didn't work even if SEND_SMS had been granted. Since they're both in the same group (for now) the OS will grant the second silently if the first has been granted, but it still has to be requested. So request both at the same time. This still leaves the problem that a user who's never tried to create an SMS game won't have been asked for either permission and so won't receive SMS invitations, but fixing that is for a later release. |
||
---|---|---|
.. | ||
android | ||
common | ||
dawg | ||
debian | ||
linux | ||
newrelay | ||
relay | ||
scripts | ||
tests | ||
wince | ||
Makefile |