2009-10-21 23:17:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-01-15 15:45:59 +00:00
|
|
|
package="org.torproject.android"
|
2016-01-06 21:19:36 +00:00
|
|
|
android:versionName="15.1.0-ALPHA-2"
|
|
|
|
android:versionCode="15100002"
|
2014-05-30 14:35:41 +00:00
|
|
|
android:installLocation="auto"
|
2014-04-08 05:12:35 +00:00
|
|
|
>
|
2013-07-22 19:18:15 +00:00
|
|
|
|
2016-01-04 06:44:36 +00:00
|
|
|
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/>
|
2015-02-02 21:18:50 +00:00
|
|
|
<permission android:name="org.torproject.android.MANAGE_TOR"
|
|
|
|
android:label="@string/permission_manage_tor_label"
|
|
|
|
android:description="@string/permission_manage_tor_description"
|
|
|
|
android:protectionLevel="signature"/>
|
2015-02-14 06:55:11 +00:00
|
|
|
|
2014-04-08 05:12:35 +00:00
|
|
|
<uses-permission android:name="org.torproject.android.MANAGE_TOR"/>
|
2015-02-02 21:18:50 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
2015-02-14 06:55:11 +00:00
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
2014-04-08 05:12:35 +00:00
|
|
|
|
2015-02-02 21:18:50 +00:00
|
|
|
<application android:name="org.torproject.android.OrbotApp" android:icon="@drawable/ic_launcher"
|
2012-02-24 05:13:49 +00:00
|
|
|
android:label="@string/app_name"
|
2014-05-29 00:33:41 +00:00
|
|
|
android:description="@string/app_description"
|
2012-10-25 09:49:01 +00:00
|
|
|
android:configChanges="locale|orientation|screenSize"
|
2014-11-29 05:44:52 +00:00
|
|
|
android:theme="@style/CustomActionBarTheme"
|
2013-02-12 07:27:31 +00:00
|
|
|
android:allowBackup="false"
|
|
|
|
android:allowClearUserData="true"
|
2014-07-10 15:04:46 +00:00
|
|
|
android:persistent="true"
|
2014-11-24 18:11:38 +00:00
|
|
|
android:stopWithTask="false"
|
2014-11-29 05:44:52 +00:00
|
|
|
android:largeHeap="false"
|
2012-06-29 02:54:07 +00:00
|
|
|
>
|
2010-07-19 22:34:15 +00:00
|
|
|
|
2015-02-02 16:04:32 +00:00
|
|
|
<activity android:name=".OrbotMainActivity"
|
2014-11-25 04:12:53 +00:00
|
|
|
android:configChanges="orientation|screenSize"
|
|
|
|
android:excludeFromRecents="true"
|
2014-11-29 05:44:52 +00:00
|
|
|
android:launchMode="singleTop"
|
2013-04-03 19:49:07 +00:00
|
|
|
>
|
2009-10-21 23:17:45 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
2010-02-08 20:39:42 +00:00
|
|
|
</intent-filter>
|
2015-04-03 16:28:59 +00:00
|
|
|
|
2012-02-12 03:40:53 +00: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="bridge" />
|
|
|
|
</intent-filter>
|
|
|
|
|
2010-08-14 05:08:55 +00:00
|
|
|
<intent-filter>
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-01-20 14:47:24 +00:00
|
|
|
<action android:name="org.torproject.android.REQUEST_HS_PORT" />
|
2010-08-14 05:08:55 +00:00
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-01-20 14:47:24 +00:00
|
|
|
<action android:name="org.torproject.android.START_TOR" />
|
2010-08-14 05:08:55 +00:00
|
|
|
</intent-filter>
|
2013-02-12 07:27:31 +00:00
|
|
|
|
2010-02-08 20:39:42 +00:00
|
|
|
</activity>
|
2015-06-09 19:11:01 +00:00
|
|
|
|
2014-06-27 17:03:21 +00:00
|
|
|
<!--
|
2015-02-02 04:36:46 +00:00
|
|
|
This is for ensuring the background service still runs when/if the app is swiped away
|
2014-06-27 17:03:21 +00:00
|
|
|
-->
|
2014-11-25 04:12:53 +00:00
|
|
|
<activity
|
|
|
|
android:name=".service.DummyActivity"
|
2016-01-06 21:13:56 +00:00
|
|
|
android:theme="@android:style/Theme.Translucent"
|
2014-11-25 04:12:53 +00:00
|
|
|
android:enabled="true"
|
|
|
|
android:allowTaskReparenting="true"
|
|
|
|
android:noHistory="true"
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
android:alwaysRetainTaskState="false"
|
|
|
|
android:stateNotNeeded="true"
|
|
|
|
android:clearTaskOnLaunch="true"
|
|
|
|
android:finishOnTaskLaunch="true"
|
2015-02-02 16:04:32 +00:00
|
|
|
|
2014-11-25 04:12:53 +00:00
|
|
|
/>
|
2015-06-26 13:52:42 +00:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".vpn.VPNEnableActivity" android:label="@string/app_name" android:exported="false"
|
2016-01-06 21:13:56 +00:00
|
|
|
android:theme="@android:style/Theme.Translucent"
|
2015-06-26 13:52:42 +00:00
|
|
|
/>
|
|
|
|
|
2014-11-25 04:12:53 +00:00
|
|
|
|
2015-06-08 19:38:22 +00:00
|
|
|
<activity android:name="org.torproject.android.ui.PromoAppsActivity" android:exported="false"/>
|
2015-04-03 03:11:04 +00:00
|
|
|
|
2011-10-28 15:25:12 +00:00
|
|
|
|
|
|
|
<activity android:name=".settings.SettingsPreferences" android:label="@string/app_name"/>
|
2014-06-18 00:32:23 +00:00
|
|
|
<activity android:name=".settings.AppManager" android:label="@string/app_name"/>
|
2010-07-19 22:34:15 +00:00
|
|
|
|
2015-06-08 18:28:13 +00:00
|
|
|
<service
|
|
|
|
android:name=".service.TorService"
|
|
|
|
android:enabled="true"
|
|
|
|
android:permission="org.torproject.android.MANAGE_TOR"
|
|
|
|
android:stopWithTask="false" >
|
|
|
|
</service>
|
2015-06-10 18:46:05 +00:00
|
|
|
|
|
|
|
<receiver
|
|
|
|
android:name=".service.StartTorReceiver"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.torproject.android.intent.action.START" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2015-04-03 03:11:04 +00:00
|
|
|
<receiver android:name="org.torproject.android.service.OnBootReceiver"
|
|
|
|
android:enabled="true" android:exported="true"
|
|
|
|
|
|
|
|
>
|
2015-03-19 13:56:15 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
2015-04-03 03:11:04 +00:00
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
2015-03-19 13:56:15 +00:00
|
|
|
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
|
2015-04-03 03:11:04 +00:00
|
|
|
<category android:name="android.intent.category.HOME" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
2015-03-19 13:56:15 +00:00
|
|
|
<action android:name="android.intent.action.MEDIA_MOUNTED"/>
|
2015-04-03 03:11:04 +00:00
|
|
|
<category android:name="android.intent.category.HOME" />
|
2015-03-19 13:56:15 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
|
|
|
|
<service android:name="org.torproject.android.vpn.OrbotVpnService"
|
|
|
|
android:permission="android.permission.BIND_VPN_SERVICE">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.net.VpnService"/>
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-02-01 17:49:10 +00:00
|
|
|
|
2015-03-19 02:00:27 +00:00
|
|
|
</application>
|
2010-05-26 14:12:27 +00:00
|
|
|
</manifest>
|