2010-01-02 19:30:20 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.eehouse.android.xw4"
|
|
|
|
>
|
2010-06-06 09:04:08 -07:00
|
|
|
|
2016-10-31 07:46:04 -07:00
|
|
|
<!-- BE SURE TO MODIFY project.properties AND the variable TARGET in
|
2013-07-08 07:13:04 -07:00
|
|
|
../scripts/setup_local_props.sh if targetSdkVersion changes!!!
|
|
|
|
-->
|
2013-06-25 20:03:03 -07:00
|
|
|
<supports-screens android:resizeable="true"
|
|
|
|
android:smallScreens="true"
|
|
|
|
android:normalScreens="true"
|
|
|
|
android:largeScreens="true"
|
|
|
|
android:xlargeScreens="true"
|
|
|
|
/>
|
2012-11-05 06:55:54 -08:00
|
|
|
|
2010-01-25 02:20:32 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2011-01-06 08:08:36 -08:00
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
2010-01-25 02:20:32 +00:00
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
2011-02-23 07:39:14 -08:00
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
2012-10-15 08:29:46 -07:00
|
|
|
<uses-permission android:name="android.permission.RECEIVE_SMS" />
|
|
|
|
<uses-permission android:name="android.permission.SEND_SMS" />
|
2014-09-11 20:42:15 -07:00
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
2012-10-15 08:29:46 -07:00
|
|
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
2016-11-07 07:02:27 -08:00
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
2018-11-29 17:07:14 -08:00
|
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
2016-11-07 07:02:27 -08:00
|
|
|
|
2017-05-07 16:25:18 -07:00
|
|
|
<!-- Required for wifi-direct -->
|
2016-11-07 07:02:27 -08:00
|
|
|
<!-- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> -->
|
|
|
|
<!-- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> -->
|
2012-01-18 18:30:53 -08:00
|
|
|
|
2013-06-27 07:58:02 -07:00
|
|
|
<uses-feature android:name="android.hardware.telephony"
|
2013-06-25 20:03:03 -07:00
|
|
|
android:required = "false"
|
|
|
|
/>
|
2013-11-25 05:52:09 -08:00
|
|
|
<uses-feature android:name="android.hardware.nfc" android:required="false" />
|
2013-06-25 20:03:03 -07:00
|
|
|
|
2012-11-02 05:35:31 -07:00
|
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
2013-11-11 21:36:19 -08:00
|
|
|
<uses-permission android:name="android.permission.NFC" />
|
2010-05-12 11:47:22 +00:00
|
|
|
|
2010-01-02 19:30:20 +00:00
|
|
|
<application android:icon="@drawable/icon48x48"
|
|
|
|
android:label="@string/app_name"
|
2011-02-28 20:07:07 -08:00
|
|
|
android:name=".XWApp"
|
2017-08-27 10:12:37 -07:00
|
|
|
android:theme="@style/AppTheme"
|
2010-01-02 19:30:20 +00:00
|
|
|
>
|
|
|
|
|
2018-07-17 07:02:36 -07:00
|
|
|
<provider android:name="android.support.v4.content.FileProvider"
|
|
|
|
android:authorities="${applicationId}.provider"
|
|
|
|
android:exported="false"
|
|
|
|
android:grantUriPermissions="true"
|
|
|
|
>
|
|
|
|
<meta-data android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
android:resource="@xml/provider_paths"
|
|
|
|
/>
|
|
|
|
</provider>
|
|
|
|
|
2016-11-30 06:58:56 -08:00
|
|
|
<activity android:name="MainActivity"
|
2012-02-27 19:38:27 -08:00
|
|
|
android:label="@string/app_name"
|
2011-12-16 19:02:20 -08:00
|
|
|
android:launchMode="standard"
|
2010-10-08 17:33:44 -07:00
|
|
|
>
|
2010-01-02 19:30:20 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
2013-11-11 21:36:19 -08:00
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2013-11-13 06:51:36 -08:00
|
|
|
<data android:mimeType="@string/xwords_nfc_mime" />
|
2013-11-11 21:36:19 -08:00
|
|
|
</intent-filter>
|
2010-01-02 19:30:20 +00:00
|
|
|
</activity>
|
2010-03-14 05:01:55 +00:00
|
|
|
|
2017-02-24 08:56:31 -08:00
|
|
|
<activity android:name="HostActivity"
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
|
/>
|
|
|
|
|
2010-03-14 05:01:55 +00:00
|
|
|
<activity android:name="DictsActivity"
|
|
|
|
android:label="@string/title_dicts_list"
|
2011-08-06 23:03:11 -07:00
|
|
|
/>
|
|
|
|
|
2014-09-11 20:42:15 -07:00
|
|
|
<activity android:name="BTInviteActivity"
|
2014-09-25 07:49:22 -07:00
|
|
|
android:label="@string/bt_invite_title"
|
2011-05-06 06:52:10 -07:00
|
|
|
/>
|
2012-10-15 08:29:46 -07:00
|
|
|
<activity android:name="SMSInviteActivity"
|
2014-09-25 07:49:22 -07:00
|
|
|
android:label="@string/sms_invite_title"
|
2014-04-24 19:59:20 -07:00
|
|
|
android:screenOrientation="sensor"
|
2012-10-15 08:29:46 -07:00
|
|
|
/>
|
2015-07-10 23:19:38 -07:00
|
|
|
<activity android:name="RelayInviteActivity"
|
|
|
|
android:label="@string/relay_invite_title"
|
|
|
|
/>
|
2011-05-06 06:52:10 -07:00
|
|
|
|
2014-04-16 06:44:38 -07:00
|
|
|
<activity android:name="GameConfigActivity"
|
2010-01-02 19:30:20 +00:00
|
|
|
android:screenOrientation="sensor"
|
2015-03-04 06:17:18 -08:00
|
|
|
android:windowSoftInputMode="stateAlwaysHidden"
|
2010-01-02 19:30:20 +00:00
|
|
|
>
|
2011-09-15 18:05:45 -07:00
|
|
|
<intent-filter>
|
2010-01-02 19:30:20 +00:00
|
|
|
<action android:name="android.intent.action.EDIT" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2010-01-26 14:38:31 +00:00
|
|
|
<activity android:name="PrefsActivity"
|
2010-04-25 03:37:52 +00:00
|
|
|
android:label="@string/title_prefs"
|
2010-01-26 14:38:31 +00:00
|
|
|
android:screenOrientation="sensor"
|
2012-07-23 22:36:50 -07:00
|
|
|
/>
|
2010-01-26 14:38:31 +00:00
|
|
|
|
2010-01-02 19:30:20 +00:00
|
|
|
<activity android:name="BoardActivity"
|
2011-03-11 19:07:05 -08:00
|
|
|
android:screenOrientation="portrait"
|
2014-09-14 14:37:01 -07:00
|
|
|
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
|
2012-07-23 22:36:50 -07:00
|
|
|
/>
|
2010-01-10 17:20:18 +00:00
|
|
|
|
2014-03-25 06:31:59 -07:00
|
|
|
<activity android:name="StudyListActivity"
|
2014-01-28 06:50:27 -08:00
|
|
|
/>
|
|
|
|
|
2014-08-09 18:07:49 -07:00
|
|
|
<receiver android:name="OnBootReceiver">
|
2011-02-23 07:39:14 -08:00
|
|
|
<intent-filter>
|
2011-02-28 18:36:47 -08:00
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
2012-08-16 07:43:57 -07:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2014-08-09 18:07:49 -07:00
|
|
|
<receiver android:name="RelayReceiver"/>
|
|
|
|
<receiver android:name="NagTurnReceiver"/>
|
2017-06-16 18:56:22 -07:00
|
|
|
<receiver android:name="SMSResendReceiver"/>
|
2012-08-16 07:43:57 -07:00
|
|
|
|
|
|
|
<receiver android:name="UpdateCheckReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
2011-02-23 07:39:14 -08:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2010-08-19 08:45:18 -07:00
|
|
|
|
2012-11-26 05:41:42 -08:00
|
|
|
<activity android:name="DispatchNotify">
|
2011-07-13 18:42:03 -07:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="newxwgame"/>
|
|
|
|
</intent-filter>
|
2012-11-26 05:41:42 -08:00
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
|
|
<data android:scheme="http"
|
2012-11-28 06:30:35 -08:00
|
|
|
android:host="@string/invite_host"
|
|
|
|
android:pathPrefix="@string/invite_prefix"
|
|
|
|
/>
|
2012-11-26 05:41:42 -08:00
|
|
|
</intent-filter>
|
2012-11-29 08:19:07 -08:00
|
|
|
|
2012-12-03 23:10:31 -08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:mimeType="@string/invite_mime" />
|
|
|
|
</intent-filter>
|
2011-07-13 18:42:03 -07:00
|
|
|
</activity>
|
2010-10-12 18:28:05 -07:00
|
|
|
|
2010-03-13 23:10:58 +00:00
|
|
|
<!-- downloading dicts -->
|
2014-06-05 06:19:42 -07:00
|
|
|
<activity android:name=".DwnldActivity"
|
2010-03-13 23:10:58 +00:00
|
|
|
android:label="@string/app_name"
|
2014-07-08 20:50:26 -07:00
|
|
|
android:theme="@android:style/Theme.Dialog"
|
|
|
|
>
|
2010-03-13 23:10:58 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW"></action>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"></category>
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"></category>
|
2010-09-20 19:38:26 -07:00
|
|
|
<data android:scheme="file" android:host="*"
|
|
|
|
android:pathPattern=".*\\.xwd" />
|
|
|
|
<data android:scheme="http"
|
|
|
|
android:mimeType="application/x-xwordsdict"
|
|
|
|
android:host="*"
|
|
|
|
android:pathPattern=".*\\.xwd" />
|
2010-03-13 23:10:58 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2011-11-03 05:32:36 -07:00
|
|
|
<activity android:name="DictBrowseActivity"
|
|
|
|
/>
|
2011-11-04 07:11:34 -07:00
|
|
|
<activity android:name="ChatActivity"
|
|
|
|
/>
|
2014-04-05 10:27:05 -07:00
|
|
|
<activity android:name=".loc.LocActivity"
|
|
|
|
/>
|
2014-05-13 21:07:56 -07:00
|
|
|
<activity android:name=".loc.LocItemEditActivity"
|
|
|
|
/>
|
2011-02-16 06:55:46 -08:00
|
|
|
|
2018-11-22 15:18:57 -08:00
|
|
|
<service android:name="BTService"
|
2018-09-22 09:22:37 -07:00
|
|
|
android:permission="android.permission.BIND_JOB_SERVICE"
|
|
|
|
android:exported="false"
|
|
|
|
/>
|
2018-11-22 15:18:57 -08:00
|
|
|
<service android:name="SMSService"
|
|
|
|
android:exported="false"
|
|
|
|
/>
|
|
|
|
<service android:name="RelayService"
|
2018-09-22 09:22:37 -07:00
|
|
|
android:exported="false"
|
|
|
|
/>
|
2011-02-21 18:12:15 -08:00
|
|
|
|
2011-09-12 18:28:43 -07:00
|
|
|
<receiver android:name=".MountEventReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MEDIA_MOUNTED" />
|
|
|
|
<data android:scheme="file" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MEDIA_EJECT" />
|
|
|
|
<data android:scheme="file" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2014-09-11 20:42:15 -07:00
|
|
|
<receiver android:name="BTReceiver">
|
|
|
|
<intent-filter>
|
2016-02-02 07:04:29 -08:00
|
|
|
<action android:name="android.bluetooth.device.action.ACL_CONNECTED" />
|
2014-09-11 20:42:15 -07:00
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
2016-02-02 07:04:29 -08:00
|
|
|
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
|
2012-10-15 08:29:46 -07:00
|
|
|
</intent-filter>
|
2014-09-11 20:42:15 -07:00
|
|
|
</receiver>
|
|
|
|
|
2012-10-15 08:29:46 -07:00
|
|
|
<receiver android:name="SMSReceiver" >
|
2013-11-23 19:02:57 -08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.DATA_SMS_RECEIVED" />
|
|
|
|
<data android:scheme="sms" />
|
2015-01-18 10:49:15 -08:00
|
|
|
<data android:port="@string/nbs_port" />
|
2013-11-23 19:02:57 -08:00
|
|
|
<data android:host="*" />
|
|
|
|
</intent-filter>
|
2012-10-15 08:29:46 -07:00
|
|
|
</receiver>
|
|
|
|
|
2010-01-02 19:30:20 +00:00
|
|
|
</application>
|
|
|
|
</manifest>
|