blob: 8e062b7870d2748b4af724d5f7a1eee000277436 [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
Christopher Tate2efd2db2011-07-19 16:32:49 -07005 <application android:label="VpnDialogs"
6 android:allowBackup="false" >
Chia-chi Yeh19f054b2011-06-03 17:06:29 -07007 <activity android:name=".ConfirmDialog"
Chia-chi Yeh19f054b2011-06-03 17:06:29 -07008 android:theme="@style/transparent">
9 <intent-filter>
10 <action android:name="android.intent.action.MAIN"/>
11 <category android:name="android.intent.category.DEFAULT"/>
12 </intent-filter>
13 </activity>
14
15 <activity android:name=".ManageDialog"
16 android:theme="@style/transparent"
17 android:noHistory="true">
18 <intent-filter>
19 <action android:name="android.intent.action.MAIN"/>
20 <category android:name="android.intent.category.DEFAULT"/>
21 </intent-filter>
22 </activity>
23 </application>
24</manifest>