am e864636c: Remove Graphics > OpenGL ES > Hidden Activity from Api Demos

* commit 'e864636c554efa18f83ad9fa405058b51d531998':
  Remove Graphics > OpenGL ES > Hidden Activity from Api Demos
This commit is contained in:
Jack Palevich
2011-10-29 03:15:18 +00:00
committed by Android Git Automerger

View File

@@ -2247,16 +2247,6 @@
</intent-filter>
</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"
android:label="Graphics/OpenGL ES/Textured Triangle"
android:theme="@android:style/Theme.Holo.Dialog"