Added SPDX-license-identifier-Apache-2.0 to: apps/Development/Android.mk apps/DumpViewer/app/src/main/Android.mk apps/OBJViewer/Android.bp samples/ApiDemos/Android.mk samples/ApiDemos/tests/Android.mk samples/HeavyWeight/Android.bp samples/IntentPlayground/Android.mk samples/MultiClientInputMethod/Android.mk samples/MultiDisplay/Android.mk samples/MySampleRss/Android.bp samples/RenderScript/HelloCompute/Android.mk samples/RenderScript/Levels/Android.mk samples/ShortcutDemo/launcher/Android.mk samples/ShortcutDemo/publisher/Android.mk samples/ShortcutSample/Android.mk testrunner/tests/Android_java.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I535f73ffa885f723b9dca745f199ce3a3fd409ea
The API Demos application includes a variety of small applications that illustrate the use of various Android APIs. It includes samples of: - Notifications - Alarms - Progress Dialogs - Intents - Menus - Search - Persistent application state - Background Services - App Widgets - Voice Recognition - And many many more... Api demos is designed to use the compatibility library "android-support-v4.jar". It is available through the SDK Updater in the "Android Compatibility package". Once downloaded, copy the jar file into the ApiDemos project libs/ folder. (If using Eclipse, add it manually to the project build path).