| Jason Monk | 9ced3cd | 2013-08-12 16:42:38 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| 3 | package="com.android.pacprocessor"> | ||||
| 4 | |||||
| 5 | <uses-permission android:name="android.permission.INTERNET" /> | ||||
| 6 | |||||
| 7 | <application | ||||
| 8 | android:label="@string/app_name"> | ||||
| 9 | |||||
| 10 | <service android:name=".PacService" | ||||
| 11 | android:exported="true"> | ||||
| 12 | </service> | ||||
| 13 | |||||
| 14 | </application> | ||||
| 15 | |||||
| 16 | </manifest> | ||||