blob: c0b0a08067cf49d084c5feba7d24ba23c7042735 [file] [log] [blame]
Chia-chi Yeh19f054b2011-06-03 17:06:29 -07001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Chia-chi Yeh5db03df2011-06-30 23:52:29 -07002 package="com.android.vpndialogs"
3 android:sharedUserId="android.uid.system">
Chia-chi Yeh19f054b2011-06-03 17:06:29 -07004
5 <application android:label="VpnDialogs">
6 <activity android:name=".ConfirmDialog"
7 android:theme="@style/transparent">
8 <intent-filter>
9 <action android:name="android.intent.action.MAIN"/>
10 <category android:name="android.intent.category.DEFAULT"/>
11 </intent-filter>
12 </activity>
13
14 <activity android:name=".ManageDialog"
15 android:theme="@style/transparent"
16 android:noHistory="true">
17 <intent-filter>
18 <action android:name="android.intent.action.MAIN"/>
19 <category android:name="android.intent.category.DEFAULT"/>
20 </intent-filter>
21 </activity>
22 </application>
23</manifest>