Merge "fix android beam icon and add make file" into ics-mr0

This commit is contained in:
Scott Main
2011-10-14 14:04:02 -07:00
committed by Android (Google) Code Review
3 changed files with 23 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := AndroidBeamdemo
LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)

View File

@@ -24,7 +24,7 @@
<uses-permission android:name="android.permission.NFC" />
<uses-sdk android:minSdkVersion="14" />
<uses-feature android:name="android.hardware.nfc" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name">
<activity android:name="com.example.android.beam.Beam"
android:label="@string/app_name"
android:launchMode="singleTop">

View File

@@ -20,17 +20,17 @@ that illustrate the use of various Android APIs. It includes samples of:
<p><strong>Update:</strong> The following are some of the new demos for Android 4.0:</p>
<ul>
<li><a
href="src/com/example/android/apis/preference/PreferencesFromCode.java">SwitchPreference</a></li>
href="src/com/example/android/apis/preference/PreferencesFromCode.html">SwitchPreference</a></li>
<li><a
href="src/com/example/android/apis/app/ActionBarActionProviderActivity.java">ShareActionProvider
href="src/com/example/android/apis/app/ActionBarActionProviderActivity.html">ShareActionProvider
</a></li>
<li><a href="src/com/example/android/apis/view/SearchViewActionBar.java">Collapsible action
<li><a href="src/com/example/android/apis/view/SearchViewActionBar.html">Collapsible action
view</a></li>
<li><a href="src/com/example/android/apis/app/FragmentCustomAnimations.java">Custom
<li><a href="src/com/example/android/apis/app/FragmentCustomAnimations.html">Custom
fragment animations</a></li>
<li><a href="src/com/example/android/apis/app/RemoteService.java">Service bindings</a></li>
<li><a href="src/com/example/android/apis/view/OverscanActivity.java">Full screen UI modes</a></li>
<a><a href="src/com/example/android/apis/graphics/TouchPaint.java">Stylus and hover
<li><a href="src/com/example/android/apis/app/RemoteService.html">Service bindings</a></li>
<li><a href="src/com/example/android/apis/view/OverscanActivity.html">Full screen UI modes</a></li>
<li><a href="src/com/example/android/apis/graphics/TouchPaint.html">Stylus and hover
support</a></li>
<li><a href="src/com/example/android/apis/view/Switches.html">Switch widget</a></li>
</ul>