mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove SMS stuff. No point in confusing users before the feature can
work.
This commit is contained in:
parent
e9f1bbd37d
commit
72587eb023
1 changed files with 0 additions and 17 deletions
|
@ -24,8 +24,6 @@
|
||||||
>
|
>
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
<uses-permission android:name="android.permission.SEND_SMS" />
|
|
||||||
<uses-permission android:name="android.permission.RECEIVE_SMS" />
|
|
||||||
|
|
||||||
<application android:icon="@drawable/icon48x48"
|
<application android:icon="@drawable/icon48x48"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -93,20 +91,5 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<receiver android:name="StatusReceiver"
|
|
||||||
>
|
|
||||||
</receiver>
|
|
||||||
|
|
||||||
<receiver android:name="ReceiveNBS"
|
|
||||||
android:enabled="true">
|
|
||||||
<intent-filter>
|
|
||||||
<!--action android:name="android.provider.Telephony.SMS_RECEIVED" /-->
|
|
||||||
<action android:name="android.intent.action.DATA_SMS_RECEIVED" />
|
|
||||||
<data android:scheme="sms" />
|
|
||||||
<data android:host="localhost" />
|
|
||||||
<data android:port="127" />
|
|
||||||
</intent-filter>
|
|
||||||
</receiver>
|
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue