Jason Monk | 602b232 | 2013-07-03 17:04:33 -0400 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" |
| 3 | package="com.android.proxyhandler" |
| 4 | coreApp="true"> |
| 5 | |
| 6 | <uses-permission android:name="android.permission.INTERNET" /> |
| 7 | |
| 8 | <application |
Jason Monk | 602b232 | 2013-07-03 17:04:33 -0400 | [diff] [blame] | 9 | android:label="@string/app_label" |
Jeff Sharkey | f9fc6d6 | 2015-11-08 16:46:05 -0800 | [diff] [blame] | 10 | android:process="com.android.proxyhandler" |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 11 | android:defaultToDeviceProtectedStorage="true" |
| 12 | android:directBootAware="true"> |
Jason Monk | 602b232 | 2013-07-03 17:04:33 -0400 | [diff] [blame] | 13 | |
| 14 | <service android:name=".ProxyService" |
| 15 | android:exported="true"> |
| 16 | </service> |
| 17 | |
Jason Monk | 602b232 | 2013-07-03 17:04:33 -0400 | [diff] [blame] | 18 | </application> |
| 19 | </manifest> |