AI 143357: am: CL 143206 am: CL 142994 Clean up official ApiDemos to not reference Google Maps

Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143357
This commit is contained in:
Xavier Ducrohet
2009-03-27 19:11:10 -07:00
committed by The Android Open Source Project
parent 923043d3fc
commit 84fdbb813f

View File

@@ -33,8 +33,6 @@
android:label="@string/activity_sample_code"
android:icon="@drawable/app_sample_code" >
<uses-library android:name="com.google.android.maps" />
<activity android:name="ApiDemos">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -1312,20 +1310,6 @@
</intent-filter>
</activity>
<activity android:name=".view.MapViewDemo" android:label="Views/MapView">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.SAMPLE_CODE" />
</intent-filter>
</activity>
<activity android:name=".view.MapViewCompassDemo" android:label="Views/MapView and Compass">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.SAMPLE_CODE" />
</intent-filter>
</activity>
<!-- ************************************* -->
<!-- GRAPHICS SAMPLES -->
<!-- ************************************* -->