mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
update explaining kitkat
This commit is contained in:
parent
638ad7b2c2
commit
8de638a047
1 changed files with 13 additions and 4 deletions
|
@ -17,10 +17,10 @@ def a(req):
|
|||
<p>You probably reached this page because a friend sent you a text
|
||||
message with this URL and a bunch of gibberish.</p>
|
||||
|
||||
<p>Well, that gibberish was meant for an Android app called
|
||||
<a href="http://xwords.sf.net/android.php">Crosswords</a>, and your
|
||||
friend hoped you had it installed and would want to play. If you
|
||||
like,
|
||||
<p>Well, that gibberish was meant for an Android app called <a
|
||||
href="http://xwords.sf.net/android.php">Crosswords</a>, and your
|
||||
friend hoped you had it installed, <a href="#kitkat">were not
|
||||
running Android KitKat</a>, and would want to play. If you like,
|
||||
|
||||
<span style="color:red">
|
||||
AND YOU HAVE AN UNLIMITED TEXT MESSAGING PLAN,
|
||||
|
@ -54,5 +54,14 @@ def a(req):
|
|||
don't enable the SMS feature. (And don't worry: that's impossible
|
||||
to do accidentally.)</p>
|
||||
|
||||
<h4><a name="kitkat">What's the deal with KitKat and play via
|
||||
SMS?</a></h4>
|
||||
|
||||
<p>With KitKat, Google made a bunch of changes to how SMS is sent
|
||||
and received. Among them they removed the ability of an app like
|
||||
Crosswords to prevent custom-formatted (i.e. gibberish) messages
|
||||
from showing up in your inbox. Until I work around these changes
|
||||
the feature is disabled on KitKat.</p>
|
||||
|
||||
</body> </html>
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue