Remove Graphics > OpenGL ES > Hidden Activity from Api Demos
This activity was accidentally added to the Api Demos manifest in an earlier checkin. Because the corresponding Java classes were never checked in, the activity never actually worked. Change-Id: I7a7c8c90e8e6b9689f87720fc7f4d53556c2f227
This commit is contained in:
@@ -2247,16 +2247,6 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name=".graphics.HiddenActivity"
|
|
||||||
android:label="Graphics/OpenGL ES/Hidden Activity"
|
|
||||||
android:theme="@android:style/Theme.Translucent"
|
|
||||||
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.MAIN" />
|
|
||||||
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<activity android:name=".graphics.TriangleActivity"
|
<activity android:name=".graphics.TriangleActivity"
|
||||||
android:label="Graphics/OpenGL ES/Textured Triangle"
|
android:label="Graphics/OpenGL ES/Textured Triangle"
|
||||||
android:theme="@android:style/Theme.Holo.Dialog"
|
android:theme="@android:style/Theme.Holo.Dialog"
|
||||||
|
|||||||
Reference in New Issue
Block a user