1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*d57664e9SAndroid Build Coastguard Worker 3*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android" 4*d57664e9SAndroid Build Coastguard Worker package="com.android.transitiontests" 5*d57664e9SAndroid Build Coastguard Worker android:versionCode="1" 6*d57664e9SAndroid Build Coastguard Worker android:versionName="1.0"> 7*d57664e9SAndroid Build Coastguard Worker <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> 8*d57664e9SAndroid Build Coastguard Worker <application android:icon="@drawable/icon" 9*d57664e9SAndroid Build Coastguard Worker android:label="@string/app_name" 10*d57664e9SAndroid Build Coastguard Worker android:hardwareAccelerated="true" 11*d57664e9SAndroid Build Coastguard Worker android:theme="@style/AppTheme"> 12*d57664e9SAndroid Build Coastguard Worker <activity android:label="@string/states_test1" 13*d57664e9SAndroid Build Coastguard Worker android:name="ScenesTestv21" 14*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 15*d57664e9SAndroid Build Coastguard Worker <intent-filter> 16*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 17*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 18*d57664e9SAndroid Build Coastguard Worker </intent-filter> 19*d57664e9SAndroid Build Coastguard Worker </activity> 20*d57664e9SAndroid Build Coastguard Worker <activity android:label="@string/states_test_auto_targets" 21*d57664e9SAndroid Build Coastguard Worker android:name="ScenesTestAutoTargets" 22*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 23*d57664e9SAndroid Build Coastguard Worker <intent-filter> 24*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 25*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 26*d57664e9SAndroid Build Coastguard Worker </intent-filter> 27*d57664e9SAndroid Build Coastguard Worker </activity> 28*d57664e9SAndroid Build Coastguard Worker <activity android:label="@string/states_test_auto_transition" 29*d57664e9SAndroid Build Coastguard Worker android:name="ScenesTestAutoTransition" 30*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 31*d57664e9SAndroid Build Coastguard Worker <intent-filter> 32*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 33*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 34*d57664e9SAndroid Build Coastguard Worker </intent-filter> 35*d57664e9SAndroid Build Coastguard Worker </activity> 36*d57664e9SAndroid Build Coastguard Worker <activity android:label="@string/states_test_auto_transition2" 37*d57664e9SAndroid Build Coastguard Worker android:name="ScenesTestAutoTransition2" 38*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 39*d57664e9SAndroid Build Coastguard Worker <intent-filter> 40*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 41*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 42*d57664e9SAndroid Build Coastguard Worker </intent-filter> 43*d57664e9SAndroid Build Coastguard Worker </activity> 44*d57664e9SAndroid Build Coastguard Worker <activity android:label="@string/contacts_expansion" 45*d57664e9SAndroid Build Coastguard Worker android:name="ContactsExpansion" 46*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 47*d57664e9SAndroid Build Coastguard Worker <intent-filter> 48*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 49*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 50*d57664e9SAndroid Build Coastguard Worker </intent-filter> 51*d57664e9SAndroid Build Coastguard Worker </activity> 52*d57664e9SAndroid Build Coastguard Worker <activity android:label="Demo0" 53*d57664e9SAndroid Build Coastguard Worker android:name="Demo0" 54*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 55*d57664e9SAndroid Build Coastguard Worker <intent-filter> 56*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 57*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 58*d57664e9SAndroid Build Coastguard Worker </intent-filter> 59*d57664e9SAndroid Build Coastguard Worker </activity> 60*d57664e9SAndroid Build Coastguard Worker <activity android:label="Demo1" 61*d57664e9SAndroid Build Coastguard Worker android:name="Demo1" 62*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 63*d57664e9SAndroid Build Coastguard Worker <intent-filter> 64*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 65*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 66*d57664e9SAndroid Build Coastguard Worker </intent-filter> 67*d57664e9SAndroid Build Coastguard Worker </activity> 68*d57664e9SAndroid Build Coastguard Worker <activity android:label="Demo2" 69*d57664e9SAndroid Build Coastguard Worker android:name="Demo2" 70*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 71*d57664e9SAndroid Build Coastguard Worker <intent-filter> 72*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 73*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 74*d57664e9SAndroid Build Coastguard Worker </intent-filter> 75*d57664e9SAndroid Build Coastguard Worker </activity> 76*d57664e9SAndroid Build Coastguard Worker <activity android:label="Demo3" 77*d57664e9SAndroid Build Coastguard Worker android:name="Demo3" 78*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 79*d57664e9SAndroid Build Coastguard Worker <intent-filter> 80*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 81*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 82*d57664e9SAndroid Build Coastguard Worker </intent-filter> 83*d57664e9SAndroid Build Coastguard Worker </activity> 84*d57664e9SAndroid Build Coastguard Worker <activity android:label="Demo4" 85*d57664e9SAndroid Build Coastguard Worker android:name="Demo4" 86*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 87*d57664e9SAndroid Build Coastguard Worker <intent-filter> 88*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 89*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 90*d57664e9SAndroid Build Coastguard Worker </intent-filter> 91*d57664e9SAndroid Build Coastguard Worker </activity> 92*d57664e9SAndroid Build Coastguard Worker <activity android:label="Demo5" 93*d57664e9SAndroid Build Coastguard Worker android:name="Demo5" 94*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 95*d57664e9SAndroid Build Coastguard Worker <intent-filter> 96*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 97*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 98*d57664e9SAndroid Build Coastguard Worker </intent-filter> 99*d57664e9SAndroid Build Coastguard Worker </activity> 100*d57664e9SAndroid Build Coastguard Worker <activity android:label="LoginActivity" 101*d57664e9SAndroid Build Coastguard Worker android:name="LoginActivity" 102*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 103*d57664e9SAndroid Build Coastguard Worker <intent-filter> 104*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 105*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 106*d57664e9SAndroid Build Coastguard Worker </intent-filter> 107*d57664e9SAndroid Build Coastguard Worker </activity> 108*d57664e9SAndroid Build Coastguard Worker <activity android:label="LoginActivityFromResources" 109*d57664e9SAndroid Build Coastguard Worker android:name="LoginActivityFromResources" 110*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 111*d57664e9SAndroid Build Coastguard Worker <intent-filter> 112*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 113*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 114*d57664e9SAndroid Build Coastguard Worker </intent-filter> 115*d57664e9SAndroid Build Coastguard Worker </activity> 116*d57664e9SAndroid Build Coastguard Worker <activity android:label="OverlayTest" 117*d57664e9SAndroid Build Coastguard Worker android:name="OverlayTest" 118*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 119*d57664e9SAndroid Build Coastguard Worker <intent-filter> 120*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 121*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 122*d57664e9SAndroid Build Coastguard Worker </intent-filter> 123*d57664e9SAndroid Build Coastguard Worker </activity> 124*d57664e9SAndroid Build Coastguard Worker <activity android:label="ResourceLoadingTest" 125*d57664e9SAndroid Build Coastguard Worker android:name="ResourceLoadingTest" 126*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 127*d57664e9SAndroid Build Coastguard Worker <intent-filter> 128*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 129*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 130*d57664e9SAndroid Build Coastguard Worker </intent-filter> 131*d57664e9SAndroid Build Coastguard Worker </activity> 132*d57664e9SAndroid Build Coastguard Worker <activity android:label="FadingTest" 133*d57664e9SAndroid Build Coastguard Worker android:name="FadingTest" 134*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 135*d57664e9SAndroid Build Coastguard Worker <intent-filter> 136*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 137*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 138*d57664e9SAndroid Build Coastguard Worker </intent-filter> 139*d57664e9SAndroid Build Coastguard Worker </activity> 140*d57664e9SAndroid Build Coastguard Worker <activity android:label="UniqueIds" 141*d57664e9SAndroid Build Coastguard Worker android:name="UniqueIds" 142*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 143*d57664e9SAndroid Build Coastguard Worker <intent-filter> 144*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 145*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 146*d57664e9SAndroid Build Coastguard Worker </intent-filter> 147*d57664e9SAndroid Build Coastguard Worker </activity> 148*d57664e9SAndroid Build Coastguard Worker <activity android:label="HitRectBug" 149*d57664e9SAndroid Build Coastguard Worker android:name="HitRectBug" 150*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 151*d57664e9SAndroid Build Coastguard Worker <intent-filter> 152*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 153*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 154*d57664e9SAndroid Build Coastguard Worker </intent-filter> 155*d57664e9SAndroid Build Coastguard Worker </activity> 156*d57664e9SAndroid Build Coastguard Worker <activity android:label="SequenceTest" 157*d57664e9SAndroid Build Coastguard Worker android:name="SequenceTest" 158*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 159*d57664e9SAndroid Build Coastguard Worker <intent-filter> 160*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 161*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 162*d57664e9SAndroid Build Coastguard Worker </intent-filter> 163*d57664e9SAndroid Build Coastguard Worker </activity> 164*d57664e9SAndroid Build Coastguard Worker <activity android:label="SequenceTestSimple" 165*d57664e9SAndroid Build Coastguard Worker android:name="SequenceTestSimple" 166*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 167*d57664e9SAndroid Build Coastguard Worker <intent-filter> 168*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 169*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 170*d57664e9SAndroid Build Coastguard Worker </intent-filter> 171*d57664e9SAndroid Build Coastguard Worker </activity> 172*d57664e9SAndroid Build Coastguard Worker <activity android:label="ChangingText" 173*d57664e9SAndroid Build Coastguard Worker android:name="ChangingText" 174*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 175*d57664e9SAndroid Build Coastguard Worker <intent-filter> 176*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 177*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 178*d57664e9SAndroid Build Coastguard Worker </intent-filter> 179*d57664e9SAndroid Build Coastguard Worker </activity> 180*d57664e9SAndroid Build Coastguard Worker <activity android:label="ClippingText" 181*d57664e9SAndroid Build Coastguard Worker android:name="ClippingText" 182*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 183*d57664e9SAndroid Build Coastguard Worker <intent-filter> 184*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 185*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 186*d57664e9SAndroid Build Coastguard Worker </intent-filter> 187*d57664e9SAndroid Build Coastguard Worker </activity> 188*d57664e9SAndroid Build Coastguard Worker <activity android:label="ListViewAddRemove" 189*d57664e9SAndroid Build Coastguard Worker android:name="ListViewAddRemove" 190*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 191*d57664e9SAndroid Build Coastguard Worker <intent-filter> 192*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 193*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 194*d57664e9SAndroid Build Coastguard Worker </intent-filter> 195*d57664e9SAndroid Build Coastguard Worker </activity> 196*d57664e9SAndroid Build Coastguard Worker <activity android:label="ListViewAddRemoveNoTransition" 197*d57664e9SAndroid Build Coastguard Worker android:name="ListViewAddRemoveNoTransition" 198*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 199*d57664e9SAndroid Build Coastguard Worker <intent-filter> 200*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 201*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 202*d57664e9SAndroid Build Coastguard Worker </intent-filter> 203*d57664e9SAndroid Build Coastguard Worker </activity> 204*d57664e9SAndroid Build Coastguard Worker <activity android:label="CrossFadeDemo" 205*d57664e9SAndroid Build Coastguard Worker android:name="CrossFadeDemo" 206*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 207*d57664e9SAndroid Build Coastguard Worker <intent-filter> 208*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 209*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 210*d57664e9SAndroid Build Coastguard Worker </intent-filter> 211*d57664e9SAndroid Build Coastguard Worker </activity> 212*d57664e9SAndroid Build Coastguard Worker <activity android:label="Reparenting" 213*d57664e9SAndroid Build Coastguard Worker android:name="Reparenting" 214*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 215*d57664e9SAndroid Build Coastguard Worker <intent-filter> 216*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 217*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 218*d57664e9SAndroid Build Coastguard Worker </intent-filter> 219*d57664e9SAndroid Build Coastguard Worker </activity> 220*d57664e9SAndroid Build Coastguard Worker <activity android:label="SurfaceAndTextureViews" 221*d57664e9SAndroid Build Coastguard Worker android:name="SurfaceAndTextureViews" 222*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 223*d57664e9SAndroid Build Coastguard Worker <intent-filter> 224*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 225*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 226*d57664e9SAndroid Build Coastguard Worker </intent-filter> 227*d57664e9SAndroid Build Coastguard Worker </activity> 228*d57664e9SAndroid Build Coastguard Worker <activity android:label="InstanceTargets" 229*d57664e9SAndroid Build Coastguard Worker android:name="InstanceTargets" 230*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 231*d57664e9SAndroid Build Coastguard Worker <intent-filter> 232*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 233*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 234*d57664e9SAndroid Build Coastguard Worker </intent-filter> 235*d57664e9SAndroid Build Coastguard Worker </activity> 236*d57664e9SAndroid Build Coastguard Worker <activity android:label="InterruptionTest" 237*d57664e9SAndroid Build Coastguard Worker android:name="InterruptionTest" 238*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 239*d57664e9SAndroid Build Coastguard Worker <intent-filter> 240*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 241*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 242*d57664e9SAndroid Build Coastguard Worker </intent-filter> 243*d57664e9SAndroid Build Coastguard Worker </activity> 244*d57664e9SAndroid Build Coastguard Worker <activity android:label="DelayedTransition" 245*d57664e9SAndroid Build Coastguard Worker android:name="DelayedTransition" 246*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 247*d57664e9SAndroid Build Coastguard Worker <intent-filter> 248*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 249*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 250*d57664e9SAndroid Build Coastguard Worker </intent-filter> 251*d57664e9SAndroid Build Coastguard Worker </activity> 252*d57664e9SAndroid Build Coastguard Worker <activity android:label="FadingHierachy" 253*d57664e9SAndroid Build Coastguard Worker android:name=".FadingHierarchy" 254*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 255*d57664e9SAndroid Build Coastguard Worker <intent-filter> 256*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 257*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 258*d57664e9SAndroid Build Coastguard Worker </intent-filter> 259*d57664e9SAndroid Build Coastguard Worker </activity> 260*d57664e9SAndroid Build Coastguard Worker <activity android:label="HierarchicalMove" 261*d57664e9SAndroid Build Coastguard Worker android:name=".HierarchicalMove" 262*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 263*d57664e9SAndroid Build Coastguard Worker <intent-filter> 264*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 265*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 266*d57664e9SAndroid Build Coastguard Worker </intent-filter> 267*d57664e9SAndroid Build Coastguard Worker </activity> 268*d57664e9SAndroid Build Coastguard Worker <activity android:label="CrossfadeImage" 269*d57664e9SAndroid Build Coastguard Worker android:name=".CrossfadeImage" 270*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 271*d57664e9SAndroid Build Coastguard Worker <intent-filter> 272*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 273*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 274*d57664e9SAndroid Build Coastguard Worker </intent-filter> 275*d57664e9SAndroid Build Coastguard Worker </activity> 276*d57664e9SAndroid Build Coastguard Worker <activity android:label="CrossfadeMultiple" 277*d57664e9SAndroid Build Coastguard Worker android:name=".CrossfadeMultiple" 278*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 279*d57664e9SAndroid Build Coastguard Worker <intent-filter> 280*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 281*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 282*d57664e9SAndroid Build Coastguard Worker </intent-filter> 283*d57664e9SAndroid Build Coastguard Worker </activity> 284*d57664e9SAndroid Build Coastguard Worker 285*d57664e9SAndroid Build Coastguard Worker </application> 286*d57664e9SAndroid Build Coastguard Worker 287*d57664e9SAndroid Build Coastguard Worker</manifest> 288