Skip to content

Commit 3b88d87

Browse files
Philip MilneAndroid (Google) Code Review
authored andcommitted
Merge "Move Activity1 and Activity2 to API Demos area in development/samples."
2 parents 2eaa0d7 + e974f63 commit 3b88d87

File tree

4 files changed

+0
-244
lines changed

4 files changed

+0
-244
lines changed

tests/GridLayoutTest/AndroidManifest.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@
3535
</intent-filter>
3636
</activity>
3737

38-
<activity android:name="Activity2" android:label="Activity2">
39-
<intent-filter>
40-
<action android:name="android.intent.action.MAIN"/>
41-
<category android:name="android.intent.category.LAUNCHER"/>
42-
</intent-filter>
43-
</activity>
44-
45-
<activity android:name="Activity3" android:label="Activity3">
46-
<intent-filter>
47-
<action android:name="android.intent.action.MAIN"/>
48-
<category android:name="android.intent.category.LAUNCHER"/>
49-
</intent-filter>
50-
</activity>
51-
5238
<activity android:name="Activity4" android:label="Activity4">
5339
<intent-filter>
5440
<action android:name="android.intent.action.MAIN"/>

tests/GridLayoutTest/res/layout/grid3.xml

Lines changed: 0 additions & 87 deletions
This file was deleted.

tests/GridLayoutTest/src/com/android/test/layout/Activity2.java

Lines changed: 0 additions & 116 deletions
This file was deleted.

tests/GridLayoutTest/src/com/android/test/layout/Activity3.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)