blob: 6740c169ff21741783459c173da0acb79050203f [file] [log] [blame]
Jason Monk9ced3cd2013-08-12 16:42:38 -04001<?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>