2012-02-12 21:22:36 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-01-18 19:03:36 -08:00
|
|
|
package="org.eehouse.android.xw4"
|
2012-02-12 21:22:36 -08:00
|
|
|
>
|
|
|
|
|
2016-11-09 08:40:17 -08:00
|
|
|
<!-- Added for wifi-direct; don't ship until move to 23!!! -->
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
2014-02-10 07:31:52 -08:00
|
|
|
|
|
|
|
<!-- for crittercism -->
|
|
|
|
<uses-permission android:name="android.permission.GET_TASKS"/>
|
2012-02-12 21:22:36 -08:00
|
|
|
|
|
|
|
<application android:icon="@drawable/icon48x48"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:name=".XWApp"
|
2017-08-27 10:12:37 -07:00
|
|
|
android:theme="@style/AppTheme"
|
2012-02-12 21:22:36 -08:00
|
|
|
>
|
|
|
|
|
2017-06-20 21:45:44 -07:00
|
|
|
<!-- NOT in the non-d version -->
|
|
|
|
<meta-data android:name="io.fabric.ApiKey" android:value="${FABRIC_API_KEY}" />
|
|
|
|
|
2016-11-21 21:10:16 -08:00
|
|
|
<activity android:name="WiDirInviteActivity"
|
|
|
|
android:label="@string/p2p_invite_title"
|
|
|
|
/>
|
2016-11-30 06:58:56 -08:00
|
|
|
|
2016-11-16 08:23:25 -08:00
|
|
|
<service android:name="WiDirService"/>
|
2012-02-12 21:22:36 -08:00
|
|
|
|
|
|
|
</application>
|
|
|
|
</manifest>
|