gametel 0.3 → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/features/main_screen.feature +1 -1
- data/features/step_definitions/button_steps.rb +1 -1
- data/features/step_definitions/main_screen_steps.rb +1 -2
- data/features/support/env.rb +24 -1
- data/features/text.feature +0 -12
- data/features/view.feature +0 -1
- data/lib/gametel.rb +3 -4
- data/lib/gametel/accessors.rb +0 -1
- data/lib/gametel/platforms/brazenhead/basic.rb +17 -0
- data/lib/gametel/platforms/brazenhead/spinner.rb +17 -0
- data/lib/gametel/platforms/brazenhead/text.rb +39 -0
- data/lib/gametel/platforms/brazenhead/view.rb +24 -0
- data/lib/gametel/platforms/brazenhead_platform.rb +139 -0
- data/lib/gametel/version.rb +1 -1
- data/spec/lib/gametel/accessors_spec.rb +46 -31
- data/spec/lib/gametel_spec.rb +30 -12
- data/spec/spec_helper.rb +4 -2
- metadata +32 -897
- data/.calabash_settings +0 -1
- data/.gitignore +0 -26
- data/.irbrc +0 -16
- data/.rspec +0 -2
- data/.rvmrc +0 -1
- data/.travis.yml +0 -5
- data/ApiDemos/.classpath +0 -8
- data/ApiDemos/.project +0 -33
- data/ApiDemos/.settings/org.eclipse.jdt.core.prefs +0 -4
- data/ApiDemos/AndroidManifest.xml +0 -2715
- data/ApiDemos/README.txt +0 -19
- data/ApiDemos/assets/HelloActivity.apk +0 -0
- data/ApiDemos/assets/fonts/samplefont.ttf +0 -0
- data/ApiDemos/assets/read_asset.txt +0 -3
- data/ApiDemos/build.xml +0 -83
- data/ApiDemos/proguard-project.txt +0 -20
- data/ApiDemos/project.properties +0 -14
- data/ApiDemos/res/anim/animator.xml +0 -23
- data/ApiDemos/res/anim/animator_set.xml +0 -32
- data/ApiDemos/res/anim/color_animator.xml +0 -23
- data/ApiDemos/res/anim/cycle_7.xml +0 -17
- data/ApiDemos/res/anim/fade.xml +0 -20
- data/ApiDemos/res/anim/hold.xml +0 -20
- data/ApiDemos/res/anim/hyperspace_in.xml +0 -17
- data/ApiDemos/res/anim/hyperspace_out.xml +0 -61
- data/ApiDemos/res/anim/layout_animation_row_left_slide.xml +0 -19
- data/ApiDemos/res/anim/layout_animation_row_right_slide.xml +0 -20
- data/ApiDemos/res/anim/layout_animation_table.xml +0 -19
- data/ApiDemos/res/anim/layout_bottom_to_top_slide.xml +0 -20
- data/ApiDemos/res/anim/layout_grid_fade.xml +0 -20
- data/ApiDemos/res/anim/layout_grid_inverse_fade.xml +0 -21
- data/ApiDemos/res/anim/layout_random_fade.xml +0 -20
- data/ApiDemos/res/anim/layout_wave_scale.xml +0 -21
- data/ApiDemos/res/anim/object_animator.xml +0 -23
- data/ApiDemos/res/anim/push_left_in.xml +0 -20
- data/ApiDemos/res/anim/push_left_out.xml +0 -20
- data/ApiDemos/res/anim/push_up_in.xml +0 -20
- data/ApiDemos/res/anim/push_up_out.xml +0 -20
- data/ApiDemos/res/anim/shake.xml +0 -17
- data/ApiDemos/res/anim/slide_left.xml +0 -20
- data/ApiDemos/res/anim/slide_right.xml +0 -20
- data/ApiDemos/res/anim/slide_top_to_bottom.xml +0 -20
- data/ApiDemos/res/anim/wave_scale.xml +0 -33
- data/ApiDemos/res/anim/zoom_enter.xml +0 -28
- data/ApiDemos/res/anim/zoom_exit.xml +0 -33
- data/ApiDemos/res/animator/fragment_slide_left_enter.xml +0 -32
- data/ApiDemos/res/animator/fragment_slide_left_exit.xml +0 -32
- data/ApiDemos/res/animator/fragment_slide_right_enter.xml +0 -32
- data/ApiDemos/res/animator/fragment_slide_right_exit.xml +0 -32
- data/ApiDemos/res/drawable-hdpi/alert_dialog_icon.png +0 -0
- data/ApiDemos/res/drawable-hdpi/apidemo_androidlogo.png +0 -0
- data/ApiDemos/res/drawable-hdpi/app_sample_code.png +0 -0
- data/ApiDemos/res/drawable-hdpi/arrow_down_float.png +0 -0
- data/ApiDemos/res/drawable-hdpi/arrow_up_float.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_check_off.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_check_on.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_circle_normal.png +0 -0
- data/ApiDemos/res/drawable-hdpi/btn_default_normal.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/button.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/ic_contact_picture.png +0 -0
- data/ApiDemos/res/drawable-hdpi/ic_launcher_settings.png +0 -0
- data/ApiDemos/res/drawable-hdpi/ic_popup_reminder.png +0 -0
- data/ApiDemos/res/drawable-hdpi/icon48x48_2.png +0 -0
- data/ApiDemos/res/drawable-hdpi/logo240dpi.png +0 -0
- data/ApiDemos/res/drawable-hdpi/npatch240dpi.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/progress_circular_background.png +0 -0
- data/ApiDemos/res/drawable-hdpi/progress_particle.png +0 -0
- data/ApiDemos/res/drawable-hdpi/reslogo240dpi.png +0 -0
- data/ApiDemos/res/drawable-hdpi/scrollbar_state2.png +0 -0
- data/ApiDemos/res/drawable-hdpi/smlnpatch240dpi.9.png +0 -0
- data/ApiDemos/res/drawable-hdpi/star_big_on.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_happy.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_neutral.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_sad.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stat_sample.png +0 -0
- data/ApiDemos/res/drawable-hdpi/stylogo240dpi.png +0 -0
- data/ApiDemos/res/drawable-ldpi/logo120dpi.png +0 -0
- data/ApiDemos/res/drawable-ldpi/npatch120dpi.9.png +0 -0
- data/ApiDemos/res/drawable-ldpi/reslogo120dpi.png +0 -0
- data/ApiDemos/res/drawable-ldpi/smlnpatch120dpi.9.png +0 -0
- data/ApiDemos/res/drawable-ldpi/stylogo120dpi.png +0 -0
- data/ApiDemos/res/drawable-mdpi/alert_dialog_icon.png +0 -0
- data/ApiDemos/res/drawable-mdpi/apidemo_androidlogo.png +0 -0
- data/ApiDemos/res/drawable-mdpi/app_sample_code.png +0 -0
- data/ApiDemos/res/drawable-mdpi/arrow_down_float.png +0 -0
- data/ApiDemos/res/drawable-mdpi/arrow_up_float.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_check_off.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_check_on.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_circle_normal.png +0 -0
- data/ApiDemos/res/drawable-mdpi/btn_default_normal.9.png +0 -0
- data/ApiDemos/res/drawable-mdpi/button.9.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_contact_picture.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_launcher_settings.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_popup_reminder.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_settings_applications.png +0 -0
- data/ApiDemos/res/drawable-mdpi/ic_settings_display.png +0 -0
- data/ApiDemos/res/drawable-mdpi/icon48x48_2.png +0 -0
- data/ApiDemos/res/drawable-mdpi/progress_circular_background.png +0 -0
- data/ApiDemos/res/drawable-mdpi/progress_particle.png +0 -0
- data/ApiDemos/res/drawable-mdpi/scrollbar_state2.png +0 -0
- data/ApiDemos/res/drawable-mdpi/star_big_on.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_happy.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_neutral.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_sad.png +0 -0
- data/ApiDemos/res/drawable-mdpi/stat_sample.png +0 -0
- data/ApiDemos/res/drawable-nodpi/frantic.jpg +0 -0
- data/ApiDemos/res/drawable-nodpi/logonodpi120.png +0 -0
- data/ApiDemos/res/drawable-nodpi/logonodpi160.png +0 -0
- data/ApiDemos/res/drawable-nodpi/logonodpi240.png +0 -0
- data/ApiDemos/res/drawable-xhdpi/ic_launcher_settings.png +0 -0
- data/ApiDemos/res/drawable/animated_gif.gif +0 -0
- data/ApiDemos/res/drawable/balloons.jpg +0 -0
- data/ApiDemos/res/drawable/beach.jpg +0 -0
- data/ApiDemos/res/drawable/black_box.xml +0 -21
- data/ApiDemos/res/drawable/black_opaque_box.xml +0 -21
- data/ApiDemos/res/drawable/box.xml +0 -24
- data/ApiDemos/res/drawable/circular_progress.xml +0 -29
- data/ApiDemos/res/drawable/filled_box.xml +0 -25
- data/ApiDemos/res/drawable/frog.gif +0 -0
- data/ApiDemos/res/drawable/gallery_background_1.xml +0 -20
- data/ApiDemos/res/drawable/gallery_photo_1.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_2.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_3.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_4.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_5.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_6.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_7.jpg +0 -0
- data/ApiDemos/res/drawable/gallery_photo_8.jpg +0 -0
- data/ApiDemos/res/drawable/hover_background.xml +0 -20
- data/ApiDemos/res/drawable/hover_background_active.xml +0 -23
- data/ApiDemos/res/drawable/hover_background_inactive.xml +0 -23
- data/ApiDemos/res/drawable/icon48x48_1.png +0 -0
- data/ApiDemos/res/drawable/line.xml +0 -21
- data/ApiDemos/res/drawable/logo160dpi.png +0 -0
- data/ApiDemos/res/drawable/magnifying_glass.png +0 -0
- data/ApiDemos/res/drawable/npatch160dpi.9.png +0 -0
- data/ApiDemos/res/drawable/photo1.jpg +0 -0
- data/ApiDemos/res/drawable/photo2.jpg +0 -0
- data/ApiDemos/res/drawable/photo3.jpg +0 -0
- data/ApiDemos/res/drawable/photo4.jpg +0 -0
- data/ApiDemos/res/drawable/photo5.jpg +0 -0
- data/ApiDemos/res/drawable/photo6.jpg +0 -0
- data/ApiDemos/res/drawable/picture_frame.png +0 -0
- data/ApiDemos/res/drawable/reslogo160dpi.png +0 -0
- data/ApiDemos/res/drawable/sample_0.jpg +0 -0
- data/ApiDemos/res/drawable/sample_1.jpg +0 -0
- data/ApiDemos/res/drawable/sample_2.jpg +0 -0
- data/ApiDemos/res/drawable/sample_3.jpg +0 -0
- data/ApiDemos/res/drawable/sample_4.jpg +0 -0
- data/ApiDemos/res/drawable/sample_5.jpg +0 -0
- data/ApiDemos/res/drawable/sample_6.jpg +0 -0
- data/ApiDemos/res/drawable/sample_7.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_0.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_1.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_2.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_3.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_4.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_5.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_6.jpg +0 -0
- data/ApiDemos/res/drawable/sample_thumb_7.jpg +0 -0
- data/ApiDemos/res/drawable/scrollbar_vertical_thumb.xml +0 -21
- data/ApiDemos/res/drawable/scrollbar_vertical_track.xml +0 -21
- data/ApiDemos/res/drawable/shape_1.xml +0 -22
- data/ApiDemos/res/drawable/shape_2.xml +0 -24
- data/ApiDemos/res/drawable/shape_3.xml +0 -24
- data/ApiDemos/res/drawable/shape_4.xml +0 -20
- data/ApiDemos/res/drawable/shape_5.xml +0 -23
- data/ApiDemos/res/drawable/smlnpatch160dpi.9.png +0 -0
- data/ApiDemos/res/drawable/stylogo160dpi.png +0 -0
- data/ApiDemos/res/layout-h550dp/resources_height.xml +0 -53
- data/ApiDemos/res/layout-h670dp/resources_height.xml +0 -63
- data/ApiDemos/res/layout-h974dp/resources_height.xml +0 -83
- data/ApiDemos/res/layout-land/fragment_arguments.xml +0 -57
- data/ApiDemos/res/layout-land/fragment_layout.xml +0 -34
- data/ApiDemos/res/layout-sw480dp/resources_smallest_width_inner.xml +0 -43
- data/ApiDemos/res/layout-sw480dp/resources_smallest_width_row.xml +0 -43
- data/ApiDemos/res/layout-sw600dp/resources_smallest_width_inner.xml +0 -53
- data/ApiDemos/res/layout-sw600dp/resources_smallest_width_row.xml +0 -53
- data/ApiDemos/res/layout-sw720dp/resources_smallest_width_inner.xml +0 -63
- data/ApiDemos/res/layout-sw720dp/resources_smallest_width_row.xml +0 -63
- data/ApiDemos/res/layout-w1024dp/resources_width.xml +0 -83
- data/ApiDemos/res/layout-w600dp/resources_width.xml +0 -53
- data/ApiDemos/res/layout-w720dp/resources_width.xml +0 -63
- data/ApiDemos/res/layout/accessibility_service.xml +0 -36
- data/ApiDemos/res/layout/action_bar_display_options.xml +0 -48
- data/ApiDemos/res/layout/action_bar_display_options_custom.xml +0 -17
- data/ApiDemos/res/layout/action_bar_settings_action_provider.xml +0 -34
- data/ApiDemos/res/layout/action_bar_tab_content.xml +0 -19
- data/ApiDemos/res/layout/action_bar_tabs.xml +0 -49
- data/ApiDemos/res/layout/activity_animation.xml +0 -42
- data/ApiDemos/res/layout/activity_recreate.xml +0 -37
- data/ApiDemos/res/layout/alarm_controller.xml +0 -45
- data/ApiDemos/res/layout/alarm_service.xml +0 -41
- data/ApiDemos/res/layout/alert_dialog.xml +0 -60
- data/ApiDemos/res/layout/alert_dialog_text_entry.xml +0 -67
- data/ApiDemos/res/layout/animation_1.xml +0 -44
- data/ApiDemos/res/layout/animation_2.xml +0 -67
- data/ApiDemos/res/layout/animation_3.xml +0 -44
- data/ApiDemos/res/layout/animation_cloning.xml +0 -28
- data/ApiDemos/res/layout/animation_custom_evaluator.xml +0 -28
- data/ApiDemos/res/layout/animation_loading.xml +0 -28
- data/ApiDemos/res/layout/animation_multi_property.xml +0 -28
- data/ApiDemos/res/layout/animation_reversing.xml +0 -40
- data/ApiDemos/res/layout/animation_seeking.xml +0 -40
- data/ApiDemos/res/layout/animations_main_screen.xml +0 -36
- data/ApiDemos/res/layout/animator_custom_evaluator.xml +0 -34
- data/ApiDemos/res/layout/animator_events.xml +0 -122
- data/ApiDemos/res/layout/appwidget_configure.xml +0 -42
- data/ApiDemos/res/layout/appwidget_provider.xml +0 -24
- data/ApiDemos/res/layout/autocomplete_1.xml +0 -48
- data/ApiDemos/res/layout/autocomplete_2.xml +0 -44
- data/ApiDemos/res/layout/autocomplete_3.xml +0 -165
- data/ApiDemos/res/layout/autocomplete_4.xml +0 -49
- data/ApiDemos/res/layout/autocomplete_5.xml +0 -45
- data/ApiDemos/res/layout/autocomplete_6.xml +0 -48
- data/ApiDemos/res/layout/baseline_1.xml +0 -40
- data/ApiDemos/res/layout/baseline_2.xml +0 -43
- data/ApiDemos/res/layout/baseline_3.xml +0 -56
- data/ApiDemos/res/layout/baseline_4.xml +0 -55
- data/ApiDemos/res/layout/baseline_6.xml +0 -34
- data/ApiDemos/res/layout/baseline_7.xml +0 -36
- data/ApiDemos/res/layout/baseline_nested_1.xml +0 -85
- data/ApiDemos/res/layout/baseline_nested_2.xml +0 -85
- data/ApiDemos/res/layout/baseline_nested_3.xml +0 -96
- data/ApiDemos/res/layout/bouncing_balls.xml +0 -22
- data/ApiDemos/res/layout/buttons_1.xml +0 -53
- data/ApiDemos/res/layout/chronometer.xml +0 -64
- data/ApiDemos/res/layout/clipboard.xml +0 -107
- data/ApiDemos/res/layout/contacts_filter.xml +0 -37
- data/ApiDemos/res/layout/controls_1.xml +0 -154
- data/ApiDemos/res/layout/custom_dialog_activity.xml +0 -24
- data/ApiDemos/res/layout/custom_title.xml +0 -57
- data/ApiDemos/res/layout/custom_title_1.xml +0 -33
- data/ApiDemos/res/layout/custom_view_1.xml +0 -44
- data/ApiDemos/res/layout/custom_view_accessibility.xml +0 -44
- data/ApiDemos/res/layout/date_widgets_example_1.xml +0 -40
- data/ApiDemos/res/layout/date_widgets_example_2.xml +0 -33
- data/ApiDemos/res/layout/density_image_views.xml +0 -37
- data/ApiDemos/res/layout/density_styled_image_views.xml +0 -26
- data/ApiDemos/res/layout/dialog_activity.xml +0 -53
- data/ApiDemos/res/layout/drag_layout.xml +0 -93
- data/ApiDemos/res/layout/external_storage.xml +0 -27
- data/ApiDemos/res/layout/external_storage_item.xml +0 -58
- data/ApiDemos/res/layout/focus_1.xml +0 -42
- data/ApiDemos/res/layout/focus_2.xml +0 -41
- data/ApiDemos/res/layout/focus_3.xml +0 -64
- data/ApiDemos/res/layout/focus_5.xml +0 -60
- data/ApiDemos/res/layout/foreground_dispatch.xml +0 -23
- data/ApiDemos/res/layout/foreground_service_controller.xml +0 -49
- data/ApiDemos/res/layout/forward_target.xml +0 -30
- data/ApiDemos/res/layout/forwarding.xml +0 -37
- data/ApiDemos/res/layout/fragment_arguments.xml +0 -54
- data/ApiDemos/res/layout/fragment_context_menu.xml +0 -38
- data/ApiDemos/res/layout/fragment_dialog.xml +0 -40
- data/ApiDemos/res/layout/fragment_dialog_or_activity.xml +0 -64
- data/ApiDemos/res/layout/fragment_hide_show.xml +0 -57
- data/ApiDemos/res/layout/fragment_layout.xml +0 -27
- data/ApiDemos/res/layout/fragment_menu.xml +0 -46
- data/ApiDemos/res/layout/fragment_pager_support.xml +0 -44
- data/ApiDemos/res/layout/fragment_pager_support_list.xml +0 -52
- data/ApiDemos/res/layout/fragment_retain_instance.xml +0 -46
- data/ApiDemos/res/layout/fragment_stack.xml +0 -38
- data/ApiDemos/res/layout/gallery_1.xml +0 -32
- data/ApiDemos/res/layout/gallery_2.xml +0 -38
- data/ApiDemos/res/layout/game_controller_input.xml +0 -52
- data/ApiDemos/res/layout/game_controller_input_heading.xml +0 -21
- data/ApiDemos/res/layout/game_controller_input_text_column.xml +0 -34
- data/ApiDemos/res/layout/google_login.xml +0 -60
- data/ApiDemos/res/layout/grid_1.xml +0 -29
- data/ApiDemos/res/layout/grid_2.xml +0 -30
- data/ApiDemos/res/layout/grid_layout_1.xml +0 -87
- data/ApiDemos/res/layout/hello_world.xml +0 -26
- data/ApiDemos/res/layout/horizontal_scroll_view1.xml +0 -26
- data/ApiDemos/res/layout/hover.xml +0 -64
- data/ApiDemos/res/layout/image_button_1.xml +0 -36
- data/ApiDemos/res/layout/image_switcher_1.xml +0 -40
- data/ApiDemos/res/layout/image_view_1.xml +0 -144
- data/ApiDemos/res/layout/incoming_message.xml +0 -50
- data/ApiDemos/res/layout/incoming_message_info.xml +0 -38
- data/ApiDemos/res/layout/incoming_message_interstitial.xml +0 -37
- data/ApiDemos/res/layout/incoming_message_panel.xml +0 -42
- data/ApiDemos/res/layout/incoming_message_view.xml +0 -80
- data/ApiDemos/res/layout/install_apk.xml +0 -56
- data/ApiDemos/res/layout/intent_activity_flags.xml +0 -43
- data/ApiDemos/res/layout/intents.xml +0 -37
- data/ApiDemos/res/layout/labeled_text_edit.xml +0 -38
- data/ApiDemos/res/layout/launcher_shortcuts.xml +0 -40
- data/ApiDemos/res/layout/layout_animation_1.xml +0 -30
- data/ApiDemos/res/layout/layout_animation_3.xml +0 -21
- data/ApiDemos/res/layout/layout_animation_4.xml +0 -30
- data/ApiDemos/res/layout/layout_animation_5.xml +0 -30
- data/ApiDemos/res/layout/layout_animation_6.xml +0 -29
- data/ApiDemos/res/layout/layout_animation_7.xml +0 -57
- data/ApiDemos/res/layout/layout_animations.xml +0 -80
- data/ApiDemos/res/layout/layout_animations_by_default.xml +0 -34
- data/ApiDemos/res/layout/layout_animations_hideshow.xml +0 -52
- data/ApiDemos/res/layout/linear_layout_1.xml +0 -46
- data/ApiDemos/res/layout/linear_layout_10.xml +0 -122
- data/ApiDemos/res/layout/linear_layout_2.xml +0 -47
- data/ApiDemos/res/layout/linear_layout_3.xml +0 -51
- data/ApiDemos/res/layout/linear_layout_4.xml +0 -50
- data/ApiDemos/res/layout/linear_layout_5.xml +0 -76
- data/ApiDemos/res/layout/linear_layout_6.xml +0 -53
- data/ApiDemos/res/layout/linear_layout_7.xml +0 -54
- data/ApiDemos/res/layout/linear_layout_8.xml +0 -53
- data/ApiDemos/res/layout/linear_layout_9.xml +0 -38
- data/ApiDemos/res/layout/link.xml +0 -68
- data/ApiDemos/res/layout/list_12.xml +0 -35
- data/ApiDemos/res/layout/list_13.xml +0 -34
- data/ApiDemos/res/layout/list_7.xml +0 -35
- data/ApiDemos/res/layout/list_8.xml +0 -61
- data/ApiDemos/res/layout/list_item_checkbox.xml +0 -22
- data/ApiDemos/res/layout/list_item_icon_text.xml +0 -32
- data/ApiDemos/res/layout/list_position.xml +0 -25
- data/ApiDemos/res/layout/local_sample.xml +0 -37
- data/ApiDemos/res/layout/local_service_binding.xml +0 -42
- data/ApiDemos/res/layout/local_service_controller.xml +0 -42
- data/ApiDemos/res/layout/log_text_box_1.xml +0 -42
- data/ApiDemos/res/layout/mapview.xml +0 -31
- data/ApiDemos/res/layout/marquee.xml +0 -46
- data/ApiDemos/res/layout/mediaplayer_1.xml +0 -31
- data/ApiDemos/res/layout/mediaplayer_2.xml +0 -13
- data/ApiDemos/res/layout/messenger_service_binding.xml +0 -47
- data/ApiDemos/res/layout/morse_code.xml +0 -37
- data/ApiDemos/res/layout/notify_with_text.xml +0 -34
- data/ApiDemos/res/layout/notifying_controller.xml +0 -41
- data/ApiDemos/res/layout/overscan.xml +0 -79
- data/ApiDemos/res/layout/pick_contact.xml +0 -48
- data/ApiDemos/res/layout/popup_menu_1.xml +0 -25
- data/ApiDemos/res/layout/preference_widget_mypreference.xml +0 -25
- data/ApiDemos/res/layout/progressbar_1.xml +0 -74
- data/ApiDemos/res/layout/progressbar_2.xml +0 -41
- data/ApiDemos/res/layout/progressbar_3.xml +0 -32
- data/ApiDemos/res/layout/progressbar_4.xml +0 -27
- data/ApiDemos/res/layout/quick_contacts.xml +0 -47
- data/ApiDemos/res/layout/radio_group_1.xml +0 -49
- data/ApiDemos/res/layout/ratingbar_1.xml +0 -60
- data/ApiDemos/res/layout/read_asset.xml +0 -29
- data/ApiDemos/res/layout/receive_result.xml +0 -50
- data/ApiDemos/res/layout/redirect_enter.xml +0 -36
- data/ApiDemos/res/layout/redirect_getter.xml +0 -42
- data/ApiDemos/res/layout/redirect_main.xml +0 -47
- data/ApiDemos/res/layout/relative_layout_1.xml +0 -54
- data/ApiDemos/res/layout/relative_layout_2.xml +0 -78
- data/ApiDemos/res/layout/remote_binding_options.xml +0 -82
- data/ApiDemos/res/layout/remote_service_binding.xml +0 -52
- data/ApiDemos/res/layout/remote_service_controller.xml +0 -42
- data/ApiDemos/res/layout/reorder_four.xml +0 -38
- data/ApiDemos/res/layout/reorder_on_launch.xml +0 -38
- data/ApiDemos/res/layout/reorder_three.xml +0 -38
- data/ApiDemos/res/layout/reorder_two.xml +0 -38
- data/ApiDemos/res/layout/resources.xml +0 -55
- data/ApiDemos/res/layout/resources_height.xml +0 -33
- data/ApiDemos/res/layout/resources_layout_reference.xml +0 -35
- data/ApiDemos/res/layout/resources_layout_reference_tablet.xml +0 -35
- data/ApiDemos/res/layout/resources_smallest_width.xml +0 -35
- data/ApiDemos/res/layout/resources_smallest_width_inner.xml +0 -33
- data/ApiDemos/res/layout/resources_smallest_width_row.xml +0 -33
- data/ApiDemos/res/layout/resources_width.xml +0 -33
- data/ApiDemos/res/layout/resources_width_and_height.xml +0 -35
- data/ApiDemos/res/layout/rotating_list.xml +0 -37
- data/ApiDemos/res/layout/rotating_view.xml +0 -160
- data/ApiDemos/res/layout/save_restore_state.xml +0 -58
- data/ApiDemos/res/layout/screen_orientation.xml +0 -37
- data/ApiDemos/res/layout/scroll_view_1.xml +0 -90
- data/ApiDemos/res/layout/scroll_view_2.xml +0 -41
- data/ApiDemos/res/layout/scrollbar1.xml +0 -169
- data/ApiDemos/res/layout/scrollbar2.xml +0 -172
- data/ApiDemos/res/layout/scrollbar3.xml +0 -136
- data/ApiDemos/res/layout/search_invoke.xml +0 -96
- data/ApiDemos/res/layout/search_query_results.xml +0 -76
- data/ApiDemos/res/layout/search_view.xml +0 -19
- data/ApiDemos/res/layout/searchview_actionbar.xml +0 -28
- data/ApiDemos/res/layout/searchview_filter.xml +0 -31
- data/ApiDemos/res/layout/secure_view.xml +0 -112
- data/ApiDemos/res/layout/secure_view_overlay.xml +0 -50
- data/ApiDemos/res/layout/seekbar_1.xml +0 -36
- data/ApiDemos/res/layout/select_dialog.xml +0 -29
- data/ApiDemos/res/layout/send_result.xml +0 -45
- data/ApiDemos/res/layout/service_start_arguments_controller.xml +0 -57
- data/ApiDemos/res/layout/shape_drawable_1.xml +0 -73
- data/ApiDemos/res/layout/simple_list_item_checkable_1.xml +0 -29
- data/ApiDemos/res/layout/sms_demo.xml +0 -67
- data/ApiDemos/res/layout/soft_input_modes.xml +0 -64
- data/ApiDemos/res/layout/spinner_1.xml +0 -51
- data/ApiDemos/res/layout/split_touch_view.xml +0 -42
- data/ApiDemos/res/layout/status_bar_balloon.xml +0 -32
- data/ApiDemos/res/layout/status_bar_notifications.xml +0 -157
- data/ApiDemos/res/layout/styled_text.xml +0 -52
- data/ApiDemos/res/layout/surface_view_overlay.xml +0 -84
- data/ApiDemos/res/layout/switches.xml +0 -82
- data/ApiDemos/res/layout/table_layout_1.xml +0 -56
- data/ApiDemos/res/layout/table_layout_10.xml +0 -58
- data/ApiDemos/res/layout/table_layout_11.xml +0 -93
- data/ApiDemos/res/layout/table_layout_12.xml +0 -85
- data/ApiDemos/res/layout/table_layout_2.xml +0 -40
- data/ApiDemos/res/layout/table_layout_3.xml +0 -62
- data/ApiDemos/res/layout/table_layout_4.xml +0 -42
- data/ApiDemos/res/layout/table_layout_5.xml +0 -82
- data/ApiDemos/res/layout/table_layout_6.xml +0 -92
- data/ApiDemos/res/layout/table_layout_7.xml +0 -106
- data/ApiDemos/res/layout/table_layout_8.xml +0 -87
- data/ApiDemos/res/layout/table_layout_9.xml +0 -92
- data/ApiDemos/res/layout/tabs1.xml +0 -39
- data/ApiDemos/res/layout/tabs_right_gravity.xml +0 -37
- data/ApiDemos/res/layout/tabs_scroll.xml +0 -41
- data/ApiDemos/res/layout/tasklist_main.xml +0 -47
- data/ApiDemos/res/layout/tasklist_row.xml +0 -38
- data/ApiDemos/res/layout/text_switcher_1.xml +0 -31
- data/ApiDemos/res/layout/text_to_speech.xml +0 -26
- data/ApiDemos/res/layout/translucent_background.xml +0 -24
- data/ApiDemos/res/layout/videoview.xml +0 -14
- data/ApiDemos/res/layout/visibility_1.xml +0 -71
- data/ApiDemos/res/layout/voice_recognition.xml +0 -61
- data/ApiDemos/res/layout/wallpaper_2.xml +0 -27
- data/ApiDemos/res/layout/webview_1.xml +0 -79
- data/ApiDemos/res/menu/action_bar_settings_action_provider.xml +0 -28
- data/ApiDemos/res/menu/action_bar_share_action_provider.xml +0 -28
- data/ApiDemos/res/menu/actions.xml +0 -48
- data/ApiDemos/res/menu/camera_menu.xml +0 -5
- data/ApiDemos/res/menu/category_order.xml +0 -57
- data/ApiDemos/res/menu/checkable.xml +0 -91
- data/ApiDemos/res/menu/disabled.xml +0 -55
- data/ApiDemos/res/menu/display_options_actions.xml +0 -19
- data/ApiDemos/res/menu/groups.xml +0 -45
- data/ApiDemos/res/menu/list_select_menu.xml +0 -22
- data/ApiDemos/res/menu/order.xml +0 -38
- data/ApiDemos/res/menu/popup.xml +0 -32
- data/ApiDemos/res/menu/searchview_in_menu.xml +0 -22
- data/ApiDemos/res/menu/shortcuts.xml +0 -60
- data/ApiDemos/res/menu/submenu.xml +0 -44
- data/ApiDemos/res/menu/title_icon.xml +0 -31
- data/ApiDemos/res/menu/title_only.xml +0 -25
- data/ApiDemos/res/menu/visible.xml +0 -37
- data/ApiDemos/res/raw/androids.pkm +0 -0
- data/ApiDemos/res/raw/robot.png +0 -0
- data/ApiDemos/res/raw/skycubemap0.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap1.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap2.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap3.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap4.jpg +0 -0
- data/ApiDemos/res/raw/skycubemap5.jpg +0 -0
- data/ApiDemos/res/raw/sound_ringer_normal.ogg +0 -0
- data/ApiDemos/res/raw/sound_ringer_silent.ogg +0 -0
- data/ApiDemos/res/raw/sound_ringer_vibrate.ogg +0 -0
- data/ApiDemos/res/raw/sound_screen_off.ogg +0 -0
- data/ApiDemos/res/raw/sound_screen_on.ogg +0 -0
- data/ApiDemos/res/raw/sound_view_clicked.ogg +0 -0
- data/ApiDemos/res/raw/sound_view_focused_or_selected.ogg +0 -0
- data/ApiDemos/res/raw/sound_view_hover_enter.ogg +0 -0
- data/ApiDemos/res/raw/sound_window_state_changed.ogg +0 -0
- data/ApiDemos/res/raw/test_cbr.mp3 +0 -0
- data/ApiDemos/res/values-hdpi/strings.xml +0 -19
- data/ApiDemos/res/values-ldpi/strings.xml +0 -19
- data/ApiDemos/res/values-mdpi/strings.xml +0 -19
- data/ApiDemos/res/values-sw600dp/layout.xml +0 -22
- data/ApiDemos/res/values-v11/bools.xml +0 -20
- data/ApiDemos/res/values-v11/styles.xml +0 -29
- data/ApiDemos/res/values-v13/bools.xml +0 -20
- data/ApiDemos/res/values-v14/bools.xml +0 -20
- data/ApiDemos/res/values-xhdpi/strings.xml +0 -19
- data/ApiDemos/res/values-xlarge/layout.xml +0 -22
- data/ApiDemos/res/values/arrays.xml +0 -149
- data/ApiDemos/res/values/attrs.xml +0 -55
- data/ApiDemos/res/values/bools.xml +0 -32
- data/ApiDemos/res/values/colors.xml +0 -32
- data/ApiDemos/res/values/ids.xml +0 -19
- data/ApiDemos/res/values/strings.xml +0 -1343
- data/ApiDemos/res/values/styles.xml +0 -124
- data/ApiDemos/res/xml/advanced_preferences.xml +0 -38
- data/ApiDemos/res/xml/appwidget_provider.xml +0 -28
- data/ApiDemos/res/xml/default_values.xml +0 -44
- data/ApiDemos/res/xml/device_admin_encryption.xml +0 -34
- data/ApiDemos/res/xml/device_admin_expiration.xml +0 -53
- data/ApiDemos/res/xml/device_admin_general.xml +0 -40
- data/ApiDemos/res/xml/device_admin_headers.xml +0 -41
- data/ApiDemos/res/xml/device_admin_lock_wipe.xml +0 -50
- data/ApiDemos/res/xml/device_admin_quality.xml +0 -79
- data/ApiDemos/res/xml/device_admin_sample.xml +0 -30
- data/ApiDemos/res/xml/filter_nfc.xml +0 -28
- data/ApiDemos/res/xml/fragmented_preferences.xml +0 -97
- data/ApiDemos/res/xml/fragmented_preferences_inner.xml +0 -26
- data/ApiDemos/res/xml/preference_dependencies.xml +0 -35
- data/ApiDemos/res/xml/preference_headers.xml +0 -44
- data/ApiDemos/res/xml/preference_switch +0 -46
- data/ApiDemos/res/xml/preferences.xml +0 -101
- data/ApiDemos/res/xml/searchable.xml +0 -30
- data/ApiDemos/res/xml/taskbackconfig.xml +0 -24
- data/ApiDemos/src/com/example/android/apis/ApiDemos.java +0 -149
- data/ApiDemos/src/com/example/android/apis/ApiDemosApplication.java +0 -36
- data/ApiDemos/src/com/example/android/apis/Shakespeare.java +0 -223
- data/ApiDemos/src/com/example/android/apis/accessibility/ClockBackActivity.java +0 -54
- data/ApiDemos/src/com/example/android/apis/accessibility/ClockBackService.java +0 -575
- data/ApiDemos/src/com/example/android/apis/accessibility/CustomViewAccessibilityActivity.java +0 -280
- data/ApiDemos/src/com/example/android/apis/accessibility/TaskBackService.java +0 -190
- data/ApiDemos/src/com/example/android/apis/accessibility/TaskListActivity.java +0 -58
- data/ApiDemos/src/com/example/android/apis/accessibility/TaskListView.java +0 -115
- data/ApiDemos/src/com/example/android/apis/animation/AnimationCloning.java +0 -148
- data/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java +0 -165
- data/ApiDemos/src/com/example/android/apis/animation/AnimationSeeking.java +0 -173
- data/ApiDemos/src/com/example/android/apis/animation/AnimatorEvents.java +0 -237
- data/ApiDemos/src/com/example/android/apis/animation/BouncingBalls.java +0 -184
- data/ApiDemos/src/com/example/android/apis/animation/CustomEvaluator.java +0 -174
- data/ApiDemos/src/com/example/android/apis/animation/FixedGridLayout.java +0 -108
- data/ApiDemos/src/com/example/android/apis/animation/LayoutAnimations.java +0 -210
- data/ApiDemos/src/com/example/android/apis/animation/LayoutAnimationsByDefault.java +0 -61
- data/ApiDemos/src/com/example/android/apis/animation/LayoutAnimationsHideShow.java +0 -178
- data/ApiDemos/src/com/example/android/apis/animation/ListFlipper.java +0 -126
- data/ApiDemos/src/com/example/android/apis/animation/MultiPropertyAnimation.java +0 -178
- data/ApiDemos/src/com/example/android/apis/animation/ReversingAnimation.java +0 -135
- data/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.java +0 -92
- data/ApiDemos/src/com/example/android/apis/animation/ShapeHolder.java +0 -100
- data/ApiDemos/src/com/example/android/apis/animation/Transition3d.java +0 -175
- data/ApiDemos/src/com/example/android/apis/app/ActionBarDisplayOptions.java +0 -124
- data/ApiDemos/src/com/example/android/apis/app/ActionBarMechanics.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/ActionBarSettingsActionProviderActivity.java +0 -111
- data/ApiDemos/src/com/example/android/apis/app/ActionBarShareActionProviderActivity.java +0 -125
- data/ApiDemos/src/com/example/android/apis/app/ActionBarTabs.java +0 -131
- data/ApiDemos/src/com/example/android/apis/app/ActionBarUsage.java +0 -93
- data/ApiDemos/src/com/example/android/apis/app/ActivityRecreate.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/AlarmController.java +0 -168
- data/ApiDemos/src/com/example/android/apis/app/AlarmService.java +0 -89
- data/ApiDemos/src/com/example/android/apis/app/AlarmService_Service.java +0 -131
- data/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.java +0 -423
- data/ApiDemos/src/com/example/android/apis/app/Animation.java +0 -74
- data/ApiDemos/src/com/example/android/apis/app/AppUpdateReceiver.java +0 -34
- data/ApiDemos/src/com/example/android/apis/app/ContactsFilter.java +0 -53
- data/ApiDemos/src/com/example/android/apis/app/ContactsFilterInstrumentation.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/ContactsSelectInstrumentation.java +0 -86
- data/ApiDemos/src/com/example/android/apis/app/CustomDialogActivity.java +0 -48
- data/ApiDemos/src/com/example/android/apis/app/CustomTitle.java +0 -85
- data/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.java +0 -934
- data/ApiDemos/src/com/example/android/apis/app/DialogActivity.java +0 -86
- data/ApiDemos/src/com/example/android/apis/app/ForegroundService.java +0 -240
- data/ApiDemos/src/com/example/android/apis/app/ForwardTarget.java +0 -41
- data/ApiDemos/src/com/example/android/apis/app/Forwarding.java +0 -85
- data/ApiDemos/src/com/example/android/apis/app/FragmentAlertDialog.java +0 -109
- data/ApiDemos/src/com/example/android/apis/app/FragmentArguments.java +0 -108
- data/ApiDemos/src/com/example/android/apis/app/FragmentContextMenu.java +0 -77
- data/ApiDemos/src/com/example/android/apis/app/FragmentCustomAnimations.java +0 -131
- data/ApiDemos/src/com/example/android/apis/app/FragmentDialog.java +0 -168
- data/ApiDemos/src/com/example/android/apis/app/FragmentDialogOrActivity.java +0 -82
- data/ApiDemos/src/com/example/android/apis/app/FragmentHideShow.java +0 -113
- data/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java +0 -220
- data/ApiDemos/src/com/example/android/apis/app/FragmentListArray.java +0 -60
- data/ApiDemos/src/com/example/android/apis/app/FragmentMenu.java +0 -132
- data/ApiDemos/src/com/example/android/apis/app/FragmentReceiveResult.java +0 -133
- data/ApiDemos/src/com/example/android/apis/app/FragmentRetainInstance.java +0 -232
- data/ApiDemos/src/com/example/android/apis/app/FragmentStack.java +0 -124
- data/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java +0 -118
- data/ApiDemos/src/com/example/android/apis/app/HelloWorld.java +0 -66
- data/ApiDemos/src/com/example/android/apis/app/IRemoteService.aidl +0 -37
- data/ApiDemos/src/com/example/android/apis/app/IRemoteServiceCallback.aidl +0 -29
- data/ApiDemos/src/com/example/android/apis/app/ISecondary.aidl +0 -36
- data/ApiDemos/src/com/example/android/apis/app/IncomingMessage.java +0 -197
- data/ApiDemos/src/com/example/android/apis/app/IncomingMessageInterstitial.java +0 -64
- data/ApiDemos/src/com/example/android/apis/app/IncomingMessageView.java +0 -59
- data/ApiDemos/src/com/example/android/apis/app/IntentActivityFlags.java +0 -86
- data/ApiDemos/src/com/example/android/apis/app/Intents.java +0 -47
- data/ApiDemos/src/com/example/android/apis/app/LauncherShortcuts.java +0 -141
- data/ApiDemos/src/com/example/android/apis/app/LoaderCursor.java +0 -177
- data/ApiDemos/src/com/example/android/apis/app/LoaderCustom.java +0 -481
- data/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java +0 -512
- data/ApiDemos/src/com/example/android/apis/app/LocalSample.java +0 -53
- data/ApiDemos/src/com/example/android/apis/app/LocalSampleInstrumentation.java +0 -92
- data/ApiDemos/src/com/example/android/apis/app/LocalService.java +0 -120
- data/ApiDemos/src/com/example/android/apis/app/LocalServiceActivities.java +0 -171
- data/ApiDemos/src/com/example/android/apis/app/MenuInflateFromXml.java +0 -174
- data/ApiDemos/src/com/example/android/apis/app/MessengerService.java +0 -169
- data/ApiDemos/src/com/example/android/apis/app/MessengerServiceActivities.java +0 -178
- data/ApiDemos/src/com/example/android/apis/app/NotificationDisplay.java +0 -82
- data/ApiDemos/src/com/example/android/apis/app/NotifyWithText.java +0 -80
- data/ApiDemos/src/com/example/android/apis/app/NotifyingController.java +0 -61
- data/ApiDemos/src/com/example/android/apis/app/NotifyingService.java +0 -128
- data/ApiDemos/src/com/example/android/apis/app/OneShotAlarm.java +0 -42
- data/ApiDemos/src/com/example/android/apis/app/PersistentState.java +0 -128
- data/ApiDemos/src/com/example/android/apis/app/QuickContactsDemo.java +0 -104
- data/ApiDemos/src/com/example/android/apis/app/ReceiveResult.java +0 -153
- data/ApiDemos/src/com/example/android/apis/app/RedirectEnter.java +0 -59
- data/ApiDemos/src/com/example/android/apis/app/RedirectGetter.java +0 -87
- data/ApiDemos/src/com/example/android/apis/app/RedirectMain.java +0 -122
- data/ApiDemos/src/com/example/android/apis/app/RemoteService.java +0 -652
- data/ApiDemos/src/com/example/android/apis/app/ReorderFour.java +0 -46
- data/ApiDemos/src/com/example/android/apis/app/ReorderOnLaunch.java +0 -44
- data/ApiDemos/src/com/example/android/apis/app/ReorderThree.java +0 -44
- data/ApiDemos/src/com/example/android/apis/app/ReorderTwo.java +0 -44
- data/ApiDemos/src/com/example/android/apis/app/RepeatingAlarm.java +0 -40
- data/ApiDemos/src/com/example/android/apis/app/SaveRestoreState.java +0 -98
- data/ApiDemos/src/com/example/android/apis/app/ScreenOrientation.java +0 -73
- data/ApiDemos/src/com/example/android/apis/app/SearchInvoke.java +0 -241
- data/ApiDemos/src/com/example/android/apis/app/SearchQueryResults.java +0 -118
- data/ApiDemos/src/com/example/android/apis/app/SearchSuggestionSampleProvider.java +0 -50
- data/ApiDemos/src/com/example/android/apis/app/SendResult.java +0 -81
- data/ApiDemos/src/com/example/android/apis/app/ServiceStartArguments.java +0 -272
- data/ApiDemos/src/com/example/android/apis/app/SetWallpaperActivity.java +0 -89
- data/ApiDemos/src/com/example/android/apis/app/SoftInputModes.java +0 -67
- data/ApiDemos/src/com/example/android/apis/app/StatusBarNotifications.java +0 -270
- data/ApiDemos/src/com/example/android/apis/app/TextToSpeechActivity.java +0 -136
- data/ApiDemos/src/com/example/android/apis/app/TranslucentActivity.java +0 -48
- data/ApiDemos/src/com/example/android/apis/app/TranslucentBlurActivity.java +0 -55
- data/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.java +0 -226
- data/ApiDemos/src/com/example/android/apis/app/WallpaperActivity.java +0 -48
- data/ApiDemos/src/com/example/android/apis/appwidget/ExampleAppWidgetConfigure.java +0 -134
- data/ApiDemos/src/com/example/android/apis/appwidget/ExampleAppWidgetProvider.java +0 -122
- data/ApiDemos/src/com/example/android/apis/appwidget/ExampleBroadcastReceiver.java +0 -56
- data/ApiDemos/src/com/example/android/apis/content/ClipboardSample.java +0 -144
- data/ApiDemos/src/com/example/android/apis/content/ExternalStorage.java +0 -376
- data/ApiDemos/src/com/example/android/apis/content/FileProvider.java +0 -114
- data/ApiDemos/src/com/example/android/apis/content/InstallApk.java +0 -179
- data/ApiDemos/src/com/example/android/apis/content/PickContact.java +0 -114
- data/ApiDemos/src/com/example/android/apis/content/ReadAsset.java +0 -73
- data/ApiDemos/src/com/example/android/apis/content/ResourcesLayoutReference.java +0 -33
- data/ApiDemos/src/com/example/android/apis/content/ResourcesSample.java +0 -90
- data/ApiDemos/src/com/example/android/apis/content/ResourcesSmallestWidth.java +0 -33
- data/ApiDemos/src/com/example/android/apis/content/ResourcesWidthAndHeight.java +0 -33
- data/ApiDemos/src/com/example/android/apis/content/StyledText.java +0 -51
- data/ApiDemos/src/com/example/android/apis/graphics/AlphaBitmap.java +0 -91
- data/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawable.java +0 -72
- data/ApiDemos/src/com/example/android/apis/graphics/AnimateDrawables.java +0 -67
- data/ApiDemos/src/com/example/android/apis/graphics/Arcs.java +0 -118
- data/ApiDemos/src/com/example/android/apis/graphics/BitmapDecode.java +0 -144
- data/ApiDemos/src/com/example/android/apis/graphics/BitmapMesh.java +0 -130
- data/ApiDemos/src/com/example/android/apis/graphics/BitmapPixels.java +0 -161
- data/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.java +0 -311
- data/ApiDemos/src/com/example/android/apis/graphics/Clipping.java +0 -111
- data/ApiDemos/src/com/example/android/apis/graphics/ColorFilters.java +0 -180
- data/ApiDemos/src/com/example/android/apis/graphics/ColorMatrixSample.java +0 -122
- data/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.java +0 -233
- data/ApiDemos/src/com/example/android/apis/graphics/Compass.java +0 -130
- data/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.java +0 -157
- data/ApiDemos/src/com/example/android/apis/graphics/CreateBitmap.java +0 -126
- data/ApiDemos/src/com/example/android/apis/graphics/Cube.java +0 -100
- data/ApiDemos/src/com/example/android/apis/graphics/CubeMapActivity.java +0 -416
- data/ApiDemos/src/com/example/android/apis/graphics/CubeRenderer.java +0 -108
- data/ApiDemos/src/com/example/android/apis/graphics/DensityActivity.java +0 -220
- data/ApiDemos/src/com/example/android/apis/graphics/DrawPoints.java +0 -79
- data/ApiDemos/src/com/example/android/apis/graphics/FingerPaint.java +0 -208
- data/ApiDemos/src/com/example/android/apis/graphics/FrameBufferObjectActivity.java +0 -282
- data/ApiDemos/src/com/example/android/apis/graphics/GLES20Activity.java +0 -72
- data/ApiDemos/src/com/example/android/apis/graphics/GLES20TriangleRenderer.java +0 -255
- data/ApiDemos/src/com/example/android/apis/graphics/GLSurfaceViewActivity.java +0 -56
- data/ApiDemos/src/com/example/android/apis/graphics/GradientDrawable1.java +0 -31
- data/ApiDemos/src/com/example/android/apis/graphics/GraphicsActivity.java +0 -43
- data/ApiDemos/src/com/example/android/apis/graphics/Layers.java +0 -65
- data/ApiDemos/src/com/example/android/apis/graphics/MatrixPaletteActivity.java +0 -52
- data/ApiDemos/src/com/example/android/apis/graphics/MatrixPaletteRenderer.java +0 -408
- data/ApiDemos/src/com/example/android/apis/graphics/MeasureText.java +0 -112
- data/ApiDemos/src/com/example/android/apis/graphics/PathEffects.java +0 -121
- data/ApiDemos/src/com/example/android/apis/graphics/PathFillTypes.java +0 -77
- data/ApiDemos/src/com/example/android/apis/graphics/Patterns.java +0 -125
- data/ApiDemos/src/com/example/android/apis/graphics/PictureLayout.java +0 -161
- data/ApiDemos/src/com/example/android/apis/graphics/Pictures.java +0 -81
- data/ApiDemos/src/com/example/android/apis/graphics/PolyToPoly.java +0 -107
- data/ApiDemos/src/com/example/android/apis/graphics/ProxyDrawable.java +0 -102
- data/ApiDemos/src/com/example/android/apis/graphics/PurgeableBitmap.java +0 -118
- data/ApiDemos/src/com/example/android/apis/graphics/PurgeableBitmapView.java +0 -116
- data/ApiDemos/src/com/example/android/apis/graphics/Regions.java +0 -126
- data/ApiDemos/src/com/example/android/apis/graphics/RoundRects.java +0 -113
- data/ApiDemos/src/com/example/android/apis/graphics/ScaleToFit.java +0 -121
- data/ApiDemos/src/com/example/android/apis/graphics/SensorTest.java +0 -213
- data/ApiDemos/src/com/example/android/apis/graphics/ShapeDrawable1.java +0 -136
- data/ApiDemos/src/com/example/android/apis/graphics/StaticTriangleRenderer.java +0 -274
- data/ApiDemos/src/com/example/android/apis/graphics/SurfaceViewOverlay.java +0 -116
- data/ApiDemos/src/com/example/android/apis/graphics/Sweep.java +0 -97
- data/ApiDemos/src/com/example/android/apis/graphics/TextAlign.java +0 -161
- data/ApiDemos/src/com/example/android/apis/graphics/TouchPaint.java +0 -528
- data/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.java +0 -184
- data/ApiDemos/src/com/example/android/apis/graphics/TranslucentGLSurfaceViewActivity.java +0 -63
- data/ApiDemos/src/com/example/android/apis/graphics/TriangleActivity.java +0 -49
- data/ApiDemos/src/com/example/android/apis/graphics/TriangleRenderer.java +0 -241
- data/ApiDemos/src/com/example/android/apis/graphics/Typefaces.java +0 -55
- data/ApiDemos/src/com/example/android/apis/graphics/UnicodeChart.java +0 -119
- data/ApiDemos/src/com/example/android/apis/graphics/Vertices.java +0 -103
- data/ApiDemos/src/com/example/android/apis/graphics/WindowSurface.java +0 -271
- data/ApiDemos/src/com/example/android/apis/graphics/Xfermodes.java +0 -171
- data/ApiDemos/src/com/example/android/apis/graphics/kube/Cube.java +0 -57
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLColor.java +0 -51
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLFace.java +0 -94
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLShape.java +0 -102
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLVertex.java +0 -89
- data/ApiDemos/src/com/example/android/apis/graphics/kube/GLWorld.java +0 -98
- data/ApiDemos/src/com/example/android/apis/graphics/kube/Kube.java +0 -342
- data/ApiDemos/src/com/example/android/apis/graphics/kube/KubeRenderer.java +0 -116
- data/ApiDemos/src/com/example/android/apis/graphics/kube/Layer.java +0 -101
- data/ApiDemos/src/com/example/android/apis/graphics/kube/M4.java +0 -80
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/Grid.java +0 -140
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/LabelMaker.java +0 -411
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixGrabber.java +0 -63
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixStack.java +0 -179
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixTrackingGL.java +0 -1086
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/NumericSprite.java +0 -99
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/Projector.java +0 -84
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextActivity.java +0 -52
- data/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextRenderer.java +0 -354
- data/ApiDemos/src/com/example/android/apis/media/AudioFxDemo.java +0 -252
- data/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo.java +0 -102
- data/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Audio.java +0 -102
- data/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.java +0 -219
- data/ApiDemos/src/com/example/android/apis/media/VideoViewDemo.java +0 -61
- data/ApiDemos/src/com/example/android/apis/nfc/ForegroundDispatch.java +0 -93
- data/ApiDemos/src/com/example/android/apis/nfc/ForegroundNdefPush.java +0 -86
- data/ApiDemos/src/com/example/android/apis/nfc/TechFilter.java +0 -51
- data/ApiDemos/src/com/example/android/apis/os/MorseCode.java +0 -93
- data/ApiDemos/src/com/example/android/apis/os/MorseCodeConverter.java +0 -141
- data/ApiDemos/src/com/example/android/apis/os/RotationVectorDemo.java +0 -216
- data/ApiDemos/src/com/example/android/apis/os/Sensors.java +0 -241
- data/ApiDemos/src/com/example/android/apis/os/SmsMessageReceiver.java +0 -78
- data/ApiDemos/src/com/example/android/apis/os/SmsMessagingDemo.java +0 -159
- data/ApiDemos/src/com/example/android/apis/os/SmsReceivedDialog.java +0 -115
- data/ApiDemos/src/com/example/android/apis/preference/AdvancedPreferences.java +0 -94
- data/ApiDemos/src/com/example/android/apis/preference/DefaultValues.java +0 -61
- data/ApiDemos/src/com/example/android/apis/preference/FragmentPreferences.java +0 -52
- data/ApiDemos/src/com/example/android/apis/preference/LaunchingPreferences.java +0 -100
- data/ApiDemos/src/com/example/android/apis/preference/MyPreference.java +0 -171
- data/ApiDemos/src/com/example/android/apis/preference/PreferenceDependencies.java +0 -33
- data/ApiDemos/src/com/example/android/apis/preference/PreferenceWithHeaders.java +0 -108
- data/ApiDemos/src/com/example/android/apis/preference/PreferencesFromCode.java +0 -151
- data/ApiDemos/src/com/example/android/apis/preference/PreferencesFromXml.java +0 -34
- data/ApiDemos/src/com/example/android/apis/preference/SwitchPreference.java +0 -38
- data/ApiDemos/src/com/example/android/apis/text/Link.java +0 -84
- data/ApiDemos/src/com/example/android/apis/text/LogTextBox.java +0 -64
- data/ApiDemos/src/com/example/android/apis/text/LogTextBox1.java +0 -50
- data/ApiDemos/src/com/example/android/apis/text/Marquee.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/Animation1.java +0 -45
- data/ApiDemos/src/com/example/android/apis/view/Animation2.java +0 -90
- data/ApiDemos/src/com/example/android/apis/view/Animation3.java +0 -101
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete1.java +0 -82
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete2.java +0 -41
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete3.java +0 -43
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete4.java +0 -103
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete5.java +0 -44
- data/ApiDemos/src/com/example/android/apis/view/AutoComplete6.java +0 -83
- data/ApiDemos/src/com/example/android/apis/view/Baseline1.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline2.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline3.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/Baseline4.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline6.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/Baseline7.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/BaselineNested1.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/BaselineNested2.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/BaselineNested3.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/Buttons1.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/CheckableFrameLayout.java +0 -49
- data/ApiDemos/src/com/example/android/apis/view/Cheeses.java +0 -155
- data/ApiDemos/src/com/example/android/apis/view/ChronometerDemo.java +0 -90
- data/ApiDemos/src/com/example/android/apis/view/Controls1.java +0 -54
- data/ApiDemos/src/com/example/android/apis/view/Controls2.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls3.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls4.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls5.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/Controls6.java +0 -19
- data/ApiDemos/src/com/example/android/apis/view/CustomView1.java +0 -40
- data/ApiDemos/src/com/example/android/apis/view/DateWidgets1.java +0 -156
- data/ApiDemos/src/com/example/android/apis/view/DateWidgets2.java +0 -68
- data/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.java +0 -72
- data/ApiDemos/src/com/example/android/apis/view/DraggableDot.java +0 -261
- data/ApiDemos/src/com/example/android/apis/view/ExpandableList1.java +0 -160
- data/ApiDemos/src/com/example/android/apis/view/ExpandableList2.java +0 -138
- data/ApiDemos/src/com/example/android/apis/view/ExpandableList3.java +0 -76
- data/ApiDemos/src/com/example/android/apis/view/Focus1.java +0 -47
- data/ApiDemos/src/com/example/android/apis/view/Focus2.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/Focus3.java +0 -45
- data/ApiDemos/src/com/example/android/apis/view/Focus5.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/Gallery1.java +0 -139
- data/ApiDemos/src/com/example/android/apis/view/Gallery2.java +0 -61
- data/ApiDemos/src/com/example/android/apis/view/GameControllerInput.java +0 -460
- data/ApiDemos/src/com/example/android/apis/view/GameView.java +0 -747
- data/ApiDemos/src/com/example/android/apis/view/Grid1.java +0 -95
- data/ApiDemos/src/com/example/android/apis/view/Grid2.java +0 -166
- data/ApiDemos/src/com/example/android/apis/view/Grid3.java +0 -164
- data/ApiDemos/src/com/example/android/apis/view/GridLayout0.java +0 -113
- data/ApiDemos/src/com/example/android/apis/view/GridLayout1.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/HorizontalScrollView1.java +0 -33
- data/ApiDemos/src/com/example/android/apis/view/Hover.java +0 -96
- data/ApiDemos/src/com/example/android/apis/view/HoverInterceptorView.java +0 -71
- data/ApiDemos/src/com/example/android/apis/view/ImageButton1.java +0 -33
- data/ApiDemos/src/com/example/android/apis/view/ImageSwitcher1.java +0 -120
- data/ApiDemos/src/com/example/android/apis/view/ImageView1.java +0 -36
- data/ApiDemos/src/com/example/android/apis/view/InternalSelectionFocus.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/InternalSelectionScroll.java +0 -64
- data/ApiDemos/src/com/example/android/apis/view/InternalSelectionView.java +0 -272
- data/ApiDemos/src/com/example/android/apis/view/LabelView.java +0 -194
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation1.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation2.java +0 -64
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation3.java +0 -44
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation4.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation5.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation6.java +0 -81
- data/ApiDemos/src/com/example/android/apis/view/LayoutAnimation7.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout1.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout10.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout2.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout3.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout4.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout5.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout6.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout7.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout8.java +0 -106
- data/ApiDemos/src/com/example/android/apis/view/LinearLayout9.java +0 -41
- data/ApiDemos/src/com/example/android/apis/view/List1.java +0 -42
- data/ApiDemos/src/com/example/android/apis/view/List10.java +0 -49
- data/ApiDemos/src/com/example/android/apis/view/List11.java +0 -49
- data/ApiDemos/src/com/example/android/apis/view/List12.java +0 -83
- data/ApiDemos/src/com/example/android/apis/view/List13.java +0 -341
- data/ApiDemos/src/com/example/android/apis/view/List14.java +0 -141
- data/ApiDemos/src/com/example/android/apis/view/List15.java +0 -104
- data/ApiDemos/src/com/example/android/apis/view/List16.java +0 -100
- data/ApiDemos/src/com/example/android/apis/view/List17.java +0 -57
- data/ApiDemos/src/com/example/android/apis/view/List2.java +0 -57
- data/ApiDemos/src/com/example/android/apis/view/List3.java +0 -84
- data/ApiDemos/src/com/example/android/apis/view/List4.java +0 -154
- data/ApiDemos/src/com/example/android/apis/view/List5.java +0 -118
- data/ApiDemos/src/com/example/android/apis/view/List6.java +0 -410
- data/ApiDemos/src/com/example/android/apis/view/List7.java +0 -99
- data/ApiDemos/src/com/example/android/apis/view/List8.java +0 -133
- data/ApiDemos/src/com/example/android/apis/view/List9.java +0 -144
- data/ApiDemos/src/com/example/android/apis/view/OverscanActivity.java +0 -184
- data/ApiDemos/src/com/example/android/apis/view/PopupMenu1.java +0 -53
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar1.java +0 -84
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar2.java +0 -44
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar3.java +0 -84
- data/ApiDemos/src/com/example/android/apis/view/ProgressBar4.java +0 -51
- data/ApiDemos/src/com/example/android/apis/view/RadioGroup1.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/RatingBar1.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/RelativeLayout1.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/RelativeLayout2.java +0 -38
- data/ApiDemos/src/com/example/android/apis/view/RotatingButton.java +0 -152
- data/ApiDemos/src/com/example/android/apis/view/ScrollBar1.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/ScrollBar2.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/ScrollBar3.java +0 -35
- data/ApiDemos/src/com/example/android/apis/view/ScrollView1.java +0 -37
- data/ApiDemos/src/com/example/android/apis/view/ScrollView2.java +0 -52
- data/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.java +0 -115
- data/ApiDemos/src/com/example/android/apis/view/SearchViewAlwaysVisible.java +0 -46
- data/ApiDemos/src/com/example/android/apis/view/SearchViewFilterMode.java +0 -78
- data/ApiDemos/src/com/example/android/apis/view/SecureView.java +0 -144
- data/ApiDemos/src/com/example/android/apis/view/SecureViewOverlay.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/SeekBar1.java +0 -60
- data/ApiDemos/src/com/example/android/apis/view/Spinner1.java +0 -78
- data/ApiDemos/src/com/example/android/apis/view/SplitTouchView.java +0 -66
- data/ApiDemos/src/com/example/android/apis/view/Switches.java +0 -47
- data/ApiDemos/src/com/example/android/apis/view/TableLayout1.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout10.java +0 -31
- data/ApiDemos/src/com/example/android/apis/view/TableLayout11.java +0 -34
- data/ApiDemos/src/com/example/android/apis/view/TableLayout12.java +0 -34
- data/ApiDemos/src/com/example/android/apis/view/TableLayout2.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout3.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout4.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout5.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout6.java +0 -32
- data/ApiDemos/src/com/example/android/apis/view/TableLayout7.java +0 -80
- data/ApiDemos/src/com/example/android/apis/view/TableLayout8.java +0 -71
- data/ApiDemos/src/com/example/android/apis/view/TableLayout9.java +0 -48
- data/ApiDemos/src/com/example/android/apis/view/Tabs1.java +0 -50
- data/ApiDemos/src/com/example/android/apis/view/Tabs2.java +0 -57
- data/ApiDemos/src/com/example/android/apis/view/Tabs3.java +0 -50
- data/ApiDemos/src/com/example/android/apis/view/Tabs4.java +0 -23
- data/ApiDemos/src/com/example/android/apis/view/Tabs5.java +0 -54
- data/ApiDemos/src/com/example/android/apis/view/Tabs6.java +0 -55
- data/ApiDemos/src/com/example/android/apis/view/TextSwitcher1.java +0 -79
- data/ApiDemos/src/com/example/android/apis/view/Visibility1.java +0 -74
- data/ApiDemos/src/com/example/android/apis/view/WebView1.java +0 -71
- data/ApiDemos/tests/AndroidManifest.xml +0 -37
- data/ApiDemos/tests/ant.properties +0 -18
- data/ApiDemos/tests/build.xml +0 -83
- data/ApiDemos/tests/local.properties +0 -10
- data/ApiDemos/tests/proguard-project.txt +0 -20
- data/ApiDemos/tests/project.properties +0 -14
- data/ApiDemos/tests/src/com/example/android/apis/AllTests.java +0 -53
- data/ApiDemos/tests/src/com/example/android/apis/ApiDemosApplicationTests.java +0 -62
- data/ApiDemos/tests/src/com/example/android/apis/ApiDemosTest.java +0 -40
- data/ApiDemos/tests/src/com/example/android/apis/app/ForwardingTest.java +0 -129
- data/ApiDemos/tests/src/com/example/android/apis/app/LocalServiceTest.java +0 -80
- data/ApiDemos/tests/src/com/example/android/apis/os/MorseCodeConverterTest.java +0 -54
- data/ApiDemos/tests/src/com/example/android/apis/view/Focus2ActivityTest.java +0 -111
- data/ApiDemos/tests/src/com/example/android/apis/view/Focus2AndroidTest.java +0 -113
- data/ChangeLog +0 -16
- data/Gemfile +0 -12
- data/Guardfile +0 -17
- data/LICENSE +0 -22
- data/README.md +0 -72
- data/Rakefile +0 -24
- data/cucumber.yml +0 -14
- data/features/step_definitions/calabash_steps.rb +0 -1
- data/features/support/app_installation_hooks.rb +0 -23
- data/features/support/app_life_cycle_hooks.rb +0 -11
- data/gametel.gemspec +0 -23
- data/irb_android.sh +0 -2
- data/lib/gametel/platforms/calabash.rb +0 -155
data/.calabash_settings
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"package_name":"com.example.android.apis","activity_name":"com.example.android.apis.ApiDemos","app_path":"/Users/leviwilson/git/leandog/gametel/ApiDemos/bin/ApiDemos.apk","api_level":"15","keystore_location":"/Users/leviwilson/.android/debug.keystore","keystore_password":"android","keystore_alias":"androiddebugkey","keystore_alias_password":"android"}
|
data/.gitignore
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
*.gem
|
2
|
-
*.rbc
|
3
|
-
*.swp
|
4
|
-
*.class
|
5
|
-
*.cache
|
6
|
-
*.d
|
7
|
-
.bundle
|
8
|
-
.config
|
9
|
-
.yardoc
|
10
|
-
Gemfile.lock
|
11
|
-
InstalledFiles
|
12
|
-
_yardoc
|
13
|
-
coverage
|
14
|
-
doc/
|
15
|
-
lib/bundler/man
|
16
|
-
pkg
|
17
|
-
rdoc
|
18
|
-
spec/reports
|
19
|
-
test/tmp
|
20
|
-
test/version_tmp
|
21
|
-
tmp
|
22
|
-
Test.apk
|
23
|
-
results
|
24
|
-
ApiDemos/gen
|
25
|
-
ApiDemos/bin
|
26
|
-
test_servers
|
data/.irbrc
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
require 'rubygems'
|
2
|
-
require 'irb/completion'
|
3
|
-
require 'irb/ext/save-history'
|
4
|
-
|
5
|
-
ARGV.concat [ "--readline",
|
6
|
-
"--prompt-mode",
|
7
|
-
"simple" ]
|
8
|
-
|
9
|
-
# 25 entries in the list
|
10
|
-
IRB.conf[:SAVE_HISTORY] = 50
|
11
|
-
|
12
|
-
# Store results in home directory with specified file name
|
13
|
-
IRB.conf[:HISTORY_FILE] = ".irb-history"
|
14
|
-
|
15
|
-
require 'calabash-android/operations'
|
16
|
-
include Calabash::Android::Operations
|
data/.rspec
DELETED
data/.rvmrc
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
rvm ruby-1.9.3-p194
|
data/.travis.yml
DELETED
data/ApiDemos/.classpath
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<classpath>
|
3
|
-
<classpathentry kind="src" path="src"/>
|
4
|
-
<classpathentry kind="src" path="gen"/>
|
5
|
-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
6
|
-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
7
|
-
<classpathentry kind="output" path="bin/classes"/>
|
8
|
-
</classpath>
|
data/ApiDemos/.project
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<projectDescription>
|
3
|
-
<name>ApiDemos</name>
|
4
|
-
<comment></comment>
|
5
|
-
<projects>
|
6
|
-
</projects>
|
7
|
-
<buildSpec>
|
8
|
-
<buildCommand>
|
9
|
-
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
10
|
-
<arguments>
|
11
|
-
</arguments>
|
12
|
-
</buildCommand>
|
13
|
-
<buildCommand>
|
14
|
-
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
15
|
-
<arguments>
|
16
|
-
</arguments>
|
17
|
-
</buildCommand>
|
18
|
-
<buildCommand>
|
19
|
-
<name>org.eclipse.jdt.core.javabuilder</name>
|
20
|
-
<arguments>
|
21
|
-
</arguments>
|
22
|
-
</buildCommand>
|
23
|
-
<buildCommand>
|
24
|
-
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
25
|
-
<arguments>
|
26
|
-
</arguments>
|
27
|
-
</buildCommand>
|
28
|
-
</buildSpec>
|
29
|
-
<natures>
|
30
|
-
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
31
|
-
<nature>org.eclipse.jdt.core.javanature</nature>
|
32
|
-
</natures>
|
33
|
-
</projectDescription>
|
@@ -1,2715 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!-- Copyright (C) 2007 The Android Open Source Project
|
3
|
-
|
4
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
you may not use this file except in compliance with the License.
|
6
|
-
You may obtain a copy of the License at
|
7
|
-
|
8
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
|
10
|
-
Unless required by applicable law or agreed to in writing, software
|
11
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
See the License for the specific language governing permissions and
|
14
|
-
limitations under the License.
|
15
|
-
-->
|
16
|
-
|
17
|
-
<!-- Declare the contents of this Android application. The namespace
|
18
|
-
attribute brings in the Android platform namespace, and the package
|
19
|
-
supplies a unique name for the application. When writing your
|
20
|
-
own application, the package name must be changed from "com.example.*"
|
21
|
-
to come from a domain that you own or have control over. -->
|
22
|
-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
23
|
-
package="com.example.android.apis">
|
24
|
-
|
25
|
-
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
26
|
-
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
|
27
|
-
<uses-permission android:name="android.permission.VIBRATE" />
|
28
|
-
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
29
|
-
<uses-permission android:name="android.permission.INTERNET" />
|
30
|
-
<uses-permission android:name="android.permission.SET_WALLPAPER" />
|
31
|
-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
32
|
-
<uses-permission android:name="android.permission.SEND_SMS" />
|
33
|
-
<uses-permission android:name="android.permission.RECEIVE_SMS" />
|
34
|
-
<uses-permission android:name="android.permission.NFC" />
|
35
|
-
|
36
|
-
<!-- For android.media.audiofx.Visualizer -->
|
37
|
-
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
38
|
-
|
39
|
-
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14" />
|
40
|
-
|
41
|
-
<!-- We will request access to the camera, saying we require a camera
|
42
|
-
of some sort but not one with autofocus capability. -->
|
43
|
-
<uses-permission android:name="android.permission.CAMERA" />
|
44
|
-
<uses-feature android:name="android.hardware.camera" />
|
45
|
-
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
46
|
-
|
47
|
-
<application android:name="ApiDemosApplication"
|
48
|
-
android:label="@string/activity_sample_code"
|
49
|
-
android:icon="@drawable/app_sample_code"
|
50
|
-
android:hardwareAccelerated="true">
|
51
|
-
|
52
|
-
<!-- This is how we can request a library but still allow the app
|
53
|
-
to be installed if it doesn't exist. -->
|
54
|
-
<uses-library android:name="com.example.will.never.exist" android:required="false" />
|
55
|
-
|
56
|
-
<activity android:name="ApiDemos">
|
57
|
-
<intent-filter>
|
58
|
-
<action android:name="android.intent.action.MAIN" />
|
59
|
-
<category android:name="android.intent.category.DEFAULT" />
|
60
|
-
<category android:name="android.intent.category.LAUNCHER" />
|
61
|
-
</intent-filter>
|
62
|
-
</activity>
|
63
|
-
|
64
|
-
<!-- ************************************* -->
|
65
|
-
<!-- APPLICATION PACKAGE SAMPLES -->
|
66
|
-
<!-- ************************************* -->
|
67
|
-
|
68
|
-
<!-- Activity Samples -->
|
69
|
-
|
70
|
-
<activity android:name=".app.HelloWorld" android:label="@string/activity_hello_world">
|
71
|
-
<intent-filter>
|
72
|
-
<action android:name="android.intent.action.MAIN" />
|
73
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
74
|
-
</intent-filter>
|
75
|
-
</activity>
|
76
|
-
|
77
|
-
<activity android:name=".app.DialogActivity"
|
78
|
-
android:label="@string/activity_dialog"
|
79
|
-
android:theme="@android:style/Theme.Holo.Dialog">
|
80
|
-
<intent-filter>
|
81
|
-
<action android:name="android.intent.action.MAIN" />
|
82
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
83
|
-
</intent-filter>
|
84
|
-
</activity>
|
85
|
-
|
86
|
-
<activity android:name=".app.CustomDialogActivity"
|
87
|
-
android:label="@string/activity_custom_dialog"
|
88
|
-
android:theme="@style/Theme.CustomDialog">
|
89
|
-
<intent-filter>
|
90
|
-
<action android:name="android.intent.action.MAIN" />
|
91
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
92
|
-
</intent-filter>
|
93
|
-
</activity>
|
94
|
-
|
95
|
-
<activity android:name=".app.QuickContactsDemo"
|
96
|
-
android:label="@string/quick_contacts_demo">
|
97
|
-
<intent-filter>
|
98
|
-
<action android:name="android.intent.action.MAIN" />
|
99
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
100
|
-
</intent-filter>
|
101
|
-
</activity>
|
102
|
-
|
103
|
-
<activity android:name=".app.WallpaperActivity"
|
104
|
-
android:label="@string/activity_wallpaper"
|
105
|
-
android:theme="@style/Theme.Wallpaper">
|
106
|
-
<intent-filter>
|
107
|
-
<action android:name="android.intent.action.MAIN" />
|
108
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
109
|
-
</intent-filter>
|
110
|
-
</activity>
|
111
|
-
|
112
|
-
<activity android:name=".app.TranslucentActivity"
|
113
|
-
android:label="@string/activity_translucent"
|
114
|
-
android:theme="@style/Theme.Translucent">
|
115
|
-
<intent-filter>
|
116
|
-
<action android:name="android.intent.action.MAIN" />
|
117
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
118
|
-
</intent-filter>
|
119
|
-
</activity>
|
120
|
-
|
121
|
-
<activity android:name=".app.TranslucentBlurActivity"
|
122
|
-
android:label="@string/activity_translucent_blur"
|
123
|
-
android:theme="@style/Theme.Transparent">
|
124
|
-
<intent-filter>
|
125
|
-
<action android:name="android.intent.action.MAIN" />
|
126
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
127
|
-
</intent-filter>
|
128
|
-
</activity>
|
129
|
-
|
130
|
-
<activity android:name=".app.Animation" android:label="@string/activity_animation">
|
131
|
-
<intent-filter>
|
132
|
-
<action android:name="android.intent.action.MAIN" />
|
133
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
134
|
-
</intent-filter>
|
135
|
-
</activity>
|
136
|
-
|
137
|
-
<activity android:name=".app.SaveRestoreState"
|
138
|
-
android:label="@string/activity_save_restore"
|
139
|
-
android:windowSoftInputMode="stateVisible|adjustResize">
|
140
|
-
<intent-filter>
|
141
|
-
<action android:name="android.intent.action.MAIN" />
|
142
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
143
|
-
</intent-filter>
|
144
|
-
</activity>
|
145
|
-
|
146
|
-
<activity android:name=".app.PersistentState"
|
147
|
-
android:label="@string/activity_persistent"
|
148
|
-
android:windowSoftInputMode="stateVisible|adjustResize">
|
149
|
-
<intent-filter>
|
150
|
-
<action android:name="android.intent.action.MAIN" />
|
151
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
152
|
-
</intent-filter>
|
153
|
-
</activity>
|
154
|
-
|
155
|
-
<activity android:name=".app.ActivityRecreate"
|
156
|
-
android:label="@string/activity_recreate"
|
157
|
-
android:enabled="@bool/atLeastHoneycomb">
|
158
|
-
<intent-filter>
|
159
|
-
<action android:name="android.intent.action.MAIN" />
|
160
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
161
|
-
</intent-filter>
|
162
|
-
</activity>
|
163
|
-
|
164
|
-
<activity android:name=".app.SoftInputModes"
|
165
|
-
android:label="@string/soft_input_modes">
|
166
|
-
<intent-filter>
|
167
|
-
<action android:name="android.intent.action.MAIN" />
|
168
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
169
|
-
</intent-filter>
|
170
|
-
</activity>
|
171
|
-
|
172
|
-
<activity android:name=".app.ReceiveResult" android:label="@string/activity_receive_result">
|
173
|
-
<intent-filter>
|
174
|
-
<action android:name="android.intent.action.MAIN" />
|
175
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
176
|
-
</intent-filter>
|
177
|
-
</activity>
|
178
|
-
|
179
|
-
<activity android:name=".app.SendResult"
|
180
|
-
android:theme="@style/ThemeDialogWhenLarge">
|
181
|
-
</activity>
|
182
|
-
|
183
|
-
<activity android:name=".app.Forwarding" android:label="@string/activity_forwarding">
|
184
|
-
<intent-filter>
|
185
|
-
<action android:name="android.intent.action.MAIN" />
|
186
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
187
|
-
</intent-filter>
|
188
|
-
</activity>
|
189
|
-
|
190
|
-
<activity android:name=".app.ForwardTarget">
|
191
|
-
</activity>
|
192
|
-
|
193
|
-
<activity android:name=".app.RedirectEnter" android:label="@string/activity_redirect">
|
194
|
-
<intent-filter>
|
195
|
-
<action android:name="android.intent.action.MAIN" />
|
196
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
197
|
-
</intent-filter>
|
198
|
-
</activity>
|
199
|
-
|
200
|
-
<activity android:name=".app.RedirectMain">
|
201
|
-
</activity>
|
202
|
-
|
203
|
-
<activity android:name=".app.RedirectGetter">
|
204
|
-
</activity>
|
205
|
-
|
206
|
-
<!-- This sample doesn't work with the new action bar, so use
|
207
|
-
the old style theme. -->
|
208
|
-
<activity android:name=".app.CustomTitle"
|
209
|
-
android:label="@string/activity_custom_title"
|
210
|
-
android:windowSoftInputMode="stateVisible|adjustPan"
|
211
|
-
android:theme="@android:style/Theme">
|
212
|
-
<intent-filter>
|
213
|
-
<action android:name="android.intent.action.MAIN" />
|
214
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
215
|
-
</intent-filter>
|
216
|
-
</activity>
|
217
|
-
|
218
|
-
<activity android:name=".app.ReorderOnLaunch"
|
219
|
-
android:label="@string/activity_reorder">
|
220
|
-
<intent-filter>
|
221
|
-
<action android:name="android.intent.action.MAIN" />
|
222
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
223
|
-
</intent-filter>
|
224
|
-
</activity>
|
225
|
-
|
226
|
-
<activity android:name=".app.ReorderTwo" />
|
227
|
-
<activity android:name=".app.ReorderThree" />
|
228
|
-
<activity android:name=".app.ReorderFour" />
|
229
|
-
|
230
|
-
<activity android:name=".app.SetWallpaperActivity"
|
231
|
-
android:label="@string/activity_setwallpaper">
|
232
|
-
<intent-filter>
|
233
|
-
<action android:name="android.intent.action.MAIN" />
|
234
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
235
|
-
</intent-filter>
|
236
|
-
</activity>
|
237
|
-
|
238
|
-
<activity android:name=".app.ScreenOrientation"
|
239
|
-
android:label="@string/activity_screen_orientation">
|
240
|
-
<intent-filter>
|
241
|
-
<action android:name="android.intent.action.MAIN" />
|
242
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
243
|
-
</intent-filter>
|
244
|
-
</activity>
|
245
|
-
|
246
|
-
<!-- Fragment Samples -->
|
247
|
-
|
248
|
-
<activity android:name=".app.FragmentAlertDialog"
|
249
|
-
android:label="@string/fragment_alert_dialog"
|
250
|
-
android:enabled="@bool/atLeastHoneycomb">
|
251
|
-
<intent-filter>
|
252
|
-
<action android:name="android.intent.action.MAIN" />
|
253
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
254
|
-
</intent-filter>
|
255
|
-
</activity>
|
256
|
-
|
257
|
-
<activity android:name=".app.FragmentArguments"
|
258
|
-
android:label="@string/fragment_arguments"
|
259
|
-
android:enabled="@bool/atLeastHoneycomb">
|
260
|
-
<intent-filter>
|
261
|
-
<action android:name="android.intent.action.MAIN" />
|
262
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
263
|
-
</intent-filter>
|
264
|
-
</activity>
|
265
|
-
|
266
|
-
<activity android:name=".app.FragmentCustomAnimations"
|
267
|
-
android:label="@string/fragment_custom_animations"
|
268
|
-
android:enabled="@bool/atLeastHoneycombMR2">
|
269
|
-
<intent-filter>
|
270
|
-
<action android:name="android.intent.action.MAIN" />
|
271
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
272
|
-
</intent-filter>
|
273
|
-
</activity>
|
274
|
-
|
275
|
-
<activity android:name=".app.FragmentHideShow"
|
276
|
-
android:label="@string/fragment_hide_show"
|
277
|
-
android:windowSoftInputMode="stateUnchanged"
|
278
|
-
android:enabled="@bool/atLeastHoneycomb">
|
279
|
-
<intent-filter>
|
280
|
-
<action android:name="android.intent.action.MAIN" />
|
281
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
282
|
-
</intent-filter>
|
283
|
-
</activity>
|
284
|
-
|
285
|
-
<activity android:name=".app.FragmentContextMenu"
|
286
|
-
android:label="@string/fragment_context_menu"
|
287
|
-
android:enabled="@bool/atLeastHoneycomb">
|
288
|
-
<intent-filter>
|
289
|
-
<action android:name="android.intent.action.MAIN" />
|
290
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
291
|
-
</intent-filter>
|
292
|
-
</activity>
|
293
|
-
|
294
|
-
<activity android:name=".app.FragmentDialog"
|
295
|
-
android:label="@string/fragment_dialog"
|
296
|
-
android:enabled="@bool/atLeastHoneycomb">
|
297
|
-
<intent-filter>
|
298
|
-
<action android:name="android.intent.action.MAIN" />
|
299
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
300
|
-
</intent-filter>
|
301
|
-
</activity>
|
302
|
-
|
303
|
-
<activity android:name=".app.FragmentDialogOrActivity"
|
304
|
-
android:label="@string/fragment_dialog_or_activity"
|
305
|
-
android:enabled="@bool/atLeastHoneycomb">
|
306
|
-
<intent-filter>
|
307
|
-
<action android:name="android.intent.action.MAIN" />
|
308
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
309
|
-
</intent-filter>
|
310
|
-
</activity>
|
311
|
-
|
312
|
-
<activity android:name=".app.FragmentLayout"
|
313
|
-
android:label="@string/fragment_layout"
|
314
|
-
android:enabled="@bool/atLeastHoneycomb">
|
315
|
-
<intent-filter>
|
316
|
-
<action android:name="android.intent.action.MAIN" />
|
317
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
318
|
-
</intent-filter>
|
319
|
-
</activity>
|
320
|
-
|
321
|
-
<activity android:name=".app.FragmentLayout$DetailsActivity"
|
322
|
-
android:enabled="@bool/atLeastHoneycomb" />
|
323
|
-
|
324
|
-
<activity android:name=".app.FragmentListArray"
|
325
|
-
android:label="@string/fragment_list_array"
|
326
|
-
android:enabled="@bool/atLeastHoneycomb">
|
327
|
-
<intent-filter>
|
328
|
-
<action android:name="android.intent.action.MAIN" />
|
329
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
330
|
-
</intent-filter>
|
331
|
-
</activity>
|
332
|
-
|
333
|
-
<activity android:name=".app.FragmentMenu"
|
334
|
-
android:label="@string/fragment_menu"
|
335
|
-
android:enabled="@bool/atLeastHoneycomb">
|
336
|
-
<intent-filter>
|
337
|
-
<action android:name="android.intent.action.MAIN" />
|
338
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
339
|
-
</intent-filter>
|
340
|
-
</activity>
|
341
|
-
|
342
|
-
<activity android:name=".app.FragmentRetainInstance"
|
343
|
-
android:label="@string/fragment_retain_instance"
|
344
|
-
android:enabled="@bool/atLeastHoneycomb">
|
345
|
-
<intent-filter>
|
346
|
-
<action android:name="android.intent.action.MAIN" />
|
347
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
348
|
-
</intent-filter>
|
349
|
-
</activity>
|
350
|
-
|
351
|
-
<activity android:name=".app.FragmentReceiveResult"
|
352
|
-
android:label="@string/fragment_receive_result"
|
353
|
-
android:enabled="@bool/atLeastHoneycomb">
|
354
|
-
<intent-filter>
|
355
|
-
<action android:name="android.intent.action.MAIN" />
|
356
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
357
|
-
</intent-filter>
|
358
|
-
</activity>
|
359
|
-
|
360
|
-
<activity android:name=".app.FragmentStack"
|
361
|
-
android:label="@string/fragment_stack"
|
362
|
-
android:enabled="@bool/atLeastHoneycomb">
|
363
|
-
<intent-filter>
|
364
|
-
<action android:name="android.intent.action.MAIN" />
|
365
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
366
|
-
</intent-filter>
|
367
|
-
</activity>
|
368
|
-
|
369
|
-
<activity android:name=".app.FragmentTabs"
|
370
|
-
android:label="@string/fragment_tabs"
|
371
|
-
android:enabled="@bool/atLeastHoneycomb">
|
372
|
-
<intent-filter>
|
373
|
-
<action android:name="android.intent.action.MAIN" />
|
374
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
375
|
-
</intent-filter>
|
376
|
-
</activity>
|
377
|
-
|
378
|
-
<!-- Loader Samples -->
|
379
|
-
|
380
|
-
<activity android:name=".app.LoaderCursor"
|
381
|
-
android:label="@string/loader_cursor"
|
382
|
-
android:enabled="@bool/atLeastHoneycomb">
|
383
|
-
<intent-filter>
|
384
|
-
<action android:name="android.intent.action.MAIN" />
|
385
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
386
|
-
</intent-filter>
|
387
|
-
</activity>
|
388
|
-
|
389
|
-
<activity android:name=".app.LoaderCustom"
|
390
|
-
android:label="@string/loader_custom"
|
391
|
-
android:enabled="@bool/atLeastHoneycomb">
|
392
|
-
<intent-filter>
|
393
|
-
<action android:name="android.intent.action.MAIN" />
|
394
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
395
|
-
</intent-filter>
|
396
|
-
</activity>
|
397
|
-
|
398
|
-
|
399
|
-
<activity android:name=".app.LoaderThrottle"
|
400
|
-
android:label="@string/loader_throttle"
|
401
|
-
android:enabled="@bool/atLeastHoneycomb">
|
402
|
-
<intent-filter>
|
403
|
-
<action android:name="android.intent.action.MAIN" />
|
404
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
405
|
-
</intent-filter>
|
406
|
-
</activity>
|
407
|
-
<provider android:name=".app.LoaderThrottle$SimpleProvider"
|
408
|
-
android:authorities="com.example.android.apis.app.LoaderThrottle"
|
409
|
-
android:enabled="@bool/atLeastHoneycomb" />
|
410
|
-
|
411
|
-
|
412
|
-
<!-- Intent Samples -->
|
413
|
-
|
414
|
-
<activity android:name=".app.Intents" android:label="@string/activity_intents">
|
415
|
-
<intent-filter>
|
416
|
-
<action android:name="android.intent.action.MAIN" />
|
417
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
418
|
-
</intent-filter>
|
419
|
-
</activity>
|
420
|
-
|
421
|
-
<activity android:name=".app.IntentActivityFlags"
|
422
|
-
android:label="@string/activity_intent_activity_flags">
|
423
|
-
<intent-filter>
|
424
|
-
<action android:name="android.intent.action.MAIN" />
|
425
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
426
|
-
</intent-filter>
|
427
|
-
</activity>
|
428
|
-
|
429
|
-
<!-- Service Samples -->
|
430
|
-
|
431
|
-
<service android:name=".app.LocalService" android:stopWithTask="true" />
|
432
|
-
|
433
|
-
<activity android:name=".app.LocalServiceActivities$Controller"
|
434
|
-
android:label="@string/activity_local_service_controller"
|
435
|
-
android:launchMode="singleTop">
|
436
|
-
<intent-filter>
|
437
|
-
<action android:name="android.intent.action.MAIN" />
|
438
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
439
|
-
</intent-filter>
|
440
|
-
</activity>
|
441
|
-
|
442
|
-
<activity android:name=".app.LocalServiceActivities$Binding"
|
443
|
-
android:label="@string/activity_local_service_binding">
|
444
|
-
<intent-filter>
|
445
|
-
<action android:name="android.intent.action.MAIN" />
|
446
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
447
|
-
</intent-filter>
|
448
|
-
</activity>
|
449
|
-
|
450
|
-
|
451
|
-
<service android:name=".app.MessengerService"
|
452
|
-
android:process=":remote" />
|
453
|
-
|
454
|
-
|
455
|
-
<activity android:name=".app.MessengerServiceActivities$Binding"
|
456
|
-
android:label="@string/activity_messenger_service_binding">
|
457
|
-
<intent-filter>
|
458
|
-
<action android:name="android.intent.action.MAIN" />
|
459
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
460
|
-
</intent-filter>
|
461
|
-
</activity>
|
462
|
-
|
463
|
-
<service android:name=".app.RemoteService" android:process=":remote">
|
464
|
-
<intent-filter>
|
465
|
-
<!-- These are the interfaces supported by the service, which
|
466
|
-
you can bind to. -->
|
467
|
-
<action android:name="com.example.android.apis.app.IRemoteService" />
|
468
|
-
<action android:name="com.example.android.apis.app.ISecondary" />
|
469
|
-
<!-- This is an action code you can use to select the service
|
470
|
-
without explicitly supplying the implementation class. -->
|
471
|
-
<action android:name="com.example.android.apis.app.REMOTE_SERVICE" />
|
472
|
-
</intent-filter>
|
473
|
-
</service>
|
474
|
-
|
475
|
-
<activity android:name=".app.RemoteService$Controller"
|
476
|
-
android:label="@string/activity_remote_service_controller"
|
477
|
-
android:launchMode="singleTop">
|
478
|
-
<intent-filter>
|
479
|
-
<action android:name="android.intent.action.MAIN" />
|
480
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
481
|
-
</intent-filter>
|
482
|
-
</activity>
|
483
|
-
|
484
|
-
<activity android:name=".app.RemoteService$Binding"
|
485
|
-
android:label="@string/activity_remote_service_binding">
|
486
|
-
<intent-filter>
|
487
|
-
<action android:name="android.intent.action.MAIN" />
|
488
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
489
|
-
</intent-filter>
|
490
|
-
</activity>
|
491
|
-
|
492
|
-
<activity android:name=".app.RemoteService$BindingOptions"
|
493
|
-
android:label="@string/activity_remote_service_binding_options">
|
494
|
-
<intent-filter>
|
495
|
-
<action android:name="android.intent.action.MAIN" />
|
496
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
497
|
-
</intent-filter>
|
498
|
-
</activity>
|
499
|
-
|
500
|
-
<service android:name=".app.ServiceStartArguments" />
|
501
|
-
|
502
|
-
<activity android:name=".app.ServiceStartArguments$Controller"
|
503
|
-
android:label="@string/activity_service_start_arguments_controller"
|
504
|
-
android:launchMode="singleTop">
|
505
|
-
<intent-filter>
|
506
|
-
<action android:name="android.intent.action.MAIN" />
|
507
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
508
|
-
</intent-filter>
|
509
|
-
</activity>
|
510
|
-
|
511
|
-
<service android:name=".app.ForegroundService" />
|
512
|
-
|
513
|
-
<activity android:name=".app.ForegroundService$Controller"
|
514
|
-
android:label="@string/activity_foreground_service_controller"
|
515
|
-
android:launchMode="singleTop">
|
516
|
-
<intent-filter>
|
517
|
-
<action android:name="android.intent.action.MAIN" />
|
518
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
519
|
-
</intent-filter>
|
520
|
-
</activity>
|
521
|
-
|
522
|
-
<!-- Alarm Samples -->
|
523
|
-
|
524
|
-
<receiver android:name=".app.OneShotAlarm" android:process=":remote" />
|
525
|
-
|
526
|
-
<receiver android:name=".app.RepeatingAlarm" android:process=":remote" />
|
527
|
-
|
528
|
-
<activity android:name=".app.AlarmController" android:label="@string/activity_alarm_controller">
|
529
|
-
<intent-filter>
|
530
|
-
<action android:name="android.intent.action.MAIN" />
|
531
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
532
|
-
</intent-filter>
|
533
|
-
</activity>
|
534
|
-
|
535
|
-
<service android:name=".app.AlarmService_Service" android:process=":remote" />
|
536
|
-
|
537
|
-
<activity android:name=".app.AlarmService" android:label="@string/activity_alarm_service">
|
538
|
-
<intent-filter>
|
539
|
-
<action android:name="android.intent.action.MAIN" />
|
540
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
541
|
-
</intent-filter>
|
542
|
-
</activity>
|
543
|
-
|
544
|
-
<!-- ============================ -->
|
545
|
-
<!-- Accessibility examples -->
|
546
|
-
<!-- ============================ -->
|
547
|
-
|
548
|
-
<activity android:name=".accessibility.ClockBackActivity"
|
549
|
-
android:label="@string/accessibility_service">
|
550
|
-
<intent-filter>
|
551
|
-
<action android:name="android.intent.action.MAIN" />
|
552
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
553
|
-
</intent-filter>
|
554
|
-
</activity>
|
555
|
-
|
556
|
-
<service android:name=".accessibility.ClockBackService"
|
557
|
-
android:label="@string/accessibility_service_label">
|
558
|
-
<intent-filter>
|
559
|
-
<action android:name="android.accessibilityservice.AccessibilityService" />
|
560
|
-
</intent-filter>
|
561
|
-
</service>
|
562
|
-
|
563
|
-
<activity android:name=".accessibility.TaskListActivity"
|
564
|
-
android:label="@string/accessibility_query_window"
|
565
|
-
android:enabled="@bool/atLeastIceCreamSandwich">
|
566
|
-
<intent-filter>
|
567
|
-
<action android:name="android.intent.action.MAIN" />
|
568
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
569
|
-
</intent-filter>
|
570
|
-
</activity>
|
571
|
-
|
572
|
-
<service android:name=".accessibility.TaskBackService"
|
573
|
-
android:label="@string/accessibility_query_window_label"
|
574
|
-
android:enabled="@bool/atLeastIceCreamSandwich">
|
575
|
-
<intent-filter>
|
576
|
-
<action android:name="android.accessibilityservice.AccessibilityService" />
|
577
|
-
</intent-filter>
|
578
|
-
<meta-data
|
579
|
-
android:name="android.accessibilityservice"
|
580
|
-
android:resource="@xml/taskbackconfig" />
|
581
|
-
</service>
|
582
|
-
|
583
|
-
<activity android:name=".accessibility.CustomViewAccessibilityActivity"
|
584
|
-
android:label="@string/accessibility_custom_view"
|
585
|
-
android:enabled="@bool/atLeastIceCreamSandwich">
|
586
|
-
<intent-filter>
|
587
|
-
<action android:name="android.intent.action.MAIN" />
|
588
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
589
|
-
</intent-filter>
|
590
|
-
</activity>
|
591
|
-
|
592
|
-
<!-- Instrumentation Samples -->
|
593
|
-
|
594
|
-
<activity android:name=".app.LocalSample" android:label="@string/activity_local_sample">
|
595
|
-
<intent-filter>
|
596
|
-
<action android:name="android.intent.action.MAIN" />
|
597
|
-
<!-- category android:name="android.intent.category.SAMPLE_CODE" /-->
|
598
|
-
</intent-filter>
|
599
|
-
</activity>
|
600
|
-
|
601
|
-
<activity android:name=".app.ContactsFilter" android:label="@string/activity_contacts_filter">
|
602
|
-
<intent-filter>
|
603
|
-
<action android:name="android.intent.action.MAIN" />
|
604
|
-
<!-- category android:name="android.intent.category.SAMPLE_CODE" /-->
|
605
|
-
</intent-filter>
|
606
|
-
</activity>
|
607
|
-
|
608
|
-
|
609
|
-
<!-- Notifications samples -->
|
610
|
-
|
611
|
-
<activity android:name=".app.NotifyWithText" android:label="App/Notification/NotifyWithText">
|
612
|
-
<intent-filter>
|
613
|
-
<action android:name="android.intent.action.MAIN" />
|
614
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
615
|
-
</intent-filter>
|
616
|
-
</activity>
|
617
|
-
|
618
|
-
<activity android:name=".app.IncomingMessage"
|
619
|
-
android:label="App/Notification/IncomingMessage">
|
620
|
-
<intent-filter>
|
621
|
-
<action android:name="android.intent.action.MAIN" />
|
622
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
623
|
-
</intent-filter>
|
624
|
-
</activity>
|
625
|
-
|
626
|
-
<activity android:name=".app.IncomingMessageView"
|
627
|
-
android:label="App/Notification/IncomingMessageView">
|
628
|
-
</activity>
|
629
|
-
|
630
|
-
|
631
|
-
<activity android:name=".app.IncomingMessageInterstitial"
|
632
|
-
android:label="You have messages"
|
633
|
-
android:theme="@style/ThemeHoloDialog"
|
634
|
-
android:launchMode="singleTask"
|
635
|
-
android:taskAffinity=""
|
636
|
-
android:excludeFromRecents="true">
|
637
|
-
</activity>
|
638
|
-
|
639
|
-
|
640
|
-
<!-- This is used to display a notification selected by the user
|
641
|
-
from StatusBarNotifications. Note the configuration here so
|
642
|
-
that the activity layers on top of whatever the user is doing,
|
643
|
-
allowing them to press back to return. -->
|
644
|
-
<activity android:name=".app.NotificationDisplay"
|
645
|
-
android:theme="@style/Theme.Transparent"
|
646
|
-
android:taskAffinity=""
|
647
|
-
android:excludeFromRecents="true"
|
648
|
-
android:noHistory="true">
|
649
|
-
</activity>
|
650
|
-
|
651
|
-
<activity android:name=".app.StatusBarNotifications"
|
652
|
-
android:label="App/Notification/Status Bar"
|
653
|
-
android:launchMode="singleTop">
|
654
|
-
<intent-filter>
|
655
|
-
<action android:name="android.intent.action.MAIN" />
|
656
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
657
|
-
</intent-filter>
|
658
|
-
</activity>
|
659
|
-
|
660
|
-
<service android:name=".app.NotifyingService" />
|
661
|
-
|
662
|
-
<activity android:name=".app.NotifyingController" android:label="App/Notification/Notifying Service Controller">
|
663
|
-
<intent-filter>
|
664
|
-
<action android:name="android.intent.action.MAIN" />
|
665
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
666
|
-
</intent-filter>
|
667
|
-
</activity>
|
668
|
-
|
669
|
-
<!-- Dialog samples -->
|
670
|
-
<activity android:name=".app.AlertDialogSamples" android:label="@string/activity_alert_dialog">
|
671
|
-
<intent-filter>
|
672
|
-
<action android:name="android.intent.action.MAIN" />
|
673
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
674
|
-
</intent-filter>
|
675
|
-
</activity>
|
676
|
-
|
677
|
-
<!-- Search Samples -->
|
678
|
-
|
679
|
-
<!-- This activity represents a "typical" activity in your application from which the -->
|
680
|
-
<!-- user would be allowed to invoke a search function. As noted below, the definition -->
|
681
|
-
<!-- of android.app.default_searchable is more typically handled at the application -->
|
682
|
-
<!-- level, where it can serve as a default for all of your activities. -->
|
683
|
-
|
684
|
-
<activity android:name=".app.SearchInvoke"
|
685
|
-
android:label="@string/search_invoke">
|
686
|
-
<intent-filter>
|
687
|
-
<action android:name="android.intent.action.MAIN" />
|
688
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
689
|
-
</intent-filter>
|
690
|
-
|
691
|
-
<!-- This metadata entry causes .app.SearchQueryResults to be the default context -->
|
692
|
-
<!-- whenever the user invokes search while in this Activity. -->
|
693
|
-
<meta-data android:name="android.app.default_searchable"
|
694
|
-
android:value=".app.SearchQueryResults" />
|
695
|
-
|
696
|
-
<!-- This is not the typical way to define android.app.default_searchable, -->
|
697
|
-
<!-- and we show it here only because we wish to confine the search demo to this -->
|
698
|
-
<!-- section of the ApiDemos application. -->
|
699
|
-
|
700
|
-
<!-- For typical applications, it's simpler to define android.app.default_searchable -->
|
701
|
-
<!-- just once, at the application level, where it serves as a default for all of -->
|
702
|
-
<!-- the Activities in your package. -->
|
703
|
-
</activity>
|
704
|
-
|
705
|
-
<!-- This activity represents the "search" activity in your application, in which -->
|
706
|
-
<!-- search results are gathered and displayed. -->
|
707
|
-
|
708
|
-
<activity android:name=".app.SearchQueryResults"
|
709
|
-
android:label="@string/search_query_results">
|
710
|
-
<intent-filter>
|
711
|
-
<action android:name="android.intent.action.MAIN" />
|
712
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
713
|
-
</intent-filter>
|
714
|
-
|
715
|
-
<!-- This intent-filter identifies this activity as "searchable" -->
|
716
|
-
|
717
|
-
<intent-filter>
|
718
|
-
<action android:name="android.intent.action.SEARCH" />
|
719
|
-
<category android:name="android.intent.category.DEFAULT" />
|
720
|
-
</intent-filter>
|
721
|
-
|
722
|
-
<!-- This metadata entry provides further configuration details for searches -->
|
723
|
-
<!-- that are handled by this activity. -->
|
724
|
-
|
725
|
-
<meta-data android:name="android.app.searchable"
|
726
|
-
android:resource="@xml/searchable" />
|
727
|
-
</activity>
|
728
|
-
|
729
|
-
<!-- This provider declaration informs the Search Manager that you have a provider of -->
|
730
|
-
<!-- Search suggestions, and provides information about how to access it. -->
|
731
|
-
|
732
|
-
<provider android:name=".app.SearchSuggestionSampleProvider"
|
733
|
-
android:authorities="com.example.android.apis.SuggestionProvider" />
|
734
|
-
|
735
|
-
<!-- Shortcuts Samples -->
|
736
|
-
|
737
|
-
<!-- This section of sample code shows how your application can add shortcuts to -->
|
738
|
-
<!-- the launcher (home screen). Shortcuts have a three step life cycle. -->
|
739
|
-
|
740
|
-
<!-- 1. Your application offers to provide shortcuts to the launcher. When -->
|
741
|
-
<!-- the user installs a shortcut, an activity within your application -->
|
742
|
-
<!-- generates the actual shortcut and returns it to the launcher, where it -->
|
743
|
-
<!-- is shown to the user as an icon. -->
|
744
|
-
|
745
|
-
<!-- 2. Any time the user clicks on an installed shortcut, an intent is sent. -->
|
746
|
-
<!-- Typically this would then be handled as necessary by an activity within -->
|
747
|
-
<!-- your application. -->
|
748
|
-
|
749
|
-
<!-- 3. The shortcut is deleted. There is no notification to your application. -->
|
750
|
-
|
751
|
-
<!-- In order provide shortcuts from your application, you provide three things: -->
|
752
|
-
|
753
|
-
<!-- 1. An intent-filter declaring your ability to provide shortcuts -->
|
754
|
-
<!-- 2. Code within the activity to provide the shortcuts as requested -->
|
755
|
-
<!-- 3. Code elsewhere within your activity, if appropriate, to receive -->
|
756
|
-
<!-- intents from the shortcut itself. -->
|
757
|
-
|
758
|
-
<activity android:name=".app.LauncherShortcuts"
|
759
|
-
android:label="@string/shortcuts">
|
760
|
-
<intent-filter>
|
761
|
-
<action android:name="android.intent.action.MAIN" />
|
762
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
763
|
-
</intent-filter>
|
764
|
-
|
765
|
-
</activity>
|
766
|
-
|
767
|
-
<!-- It is recommended that you use an activity-alias to provide the "CREATE_SHORTCUT" -->
|
768
|
-
<!-- intent-filter. This gives you a way to set the text (and optionally the -->
|
769
|
-
<!-- icon) that will be seen in the launcher's create-shortcut user interface. -->
|
770
|
-
|
771
|
-
<activity-alias android:name=".app.CreateShortcuts"
|
772
|
-
android:targetActivity=".app.LauncherShortcuts"
|
773
|
-
android:label="@string/sample_shortcuts">
|
774
|
-
|
775
|
-
<!-- This intent-filter allows your shortcuts to be created in the launcher. -->
|
776
|
-
<intent-filter>
|
777
|
-
<action android:name="android.intent.action.CREATE_SHORTCUT" />
|
778
|
-
<category android:name="android.intent.category.DEFAULT" />
|
779
|
-
</intent-filter>
|
780
|
-
|
781
|
-
</activity-alias>
|
782
|
-
|
783
|
-
<!-- Menu Samples -->
|
784
|
-
|
785
|
-
<activity android:name=".app.MenuInflateFromXml" android:label="@string/menu_from_xml_title">
|
786
|
-
<intent-filter>
|
787
|
-
<action android:name="android.intent.action.MAIN" />
|
788
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
789
|
-
</intent-filter>
|
790
|
-
</activity>
|
791
|
-
|
792
|
-
<!-- Device Admin Samples -->
|
793
|
-
|
794
|
-
<activity android:name=".app.DeviceAdminSample"
|
795
|
-
android:label="@string/activity_sample_device_admin">
|
796
|
-
<intent-filter>
|
797
|
-
<action android:name="android.intent.action.MAIN" />
|
798
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
799
|
-
</intent-filter>
|
800
|
-
</activity>
|
801
|
-
|
802
|
-
|
803
|
-
<receiver android:name=".app.DeviceAdminSample$DeviceAdminSampleReceiver"
|
804
|
-
android:label="@string/sample_device_admin"
|
805
|
-
android:description="@string/sample_device_admin_description"
|
806
|
-
android:permission="android.permission.BIND_DEVICE_ADMIN">
|
807
|
-
<meta-data android:name="android.app.device_admin"
|
808
|
-
android:resource="@xml/device_admin_sample" />
|
809
|
-
<intent-filter>
|
810
|
-
<action android:name="android.app.action.DEVICE_ADMIN_ENABLED" />
|
811
|
-
</intent-filter>
|
812
|
-
</receiver>
|
813
|
-
|
814
|
-
|
815
|
-
<!-- Voice Recognition Samples -->
|
816
|
-
|
817
|
-
<activity android:name=".app.VoiceRecognition" android:label="@string/voice_recognition">
|
818
|
-
<intent-filter>
|
819
|
-
<action android:name="android.intent.action.MAIN" />
|
820
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
821
|
-
</intent-filter>
|
822
|
-
</activity>
|
823
|
-
|
824
|
-
<!-- Text-To-Speech Samples -->
|
825
|
-
|
826
|
-
<activity android:name=".app.TextToSpeechActivity" android:label="@string/text_to_speech">
|
827
|
-
<intent-filter>
|
828
|
-
<action android:name="android.intent.action.MAIN" />
|
829
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
830
|
-
</intent-filter>
|
831
|
-
</activity>
|
832
|
-
|
833
|
-
<!-- Action Bar Samples -->
|
834
|
-
<activity android:name=".app.ActionBarMechanics"
|
835
|
-
android:label="@string/action_bar_mechanics"
|
836
|
-
android:enabled="@bool/atLeastHoneycomb">
|
837
|
-
<intent-filter>
|
838
|
-
<action android:name="android.intent.action.MAIN" />
|
839
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
840
|
-
</intent-filter>
|
841
|
-
</activity>
|
842
|
-
|
843
|
-
<activity android:name=".app.ActionBarUsage"
|
844
|
-
android:label="@string/action_bar_usage"
|
845
|
-
android:enabled="@bool/atLeastHoneycomb">
|
846
|
-
<intent-filter>
|
847
|
-
<action android:name="android.intent.action.MAIN" />
|
848
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
849
|
-
</intent-filter>
|
850
|
-
</activity>
|
851
|
-
|
852
|
-
<activity android:name=".app.ActionBarDisplayOptions"
|
853
|
-
android:label="@string/action_bar_display_options"
|
854
|
-
android:logo="@drawable/apidemo_androidlogo"
|
855
|
-
android:enabled="@bool/atLeastHoneycomb">
|
856
|
-
<intent-filter>
|
857
|
-
<action android:name="android.intent.action.MAIN" />
|
858
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
859
|
-
</intent-filter>
|
860
|
-
</activity>
|
861
|
-
|
862
|
-
<activity android:name=".app.ActionBarTabs"
|
863
|
-
android:label="@string/action_bar_tabs"
|
864
|
-
android:enabled="@bool/atLeastHoneycomb">
|
865
|
-
<intent-filter>
|
866
|
-
<action android:name="android.intent.action.MAIN" />
|
867
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
868
|
-
</intent-filter>
|
869
|
-
</activity>
|
870
|
-
|
871
|
-
<activity android:name=".app.ActionBarSettingsActionProviderActivity"
|
872
|
-
android:label="@string/action_bar_settings_action_provider"
|
873
|
-
android:enabled="@bool/atLeastIceCreamSandwich">
|
874
|
-
<intent-filter>
|
875
|
-
<action android:name="android.intent.action.MAIN" />
|
876
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
877
|
-
</intent-filter>
|
878
|
-
</activity>
|
879
|
-
|
880
|
-
<activity android:name=".app.ActionBarShareActionProviderActivity"
|
881
|
-
android:label="@string/action_bar_share_action_provider"
|
882
|
-
android:enabled="@bool/atLeastIceCreamSandwich">
|
883
|
-
<intent-filter>
|
884
|
-
<action android:name="android.intent.action.MAIN" />
|
885
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
886
|
-
</intent-filter>
|
887
|
-
</activity>
|
888
|
-
|
889
|
-
<!-- Application Updating Samples -->
|
890
|
-
|
891
|
-
|
892
|
-
<receiver android:name=".app.AppUpdateReceiver">
|
893
|
-
<intent-filter>
|
894
|
-
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
895
|
-
</intent-filter>
|
896
|
-
</receiver>
|
897
|
-
|
898
|
-
|
899
|
-
<!-- ************************************* -->
|
900
|
-
<!-- PREFERENCE PACKAGE SAMPLES -->
|
901
|
-
<!-- ************************************* -->
|
902
|
-
|
903
|
-
<activity android:name=".preference.FragmentPreferences"
|
904
|
-
android:label="@string/fragment_preferences"
|
905
|
-
android:enabled="@bool/atLeastHoneycomb">
|
906
|
-
<intent-filter>
|
907
|
-
<action android:name="android.intent.action.MAIN" />
|
908
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
909
|
-
</intent-filter>
|
910
|
-
</activity>
|
911
|
-
|
912
|
-
<activity android:name=".preference.PreferenceWithHeaders"
|
913
|
-
android:label="@string/preference_with_headers"
|
914
|
-
android:enabled="@bool/atLeastHoneycomb">
|
915
|
-
<intent-filter>
|
916
|
-
<action android:name="android.intent.action.MAIN" />
|
917
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
918
|
-
</intent-filter>
|
919
|
-
</activity>
|
920
|
-
|
921
|
-
<activity android:name=".preference.PreferencesFromXml"
|
922
|
-
android:label="@string/preferences_from_xml">
|
923
|
-
<intent-filter>
|
924
|
-
<action android:name="android.intent.action.MAIN" />
|
925
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
926
|
-
</intent-filter>
|
927
|
-
</activity>
|
928
|
-
|
929
|
-
<activity android:name=".preference.PreferencesFromCode"
|
930
|
-
android:label="@string/preferences_from_code">
|
931
|
-
<intent-filter>
|
932
|
-
<action android:name="android.intent.action.MAIN" />
|
933
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
934
|
-
</intent-filter>
|
935
|
-
</activity>
|
936
|
-
|
937
|
-
<activity android:name=".preference.AdvancedPreferences"
|
938
|
-
android:label="@string/advanced_preferences">
|
939
|
-
<intent-filter>
|
940
|
-
<action android:name="android.intent.action.MAIN" />
|
941
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
942
|
-
</intent-filter>
|
943
|
-
</activity>
|
944
|
-
|
945
|
-
<activity android:name=".preference.LaunchingPreferences"
|
946
|
-
android:label="@string/launching_preferences">
|
947
|
-
<intent-filter>
|
948
|
-
<action android:name="android.intent.action.MAIN" />
|
949
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
950
|
-
</intent-filter>
|
951
|
-
</activity>
|
952
|
-
|
953
|
-
<activity android:name=".preference.PreferenceDependencies"
|
954
|
-
android:label="@string/preference_dependencies">
|
955
|
-
<intent-filter>
|
956
|
-
<action android:name="android.intent.action.MAIN" />
|
957
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
958
|
-
</intent-filter>
|
959
|
-
</activity>
|
960
|
-
|
961
|
-
<activity android:name=".preference.DefaultValues" android:label="@string/default_values">
|
962
|
-
<intent-filter>
|
963
|
-
<action android:name="android.intent.action.MAIN" />
|
964
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
965
|
-
</intent-filter>
|
966
|
-
</activity>
|
967
|
-
|
968
|
-
<activity android:name=".preference.SwitchPreference"
|
969
|
-
android:label="@string/switch_preference"
|
970
|
-
android:enabled="@bool/atLeastIceCreamSandwich">
|
971
|
-
<intent-filter>
|
972
|
-
<action android:name="android.intent.action.MAIN" />
|
973
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
974
|
-
</intent-filter>
|
975
|
-
</activity>
|
976
|
-
|
977
|
-
<!-- ************************************* -->
|
978
|
-
<!-- CONTENT PACKAGE SAMPLES -->
|
979
|
-
<!-- ************************************* -->
|
980
|
-
|
981
|
-
<activity android:name=".content.ClipboardSample"
|
982
|
-
android:label="@string/activity_clipboard"
|
983
|
-
android:enabled="@bool/atLeastHoneycomb">
|
984
|
-
<intent-filter>
|
985
|
-
<action android:name="android.intent.action.MAIN" />
|
986
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
987
|
-
</intent-filter>
|
988
|
-
</activity>
|
989
|
-
|
990
|
-
<activity android:name=".content.ExternalStorage" android:label="@string/activity_external_storage">
|
991
|
-
<intent-filter>
|
992
|
-
<action android:name="android.intent.action.MAIN" />
|
993
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
994
|
-
<category android:name="android.intent.category.EMBED" />
|
995
|
-
</intent-filter>
|
996
|
-
</activity>
|
997
|
-
|
998
|
-
<activity android:name=".content.StyledText" android:label="@string/activity_styled_text">
|
999
|
-
<intent-filter>
|
1000
|
-
<action android:name="android.intent.action.MAIN" />
|
1001
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1002
|
-
<category android:name="android.intent.category.EMBED" />
|
1003
|
-
</intent-filter>
|
1004
|
-
</activity>
|
1005
|
-
|
1006
|
-
<activity android:name=".content.ResourcesLayoutReference"
|
1007
|
-
android:label="@string/activity_resources_layout_reference">
|
1008
|
-
<intent-filter>
|
1009
|
-
<action android:name="android.intent.action.MAIN" />
|
1010
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1011
|
-
<category android:name="android.intent.category.EMBED" />
|
1012
|
-
</intent-filter>
|
1013
|
-
</activity>
|
1014
|
-
|
1015
|
-
<activity android:name=".content.ResourcesWidthAndHeight"
|
1016
|
-
android:label="@string/activity_resources_width_and_height"
|
1017
|
-
android:enabled="@bool/atLeastHoneycombMR2">
|
1018
|
-
<intent-filter>
|
1019
|
-
<action android:name="android.intent.action.MAIN" />
|
1020
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1021
|
-
<category android:name="android.intent.category.EMBED" />
|
1022
|
-
</intent-filter>
|
1023
|
-
</activity>
|
1024
|
-
|
1025
|
-
<activity android:name=".content.ResourcesSmallestWidth"
|
1026
|
-
android:label="@string/activity_resources_smallest_width"
|
1027
|
-
android:enabled="@bool/atLeastHoneycombMR2">
|
1028
|
-
<intent-filter>
|
1029
|
-
<action android:name="android.intent.action.MAIN" />
|
1030
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1031
|
-
<category android:name="android.intent.category.EMBED" />
|
1032
|
-
</intent-filter>
|
1033
|
-
</activity>
|
1034
|
-
|
1035
|
-
<activity android:name=".content.ReadAsset" android:label="@string/activity_read_asset">
|
1036
|
-
<intent-filter>
|
1037
|
-
<action android:name="android.intent.action.MAIN" />
|
1038
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1039
|
-
<category android:name="android.intent.category.EMBED" />
|
1040
|
-
</intent-filter>
|
1041
|
-
</activity>
|
1042
|
-
|
1043
|
-
<activity android:name=".content.ResourcesSample" android:label="@string/activity_resources">
|
1044
|
-
<intent-filter>
|
1045
|
-
<action android:name="android.intent.action.MAIN" />
|
1046
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1047
|
-
</intent-filter>
|
1048
|
-
</activity>
|
1049
|
-
|
1050
|
-
<activity android:name=".content.PickContact" android:label="@string/activity_pick_contact">
|
1051
|
-
<intent-filter>
|
1052
|
-
<action android:name="android.intent.action.MAIN" />
|
1053
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1054
|
-
</intent-filter>
|
1055
|
-
</activity>
|
1056
|
-
|
1057
|
-
<activity android:name=".content.InstallApk" android:label="@string/activity_install_apk"
|
1058
|
-
android:enabled="@bool/atLeastHoneycombMR2">
|
1059
|
-
<intent-filter>
|
1060
|
-
<action android:name="android.intent.action.MAIN" />
|
1061
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1062
|
-
</intent-filter>
|
1063
|
-
</activity>
|
1064
|
-
|
1065
|
-
<provider android:name=".content.FileProvider"
|
1066
|
-
android:authorities="com.example.android.apis.content.FileProvider"
|
1067
|
-
android:enabled="@bool/atLeastHoneycombMR2" />
|
1068
|
-
|
1069
|
-
<!-- ************************************* -->
|
1070
|
-
<!-- OS PACKAGE SAMPLES -->
|
1071
|
-
<!-- ************************************* -->
|
1072
|
-
|
1073
|
-
<activity android:name=".os.MorseCode" android:label="OS/Morse Code">
|
1074
|
-
<intent-filter>
|
1075
|
-
<action android:name="android.intent.action.MAIN" />
|
1076
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1077
|
-
</intent-filter>
|
1078
|
-
</activity>
|
1079
|
-
|
1080
|
-
<activity android:name=".os.Sensors" android:label="OS/Sensors">
|
1081
|
-
<intent-filter>
|
1082
|
-
<action android:name="android.intent.action.MAIN" />
|
1083
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1084
|
-
</intent-filter>
|
1085
|
-
</activity>
|
1086
|
-
|
1087
|
-
<activity android:name=".os.RotationVectorDemo" android:label="OS/Rotation Vector" android:screenOrientation="nosensor">
|
1088
|
-
<intent-filter>
|
1089
|
-
<action android:name="android.intent.action.MAIN" />
|
1090
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1091
|
-
</intent-filter>
|
1092
|
-
</activity>
|
1093
|
-
|
1094
|
-
<activity android:name=".os.SmsMessagingDemo" android:label="OS/SMS Messaging">
|
1095
|
-
<intent-filter>
|
1096
|
-
<action android:name="android.intent.action.MAIN" />
|
1097
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1098
|
-
</intent-filter>
|
1099
|
-
</activity>
|
1100
|
-
|
1101
|
-
<activity android:name=".os.SmsReceivedDialog"
|
1102
|
-
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
1103
|
-
android:launchMode="singleInstance" />
|
1104
|
-
|
1105
|
-
<receiver android:name=".os.SmsMessageReceiver" android:enabled="false">
|
1106
|
-
<intent-filter>
|
1107
|
-
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
|
1108
|
-
</intent-filter>
|
1109
|
-
</receiver>
|
1110
|
-
|
1111
|
-
<!-- ************************************* -->
|
1112
|
-
<!-- ANDROID.ANIMATION PACKAGE SAMPLES -->
|
1113
|
-
<!-- ************************************* -->
|
1114
|
-
|
1115
|
-
<activity android:name=".animation.AnimationLoading"
|
1116
|
-
android:label="Animation/Loading"
|
1117
|
-
android:hardwareAccelerated="false"
|
1118
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1119
|
-
<intent-filter>
|
1120
|
-
<action android:name="android.intent.action.MAIN" />
|
1121
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1122
|
-
</intent-filter>
|
1123
|
-
</activity>
|
1124
|
-
|
1125
|
-
<activity android:name=".animation.AnimationCloning"
|
1126
|
-
android:label="Animation/Cloning"
|
1127
|
-
android:hardwareAccelerated="false"
|
1128
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1129
|
-
<intent-filter>
|
1130
|
-
<action android:name="android.intent.action.MAIN" />
|
1131
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1132
|
-
</intent-filter>
|
1133
|
-
</activity>
|
1134
|
-
|
1135
|
-
<activity android:name=".animation.AnimationSeeking"
|
1136
|
-
android:label="Animation/Seeking"
|
1137
|
-
android:hardwareAccelerated="false"
|
1138
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1139
|
-
<intent-filter>
|
1140
|
-
<action android:name="android.intent.action.MAIN" />
|
1141
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1142
|
-
</intent-filter>
|
1143
|
-
</activity>
|
1144
|
-
|
1145
|
-
<activity android:name=".animation.AnimatorEvents"
|
1146
|
-
android:label="Animation/Events"
|
1147
|
-
android:hardwareAccelerated="false"
|
1148
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1149
|
-
<intent-filter>
|
1150
|
-
<action android:name="android.intent.action.MAIN" />
|
1151
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1152
|
-
</intent-filter>
|
1153
|
-
</activity>
|
1154
|
-
|
1155
|
-
<activity android:name=".animation.BouncingBalls"
|
1156
|
-
android:label="Animation/Bouncing Balls"
|
1157
|
-
android:hardwareAccelerated="false"
|
1158
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1159
|
-
<intent-filter>
|
1160
|
-
<action android:name="android.intent.action.MAIN" />
|
1161
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1162
|
-
</intent-filter>
|
1163
|
-
</activity>
|
1164
|
-
|
1165
|
-
<activity android:name=".animation.CustomEvaluator"
|
1166
|
-
android:label="Animation/Custom Evaluator"
|
1167
|
-
android:hardwareAccelerated="false"
|
1168
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1169
|
-
<intent-filter>
|
1170
|
-
<action android:name="android.intent.action.MAIN" />
|
1171
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1172
|
-
</intent-filter>
|
1173
|
-
</activity>
|
1174
|
-
|
1175
|
-
<activity android:name=".animation.ListFlipper"
|
1176
|
-
android:label="Animation/View Flip"
|
1177
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1178
|
-
<intent-filter>
|
1179
|
-
<action android:name="android.intent.action.MAIN" />
|
1180
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1181
|
-
</intent-filter>
|
1182
|
-
</activity>
|
1183
|
-
|
1184
|
-
<activity android:name=".animation.ReversingAnimation"
|
1185
|
-
android:label="Animation/Reversing"
|
1186
|
-
android:hardwareAccelerated="false"
|
1187
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1188
|
-
<intent-filter>
|
1189
|
-
<action android:name="android.intent.action.MAIN" />
|
1190
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1191
|
-
</intent-filter>
|
1192
|
-
</activity>
|
1193
|
-
|
1194
|
-
<activity android:name=".animation.MultiPropertyAnimation"
|
1195
|
-
android:label="Animation/Multiple Properties"
|
1196
|
-
android:hardwareAccelerated="false"
|
1197
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1198
|
-
<intent-filter>
|
1199
|
-
<action android:name="android.intent.action.MAIN" />
|
1200
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1201
|
-
</intent-filter>
|
1202
|
-
</activity>
|
1203
|
-
|
1204
|
-
<activity android:name=".animation.LayoutAnimations"
|
1205
|
-
android:label="Animation/Layout Animations"
|
1206
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1207
|
-
<intent-filter>
|
1208
|
-
<action android:name="android.intent.action.MAIN" />
|
1209
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1210
|
-
</intent-filter>
|
1211
|
-
</activity>
|
1212
|
-
|
1213
|
-
<activity android:name=".animation.LayoutAnimationsHideShow"
|
1214
|
-
android:label="Animation/Hide-Show Animations"
|
1215
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1216
|
-
<intent-filter>
|
1217
|
-
<action android:name="android.intent.action.MAIN" />
|
1218
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1219
|
-
</intent-filter>
|
1220
|
-
</activity>
|
1221
|
-
|
1222
|
-
<activity android:name=".animation.LayoutAnimationsByDefault"
|
1223
|
-
android:label="Animation/Default Layout Animations"
|
1224
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1225
|
-
<intent-filter>
|
1226
|
-
<action android:name="android.intent.action.MAIN" />
|
1227
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1228
|
-
</intent-filter>
|
1229
|
-
</activity>
|
1230
|
-
|
1231
|
-
<!-- ************************************* -->
|
1232
|
-
<!-- ANIMATION PACKAGE SAMPLES -->
|
1233
|
-
<!-- ************************************* -->
|
1234
|
-
|
1235
|
-
<activity android:name=".animation.Transition3d" android:label="Views/Animation/3D Transition">
|
1236
|
-
<intent-filter>
|
1237
|
-
<action android:name="android.intent.action.MAIN" />
|
1238
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1239
|
-
</intent-filter>
|
1240
|
-
</activity>
|
1241
|
-
|
1242
|
-
<!-- ************************************* -->
|
1243
|
-
<!-- VIEW/WIDGET PACKAGE SAMPLES -->
|
1244
|
-
<!-- ************************************* -->
|
1245
|
-
|
1246
|
-
<activity android:name=".view.ChronometerDemo" android:label="Views/Chronometer">
|
1247
|
-
<intent-filter>
|
1248
|
-
<action android:name="android.intent.action.MAIN" />
|
1249
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1250
|
-
</intent-filter>
|
1251
|
-
</activity>
|
1252
|
-
<activity android:name=".view.WebView1" android:label="Views/WebView">
|
1253
|
-
<intent-filter>
|
1254
|
-
<action android:name="android.intent.action.MAIN" />
|
1255
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1256
|
-
</intent-filter>
|
1257
|
-
</activity>
|
1258
|
-
|
1259
|
-
<activity android:name=".view.RelativeLayout1" android:label="Views/Layouts/RelativeLayout/1. Vertical">
|
1260
|
-
<intent-filter>
|
1261
|
-
<action android:name="android.intent.action.MAIN" />
|
1262
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1263
|
-
</intent-filter>
|
1264
|
-
</activity>
|
1265
|
-
|
1266
|
-
<activity android:name=".view.RelativeLayout2" android:label="Views/Layouts/RelativeLayout/2. Simple Form">
|
1267
|
-
<intent-filter>
|
1268
|
-
<action android:name="android.intent.action.MAIN" />
|
1269
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1270
|
-
</intent-filter>
|
1271
|
-
</activity>
|
1272
|
-
|
1273
|
-
<activity android:name=".view.LinearLayout1" android:label="Views/Layouts/LinearLayout/1. Vertical">
|
1274
|
-
<intent-filter>
|
1275
|
-
<action android:name="android.intent.action.MAIN" />
|
1276
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1277
|
-
</intent-filter>
|
1278
|
-
</activity>
|
1279
|
-
|
1280
|
-
<activity android:name=".view.LinearLayout2" android:label="Views/Layouts/LinearLayout/2. Vertical (Fill Screen)">
|
1281
|
-
<intent-filter>
|
1282
|
-
<action android:name="android.intent.action.MAIN" />
|
1283
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1284
|
-
</intent-filter>
|
1285
|
-
</activity>
|
1286
|
-
|
1287
|
-
<activity android:name=".view.LinearLayout3" android:label="Views/Layouts/LinearLayout/3. Vertical (Padded)">
|
1288
|
-
<intent-filter>
|
1289
|
-
<action android:name="android.intent.action.MAIN" />
|
1290
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1291
|
-
</intent-filter>
|
1292
|
-
</activity>
|
1293
|
-
|
1294
|
-
<activity android:name=".view.LinearLayout4" android:label="Views/Layouts/LinearLayout/4. Horizontal">
|
1295
|
-
<intent-filter>
|
1296
|
-
<action android:name="android.intent.action.MAIN" />
|
1297
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1298
|
-
</intent-filter>
|
1299
|
-
</activity>
|
1300
|
-
|
1301
|
-
<activity android:name=".view.LinearLayout5" android:label="Views/Layouts/LinearLayout/5. Simple Form">
|
1302
|
-
<intent-filter>
|
1303
|
-
<action android:name="android.intent.action.MAIN" />
|
1304
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1305
|
-
</intent-filter>
|
1306
|
-
</activity>
|
1307
|
-
|
1308
|
-
<activity android:name=".view.LinearLayout6" android:label="Views/Layouts/LinearLayout/6. Uniform Size">
|
1309
|
-
<intent-filter>
|
1310
|
-
<action android:name="android.intent.action.MAIN" />
|
1311
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1312
|
-
</intent-filter>
|
1313
|
-
</activity>
|
1314
|
-
|
1315
|
-
<activity android:name=".view.LinearLayout7" android:label="Views/Layouts/LinearLayout/7. Fill Parent">
|
1316
|
-
<intent-filter>
|
1317
|
-
<action android:name="android.intent.action.MAIN" />
|
1318
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1319
|
-
</intent-filter>
|
1320
|
-
</activity>
|
1321
|
-
|
1322
|
-
<activity android:name=".view.LinearLayout8" android:label="Views/Layouts/LinearLayout/8. Gravity">
|
1323
|
-
<intent-filter>
|
1324
|
-
<action android:name="android.intent.action.MAIN" />
|
1325
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1326
|
-
</intent-filter>
|
1327
|
-
</activity>
|
1328
|
-
|
1329
|
-
<activity android:name=".view.LinearLayout9" android:label="Views/Layouts/LinearLayout/9. Layout Weight">
|
1330
|
-
<intent-filter>
|
1331
|
-
<action android:name="android.intent.action.MAIN" />
|
1332
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1333
|
-
</intent-filter>
|
1334
|
-
</activity>
|
1335
|
-
|
1336
|
-
<activity android:name=".view.LinearLayout10" android:label="Views/Layouts/LinearLayout/10. Background Image">
|
1337
|
-
<intent-filter>
|
1338
|
-
<action android:name="android.intent.action.MAIN" />
|
1339
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1340
|
-
</intent-filter>
|
1341
|
-
</activity>
|
1342
|
-
|
1343
|
-
|
1344
|
-
<activity android:name=".view.RadioGroup1" android:label="Views/Radio Group">
|
1345
|
-
<intent-filter>
|
1346
|
-
<action android:name="android.intent.action.MAIN" />
|
1347
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1348
|
-
</intent-filter>
|
1349
|
-
</activity>
|
1350
|
-
|
1351
|
-
<activity android:name=".view.ScrollView1" android:label="Views/Layouts/ScrollView/1. Short">
|
1352
|
-
<intent-filter>
|
1353
|
-
<action android:name="android.intent.action.MAIN" />
|
1354
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1355
|
-
</intent-filter>
|
1356
|
-
</activity>
|
1357
|
-
|
1358
|
-
<activity android:name=".view.ScrollView2" android:label="Views/Layouts/ScrollView/2. Long">
|
1359
|
-
<intent-filter>
|
1360
|
-
<action android:name="android.intent.action.MAIN" />
|
1361
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1362
|
-
</intent-filter>
|
1363
|
-
</activity>
|
1364
|
-
|
1365
|
-
<activity android:name=".view.HorizontalScrollView1" android:label="Views/Layouts/HorizontalScrollView">
|
1366
|
-
<intent-filter>
|
1367
|
-
<action android:name="android.intent.action.MAIN" />
|
1368
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1369
|
-
</intent-filter>
|
1370
|
-
</activity>
|
1371
|
-
|
1372
|
-
<activity android:name=".view.Tabs1" android:label="Views/Tabs/1. Content By Id">
|
1373
|
-
<intent-filter>
|
1374
|
-
<action android:name="android.intent.action.MAIN"/>
|
1375
|
-
<category android:name="android.intent.category.SAMPLE_CODE"/>
|
1376
|
-
</intent-filter>
|
1377
|
-
</activity>
|
1378
|
-
|
1379
|
-
<activity android:name=".view.Tabs2" android:label="Views/Tabs/2. Content By Factory">
|
1380
|
-
<intent-filter>
|
1381
|
-
<action android:name="android.intent.action.MAIN"/>
|
1382
|
-
<category android:name="android.intent.category.SAMPLE_CODE"/>
|
1383
|
-
</intent-filter>
|
1384
|
-
</activity>
|
1385
|
-
|
1386
|
-
<activity android:name=".view.Tabs3" android:label="Views/Tabs/3. Content By Intent">
|
1387
|
-
<intent-filter>
|
1388
|
-
<action android:name="android.intent.action.MAIN"/>
|
1389
|
-
<category android:name="android.intent.category.SAMPLE_CODE"/>
|
1390
|
-
</intent-filter>
|
1391
|
-
</activity>
|
1392
|
-
|
1393
|
-
<activity android:name=".view.Tabs4" android:label="Views/Tabs/4. Non Holo theme"
|
1394
|
-
android:theme="@android:style/Theme">
|
1395
|
-
<intent-filter>
|
1396
|
-
<action android:name="android.intent.action.MAIN"/>
|
1397
|
-
<category android:name="android.intent.category.SAMPLE_CODE"/>
|
1398
|
-
</intent-filter>
|
1399
|
-
</activity>
|
1400
|
-
|
1401
|
-
<activity android:name=".view.Tabs5" android:label="Views/Tabs/5. Scrollable">
|
1402
|
-
<intent-filter>
|
1403
|
-
<action android:name="android.intent.action.MAIN"/>
|
1404
|
-
<category android:name="android.intent.category.SAMPLE_CODE"/>
|
1405
|
-
</intent-filter>
|
1406
|
-
</activity>
|
1407
|
-
|
1408
|
-
<activity android:name=".view.Tabs6" android:label="Views/Tabs/6. Right aligned">
|
1409
|
-
<intent-filter>
|
1410
|
-
<action android:name="android.intent.action.MAIN"/>
|
1411
|
-
<category android:name="android.intent.category.SAMPLE_CODE"/>
|
1412
|
-
</intent-filter>
|
1413
|
-
</activity>
|
1414
|
-
|
1415
|
-
<activity android:name=".view.InternalSelectionScroll" android:label="Views/Layouts/ScrollView/3. Internal Selection">
|
1416
|
-
<intent-filter>
|
1417
|
-
<action android:name="android.intent.action.MAIN" />
|
1418
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1419
|
-
</intent-filter>
|
1420
|
-
</activity>
|
1421
|
-
|
1422
|
-
<activity android:name=".view.TableLayout1" android:label="Views/Layouts/TableLayout/01. Basic">
|
1423
|
-
<intent-filter>
|
1424
|
-
<action android:name="android.intent.action.MAIN" />
|
1425
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1426
|
-
</intent-filter>
|
1427
|
-
</activity>
|
1428
|
-
|
1429
|
-
<activity android:name=".view.TableLayout2" android:label="Views/Layouts/TableLayout/02. Empty Cells">
|
1430
|
-
<intent-filter>
|
1431
|
-
<action android:name="android.intent.action.MAIN" />
|
1432
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1433
|
-
</intent-filter>
|
1434
|
-
</activity>
|
1435
|
-
|
1436
|
-
<activity android:name=".view.TableLayout3" android:label="Views/Layouts/TableLayout/03. Long Content">
|
1437
|
-
<intent-filter>
|
1438
|
-
<action android:name="android.intent.action.MAIN" />
|
1439
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1440
|
-
</intent-filter>
|
1441
|
-
</activity>
|
1442
|
-
|
1443
|
-
<activity android:name=".view.TableLayout4" android:label="Views/Layouts/TableLayout/04. Stretchable">
|
1444
|
-
<intent-filter>
|
1445
|
-
<action android:name="android.intent.action.MAIN" />
|
1446
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1447
|
-
</intent-filter>
|
1448
|
-
</activity>
|
1449
|
-
|
1450
|
-
<activity android:name=".view.TableLayout5" android:label="Views/Layouts/TableLayout/05. Spanning and Stretchable">
|
1451
|
-
<intent-filter>
|
1452
|
-
<action android:name="android.intent.action.MAIN" />
|
1453
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1454
|
-
</intent-filter>
|
1455
|
-
</activity>
|
1456
|
-
|
1457
|
-
<activity android:name=".view.TableLayout6" android:label="Views/Layouts/TableLayout/06. More Spanning and Stretchable">
|
1458
|
-
<intent-filter>
|
1459
|
-
<action android:name="android.intent.action.MAIN" />
|
1460
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1461
|
-
</intent-filter>
|
1462
|
-
</activity>
|
1463
|
-
|
1464
|
-
<activity android:name=".view.TableLayout7" android:label="Views/Layouts/TableLayout/07. Column Collapse">
|
1465
|
-
<intent-filter>
|
1466
|
-
<action android:name="android.intent.action.MAIN" />
|
1467
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1468
|
-
</intent-filter>
|
1469
|
-
</activity>
|
1470
|
-
|
1471
|
-
<activity android:name=".view.TableLayout8" android:label="Views/Layouts/TableLayout/08. Toggle Stretch">
|
1472
|
-
<intent-filter>
|
1473
|
-
<action android:name="android.intent.action.MAIN" />
|
1474
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1475
|
-
</intent-filter>
|
1476
|
-
</activity>
|
1477
|
-
|
1478
|
-
<activity android:name=".view.TableLayout9" android:label="Views/Layouts/TableLayout/09. Toggle Shrink">
|
1479
|
-
<intent-filter>
|
1480
|
-
<action android:name="android.intent.action.MAIN" />
|
1481
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1482
|
-
</intent-filter>
|
1483
|
-
</activity>
|
1484
|
-
|
1485
|
-
<activity android:name=".view.TableLayout10" android:label="Views/Layouts/TableLayout/10. Simple Form">
|
1486
|
-
<intent-filter>
|
1487
|
-
<action android:name="android.intent.action.MAIN" />
|
1488
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1489
|
-
</intent-filter>
|
1490
|
-
</activity>
|
1491
|
-
|
1492
|
-
<activity android:name=".view.TableLayout11" android:label="Views/Layouts/TableLayout/11. Gravity">
|
1493
|
-
<intent-filter>
|
1494
|
-
<action android:name="android.intent.action.MAIN" />
|
1495
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1496
|
-
</intent-filter>
|
1497
|
-
</activity>
|
1498
|
-
|
1499
|
-
<activity android:name=".view.TableLayout12" android:label="Views/Layouts/TableLayout/12. Cell Spanning">
|
1500
|
-
<intent-filter>
|
1501
|
-
<action android:name="android.intent.action.MAIN" />
|
1502
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1503
|
-
</intent-filter>
|
1504
|
-
</activity>
|
1505
|
-
|
1506
|
-
<activity android:name=".view.GridLayout0" android:label="Views/Layouts/GridLayout/0. Simple Form (Java)">
|
1507
|
-
<intent-filter>
|
1508
|
-
<action android:name="android.intent.action.MAIN" />
|
1509
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1510
|
-
</intent-filter>
|
1511
|
-
</activity>
|
1512
|
-
|
1513
|
-
<activity android:name=".view.GridLayout1" android:label="Views/Layouts/GridLayout/1. Simple Form (XML)">
|
1514
|
-
<intent-filter>
|
1515
|
-
<action android:name="android.intent.action.MAIN" />
|
1516
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1517
|
-
</intent-filter>
|
1518
|
-
</activity>
|
1519
|
-
|
1520
|
-
<activity android:name=".view.Baseline1" android:label="Views/Layouts/Baseline/1. Top">
|
1521
|
-
<intent-filter>
|
1522
|
-
<action android:name="android.intent.action.MAIN" />
|
1523
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1524
|
-
</intent-filter>
|
1525
|
-
</activity>
|
1526
|
-
|
1527
|
-
<activity android:name=".view.Baseline2" android:label="Views/Layouts/Baseline/2. Bottom">
|
1528
|
-
<intent-filter>
|
1529
|
-
<action android:name="android.intent.action.MAIN" />
|
1530
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1531
|
-
</intent-filter>
|
1532
|
-
</activity>
|
1533
|
-
|
1534
|
-
<activity android:name=".view.Baseline3" android:label="Views/Layouts/Baseline/3. Center">
|
1535
|
-
<intent-filter>
|
1536
|
-
<action android:name="android.intent.action.MAIN" />
|
1537
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1538
|
-
</intent-filter>
|
1539
|
-
</activity>
|
1540
|
-
|
1541
|
-
<activity android:name=".view.Baseline4" android:label="Views/Layouts/Baseline/4. Everywhere">
|
1542
|
-
<intent-filter>
|
1543
|
-
<action android:name="android.intent.action.MAIN" />
|
1544
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1545
|
-
</intent-filter>
|
1546
|
-
</activity>
|
1547
|
-
|
1548
|
-
<activity android:name=".view.Baseline6" android:label="Views/Layouts/Baseline/5. Multi-line">
|
1549
|
-
<intent-filter>
|
1550
|
-
<action android:name="android.intent.action.MAIN" />
|
1551
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1552
|
-
</intent-filter>
|
1553
|
-
</activity>
|
1554
|
-
|
1555
|
-
<activity android:name=".view.Baseline7" android:label="Views/Layouts/Baseline/6. Relative">
|
1556
|
-
<intent-filter>
|
1557
|
-
<action android:name="android.intent.action.MAIN" />
|
1558
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1559
|
-
</intent-filter>
|
1560
|
-
</activity>
|
1561
|
-
|
1562
|
-
<activity android:name=".view.BaselineNested1" android:label="Views/Layouts/Baseline/Nested Example 1">
|
1563
|
-
<intent-filter>
|
1564
|
-
<action android:name="android.intent.action.MAIN" />
|
1565
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1566
|
-
</intent-filter>
|
1567
|
-
</activity>
|
1568
|
-
|
1569
|
-
<activity android:name=".view.BaselineNested2" android:label="Views/Layouts/Baseline/Nested Example 2">
|
1570
|
-
<intent-filter>
|
1571
|
-
<action android:name="android.intent.action.MAIN" />
|
1572
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1573
|
-
</intent-filter>
|
1574
|
-
</activity>
|
1575
|
-
|
1576
|
-
<activity android:name=".view.BaselineNested3" android:label="Views/Layouts/Baseline/Nested Example 3">
|
1577
|
-
<intent-filter>
|
1578
|
-
<action android:name="android.intent.action.MAIN" />
|
1579
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1580
|
-
</intent-filter>
|
1581
|
-
</activity>
|
1582
|
-
|
1583
|
-
<activity android:name=".view.ScrollBar1" android:label="Views/ScrollBars/1. Basic">
|
1584
|
-
<intent-filter>
|
1585
|
-
<action android:name="android.intent.action.MAIN" />
|
1586
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1587
|
-
</intent-filter>
|
1588
|
-
</activity>
|
1589
|
-
|
1590
|
-
<activity android:name=".view.ScrollBar2" android:label="Views/ScrollBars/2. Fancy">
|
1591
|
-
<intent-filter>
|
1592
|
-
<action android:name="android.intent.action.MAIN" />
|
1593
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1594
|
-
</intent-filter>
|
1595
|
-
</activity>
|
1596
|
-
|
1597
|
-
<activity android:name=".view.ScrollBar3" android:label="Views/ScrollBars/3. Style">
|
1598
|
-
<intent-filter>
|
1599
|
-
<action android:name="android.intent.action.MAIN" />
|
1600
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1601
|
-
</intent-filter>
|
1602
|
-
</activity>
|
1603
|
-
|
1604
|
-
<activity android:name=".view.Visibility1" android:label="Views/Visibility">
|
1605
|
-
<intent-filter>
|
1606
|
-
<action android:name="android.intent.action.MAIN" />
|
1607
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1608
|
-
</intent-filter>
|
1609
|
-
</activity>
|
1610
|
-
|
1611
|
-
<activity android:name=".view.List1" android:label="Views/Lists/01. Array">
|
1612
|
-
<intent-filter>
|
1613
|
-
<action android:name="android.intent.action.MAIN" />
|
1614
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1615
|
-
</intent-filter>
|
1616
|
-
</activity>
|
1617
|
-
|
1618
|
-
<activity android:name=".view.List2" android:label="Views/Lists/02. Cursor (People)">
|
1619
|
-
<intent-filter>
|
1620
|
-
<action android:name="android.intent.action.MAIN" />
|
1621
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1622
|
-
</intent-filter>
|
1623
|
-
</activity>
|
1624
|
-
|
1625
|
-
<activity android:name=".view.List3" android:label="Views/Lists/03. Cursor (Phones)">
|
1626
|
-
<intent-filter>
|
1627
|
-
<action android:name="android.intent.action.MAIN" />
|
1628
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1629
|
-
</intent-filter>
|
1630
|
-
</activity>
|
1631
|
-
|
1632
|
-
<activity android:name=".view.List4" android:label="Views/Lists/04. ListAdapter">
|
1633
|
-
<intent-filter>
|
1634
|
-
<action android:name="android.intent.action.MAIN" />
|
1635
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1636
|
-
</intent-filter>
|
1637
|
-
</activity>
|
1638
|
-
|
1639
|
-
<activity android:name=".view.List5" android:label="Views/Lists/05. Separators">
|
1640
|
-
<intent-filter>
|
1641
|
-
<action android:name="android.intent.action.MAIN" />
|
1642
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1643
|
-
</intent-filter>
|
1644
|
-
</activity>
|
1645
|
-
|
1646
|
-
<activity android:name=".view.List6" android:label="Views/Lists/06. ListAdapter Collapsed">
|
1647
|
-
<intent-filter>
|
1648
|
-
<action android:name="android.intent.action.MAIN" />
|
1649
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1650
|
-
</intent-filter>
|
1651
|
-
</activity>
|
1652
|
-
|
1653
|
-
<activity android:name=".view.List7" android:label="Views/Lists/07. Cursor (Phones)">
|
1654
|
-
<intent-filter>
|
1655
|
-
<action android:name="android.intent.action.MAIN" />
|
1656
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1657
|
-
</intent-filter>
|
1658
|
-
</activity>
|
1659
|
-
|
1660
|
-
<activity android:name=".view.List8" android:label="Views/Lists/08. Photos">
|
1661
|
-
<intent-filter>
|
1662
|
-
<action android:name="android.intent.action.MAIN" />
|
1663
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1664
|
-
</intent-filter>
|
1665
|
-
</activity>
|
1666
|
-
|
1667
|
-
<activity android:name=".view.List9" android:label="Views/Lists/09. Array (Overlay)">
|
1668
|
-
<intent-filter>
|
1669
|
-
<action android:name="android.intent.action.MAIN" />
|
1670
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1671
|
-
</intent-filter>
|
1672
|
-
</activity>
|
1673
|
-
|
1674
|
-
<activity android:name=".view.List10" android:label="Views/Lists/10. Single choice list">
|
1675
|
-
<intent-filter>
|
1676
|
-
<action android:name="android.intent.action.MAIN" />
|
1677
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1678
|
-
</intent-filter>
|
1679
|
-
</activity>
|
1680
|
-
|
1681
|
-
<activity android:name=".view.List11" android:label="Views/Lists/11. Multiple choice list">
|
1682
|
-
<intent-filter>
|
1683
|
-
<action android:name="android.intent.action.MAIN" />
|
1684
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1685
|
-
</intent-filter>
|
1686
|
-
</activity>
|
1687
|
-
|
1688
|
-
<activity android:name=".view.List12" android:label="Views/Lists/12. Transcript">
|
1689
|
-
<intent-filter>
|
1690
|
-
<action android:name="android.intent.action.MAIN" />
|
1691
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1692
|
-
</intent-filter>
|
1693
|
-
</activity>
|
1694
|
-
|
1695
|
-
<activity android:name=".view.List13" android:label="Views/Lists/13. Slow Adapter">
|
1696
|
-
<intent-filter>
|
1697
|
-
<action android:name="android.intent.action.MAIN" />
|
1698
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1699
|
-
</intent-filter>
|
1700
|
-
</activity>
|
1701
|
-
|
1702
|
-
<activity android:name=".view.List14" android:label="Views/Lists/14. Efficient Adapter">
|
1703
|
-
<intent-filter>
|
1704
|
-
<action android:name="android.intent.action.MAIN" />
|
1705
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1706
|
-
</intent-filter>
|
1707
|
-
</activity>
|
1708
|
-
|
1709
|
-
<activity android:name=".view.List15" android:label="Views/Lists/15. Selection Mode">
|
1710
|
-
<intent-filter>
|
1711
|
-
<action android:name="android.intent.action.MAIN" />
|
1712
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1713
|
-
</intent-filter>
|
1714
|
-
</activity>
|
1715
|
-
|
1716
|
-
<activity android:name=".view.List16" android:label="Views/Lists/16. Border selection mode">
|
1717
|
-
<intent-filter>
|
1718
|
-
<action android:name="android.intent.action.MAIN" />
|
1719
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1720
|
-
</intent-filter>
|
1721
|
-
</activity>
|
1722
|
-
|
1723
|
-
<activity android:name=".view.List17" android:label="Views/Lists/17. Activate items">
|
1724
|
-
<intent-filter>
|
1725
|
-
<action android:name="android.intent.action.MAIN" />
|
1726
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1727
|
-
</intent-filter>
|
1728
|
-
</activity>
|
1729
|
-
|
1730
|
-
<activity android:name=".view.ExpandableList1" android:label="Views/Expandable Lists/1. Custom Adapter">
|
1731
|
-
<intent-filter>
|
1732
|
-
<action android:name="android.intent.action.MAIN" />
|
1733
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1734
|
-
</intent-filter>
|
1735
|
-
</activity>
|
1736
|
-
|
1737
|
-
<activity android:name=".view.ExpandableList2" android:label="Views/Expandable Lists/2. Cursor (People)">
|
1738
|
-
<intent-filter>
|
1739
|
-
<action android:name="android.intent.action.MAIN" />
|
1740
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1741
|
-
</intent-filter>
|
1742
|
-
</activity>
|
1743
|
-
|
1744
|
-
<activity android:name=".view.ExpandableList3" android:label="Views/Expandable Lists/3. Simple Adapter">
|
1745
|
-
<intent-filter>
|
1746
|
-
<action android:name="android.intent.action.MAIN" />
|
1747
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1748
|
-
</intent-filter>
|
1749
|
-
</activity>
|
1750
|
-
|
1751
|
-
<activity android:name=".view.CustomView1"
|
1752
|
-
android:label="Views/Custom"
|
1753
|
-
android:theme="@android:style/Theme.Light">
|
1754
|
-
<intent-filter>
|
1755
|
-
<action android:name="android.intent.action.MAIN" />
|
1756
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1757
|
-
</intent-filter>
|
1758
|
-
</activity>
|
1759
|
-
|
1760
|
-
<activity android:name=".view.Gallery1" android:label="Views/Gallery/1. Photos">
|
1761
|
-
<intent-filter>
|
1762
|
-
<action android:name="android.intent.action.MAIN" />
|
1763
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1764
|
-
</intent-filter>
|
1765
|
-
</activity>
|
1766
|
-
|
1767
|
-
<activity android:name=".view.Gallery2" android:label="Views/Gallery/2. People">
|
1768
|
-
<intent-filter>
|
1769
|
-
<action android:name="android.intent.action.MAIN" />
|
1770
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1771
|
-
</intent-filter>
|
1772
|
-
</activity>
|
1773
|
-
|
1774
|
-
<activity android:name=".view.Spinner1" android:label="Views/Spinner">
|
1775
|
-
<intent-filter>
|
1776
|
-
<action android:name="android.intent.action.MAIN" />
|
1777
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1778
|
-
</intent-filter>
|
1779
|
-
</activity>
|
1780
|
-
|
1781
|
-
<activity android:name=".view.Grid1" android:label="Views/Grid/1. Icon Grid">
|
1782
|
-
<intent-filter>
|
1783
|
-
<action android:name="android.intent.action.MAIN" />
|
1784
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1785
|
-
</intent-filter>
|
1786
|
-
</activity>
|
1787
|
-
|
1788
|
-
<activity android:name=".view.Grid2" android:label="Views/Grid/2. Photo Grid">
|
1789
|
-
<intent-filter>
|
1790
|
-
<action android:name="android.intent.action.MAIN" />
|
1791
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1792
|
-
</intent-filter>
|
1793
|
-
</activity>
|
1794
|
-
|
1795
|
-
<activity android:name=".view.Grid3"
|
1796
|
-
android:label="Views/Grid/3. Selection Mode">
|
1797
|
-
<intent-filter>
|
1798
|
-
<action android:name="android.intent.action.MAIN" />
|
1799
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1800
|
-
</intent-filter>
|
1801
|
-
</activity>
|
1802
|
-
|
1803
|
-
<activity android:name=".view.ImageView1"
|
1804
|
-
android:label="Views/ImageView">
|
1805
|
-
<intent-filter>
|
1806
|
-
<action android:name="android.intent.action.MAIN" />
|
1807
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1808
|
-
</intent-filter>
|
1809
|
-
</activity>
|
1810
|
-
|
1811
|
-
<activity android:name=".view.ImageSwitcher1"
|
1812
|
-
android:label="Views/ImageSwitcher">
|
1813
|
-
<intent-filter>
|
1814
|
-
<action android:name="android.intent.action.MAIN" />
|
1815
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1816
|
-
</intent-filter>
|
1817
|
-
</activity>
|
1818
|
-
|
1819
|
-
<activity android:name=".view.TextSwitcher1"
|
1820
|
-
android:label="Views/TextSwitcher">
|
1821
|
-
<intent-filter>
|
1822
|
-
<action android:name="android.intent.action.MAIN" />
|
1823
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1824
|
-
</intent-filter>
|
1825
|
-
</activity>
|
1826
|
-
|
1827
|
-
<activity android:name=".view.ImageButton1"
|
1828
|
-
android:label="Views/ImageButton">
|
1829
|
-
<intent-filter>
|
1830
|
-
<action android:name="android.intent.action.MAIN" />
|
1831
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1832
|
-
</intent-filter>
|
1833
|
-
</activity>
|
1834
|
-
|
1835
|
-
<activity android:name=".view.Animation1" android:label="Views/Animation/Shake">
|
1836
|
-
<intent-filter>
|
1837
|
-
<action android:name="android.intent.action.MAIN" />
|
1838
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1839
|
-
</intent-filter>
|
1840
|
-
</activity>
|
1841
|
-
|
1842
|
-
<activity android:name=".view.Animation2" android:label="Views/Animation/Push">
|
1843
|
-
<intent-filter>
|
1844
|
-
<action android:name="android.intent.action.MAIN" />
|
1845
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1846
|
-
</intent-filter>
|
1847
|
-
</activity>
|
1848
|
-
|
1849
|
-
<activity android:name=".view.Animation3" android:label="Views/Animation/Interpolators">
|
1850
|
-
<intent-filter>
|
1851
|
-
<action android:name="android.intent.action.MAIN" />
|
1852
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1853
|
-
</intent-filter>
|
1854
|
-
</activity>
|
1855
|
-
|
1856
|
-
<activity android:name=".view.LayoutAnimation1" android:label="Views/Layout Animation/1. Grid Fade">
|
1857
|
-
<intent-filter>
|
1858
|
-
<action android:name="android.intent.action.MAIN" />
|
1859
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1860
|
-
</intent-filter>
|
1861
|
-
</activity>
|
1862
|
-
|
1863
|
-
<activity android:name=".view.LayoutAnimation2" android:label="Views/Layout Animation/2. List Cascade">
|
1864
|
-
<intent-filter>
|
1865
|
-
<action android:name="android.intent.action.MAIN" />
|
1866
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1867
|
-
</intent-filter>
|
1868
|
-
</activity>
|
1869
|
-
|
1870
|
-
<activity android:name=".view.LayoutAnimation3" android:label="Views/Layout Animation/3. Reverse Order">
|
1871
|
-
<intent-filter>
|
1872
|
-
<action android:name="android.intent.action.MAIN" />
|
1873
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1874
|
-
</intent-filter>
|
1875
|
-
</activity>
|
1876
|
-
|
1877
|
-
<activity android:name=".view.LayoutAnimation4" android:label="Views/Layout Animation/4. Randomize">
|
1878
|
-
<intent-filter>
|
1879
|
-
<action android:name="android.intent.action.MAIN" />
|
1880
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1881
|
-
</intent-filter>
|
1882
|
-
</activity>
|
1883
|
-
|
1884
|
-
<activity android:name=".view.LayoutAnimation5" android:label="Views/Layout Animation/5. Grid Direction">
|
1885
|
-
<intent-filter>
|
1886
|
-
<action android:name="android.intent.action.MAIN" />
|
1887
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1888
|
-
</intent-filter>
|
1889
|
-
</activity>
|
1890
|
-
|
1891
|
-
<activity android:name=".view.LayoutAnimation6" android:label="Views/Layout Animation/6. Wave Scale">
|
1892
|
-
<intent-filter>
|
1893
|
-
<action android:name="android.intent.action.MAIN" />
|
1894
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1895
|
-
</intent-filter>
|
1896
|
-
</activity>
|
1897
|
-
|
1898
|
-
<activity android:name=".view.LayoutAnimation7" android:label="Views/Layout Animation/7. Nested Animations">
|
1899
|
-
<intent-filter>
|
1900
|
-
<action android:name="android.intent.action.MAIN" />
|
1901
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1902
|
-
</intent-filter>
|
1903
|
-
</activity>
|
1904
|
-
|
1905
|
-
<activity android:name=".view.Controls1"
|
1906
|
-
android:label="Views/Controls/1. Light Theme"
|
1907
|
-
android:theme="@android:style/Theme.Light">
|
1908
|
-
<intent-filter>
|
1909
|
-
<action android:name="android.intent.action.MAIN" />
|
1910
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1911
|
-
</intent-filter>
|
1912
|
-
</activity>
|
1913
|
-
|
1914
|
-
<activity android:name=".view.Controls2"
|
1915
|
-
android:label="Views/Controls/2. Dark Theme"
|
1916
|
-
android:theme="@android:style/Theme">
|
1917
|
-
<intent-filter>
|
1918
|
-
<action android:name="android.intent.action.MAIN" />
|
1919
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1920
|
-
</intent-filter>
|
1921
|
-
</activity>
|
1922
|
-
|
1923
|
-
<activity android:name=".view.Controls3"
|
1924
|
-
android:label="Views/Controls/3. Holo Light Theme"
|
1925
|
-
android:theme="@android:style/Theme.Holo.Light"
|
1926
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1927
|
-
<intent-filter>
|
1928
|
-
<action android:name="android.intent.action.MAIN" />
|
1929
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1930
|
-
</intent-filter>
|
1931
|
-
</activity>
|
1932
|
-
|
1933
|
-
<activity android:name=".view.Controls4"
|
1934
|
-
android:label="Views/Controls/4. Holo Dark Theme"
|
1935
|
-
android:theme="@android:style/Theme.Holo"
|
1936
|
-
android:enabled="@bool/atLeastHoneycomb">
|
1937
|
-
<intent-filter>
|
1938
|
-
<action android:name="android.intent.action.MAIN" />
|
1939
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1940
|
-
</intent-filter>
|
1941
|
-
</activity>
|
1942
|
-
|
1943
|
-
<activity android:name=".view.Controls5"
|
1944
|
-
android:label="Views/Controls/5. Custom Theme"
|
1945
|
-
android:theme="@style/CustomTheme">
|
1946
|
-
<intent-filter>
|
1947
|
-
<action android:name="android.intent.action.MAIN" />
|
1948
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1949
|
-
</intent-filter>
|
1950
|
-
</activity>
|
1951
|
-
|
1952
|
-
<activity android:name=".view.Controls6"
|
1953
|
-
android:label="Views/Controls/6. Holo or Old Theme"
|
1954
|
-
android:theme="@style/ThemeHolo">
|
1955
|
-
<intent-filter>
|
1956
|
-
<action android:name="android.intent.action.MAIN" />
|
1957
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1958
|
-
</intent-filter>
|
1959
|
-
</activity>
|
1960
|
-
|
1961
|
-
<activity android:name=".view.Buttons1"
|
1962
|
-
android:label="Views/Buttons">
|
1963
|
-
<intent-filter>
|
1964
|
-
<action android:name="android.intent.action.MAIN" />
|
1965
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1966
|
-
</intent-filter>
|
1967
|
-
</activity>
|
1968
|
-
|
1969
|
-
<activity android:name=".view.AutoComplete1" android:label="Views/Auto Complete/1. Screen Top">
|
1970
|
-
<intent-filter>
|
1971
|
-
<action android:name="android.intent.action.MAIN" />
|
1972
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1973
|
-
</intent-filter>
|
1974
|
-
</activity>
|
1975
|
-
|
1976
|
-
<activity android:name=".view.AutoComplete2" android:label="Views/Auto Complete/2. Screen Bottom">
|
1977
|
-
<intent-filter>
|
1978
|
-
<action android:name="android.intent.action.MAIN" />
|
1979
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1980
|
-
</intent-filter>
|
1981
|
-
</activity>
|
1982
|
-
|
1983
|
-
<activity android:name=".view.AutoComplete3" android:label="Views/Auto Complete/3. Scroll">
|
1984
|
-
<intent-filter>
|
1985
|
-
<action android:name="android.intent.action.MAIN" />
|
1986
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1987
|
-
</intent-filter>
|
1988
|
-
</activity>
|
1989
|
-
|
1990
|
-
<activity android:name=".view.AutoComplete4" android:label="Views/Auto Complete/4. Contacts">
|
1991
|
-
<intent-filter>
|
1992
|
-
<action android:name="android.intent.action.MAIN" />
|
1993
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
1994
|
-
</intent-filter>
|
1995
|
-
</activity>
|
1996
|
-
|
1997
|
-
<activity android:name=".view.AutoComplete5" android:label="Views/Auto Complete/5. Contacts with Hint">
|
1998
|
-
<intent-filter>
|
1999
|
-
<action android:name="android.intent.action.MAIN" />
|
2000
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2001
|
-
</intent-filter>
|
2002
|
-
</activity>
|
2003
|
-
|
2004
|
-
<activity android:name=".view.AutoComplete6" android:label="Views/Auto Complete/6. Multiple items">
|
2005
|
-
<intent-filter>
|
2006
|
-
<action android:name="android.intent.action.MAIN" />
|
2007
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2008
|
-
</intent-filter>
|
2009
|
-
</activity>
|
2010
|
-
|
2011
|
-
<activity android:name=".view.ProgressBar1" android:label="Views/Progress Bar/1. Incremental">
|
2012
|
-
<intent-filter>
|
2013
|
-
<action android:name="android.intent.action.MAIN" />
|
2014
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2015
|
-
</intent-filter>
|
2016
|
-
</activity>
|
2017
|
-
|
2018
|
-
<activity android:name=".view.ProgressBar2" android:label="Views/Progress Bar/2. Smooth">
|
2019
|
-
<intent-filter>
|
2020
|
-
<action android:name="android.intent.action.MAIN" />
|
2021
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2022
|
-
</intent-filter>
|
2023
|
-
</activity>
|
2024
|
-
|
2025
|
-
<activity android:name=".view.ProgressBar3" android:label="Views/Progress Bar/3. Dialogs">
|
2026
|
-
<intent-filter>
|
2027
|
-
<action android:name="android.intent.action.MAIN" />
|
2028
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2029
|
-
</intent-filter>
|
2030
|
-
</activity>
|
2031
|
-
|
2032
|
-
<activity android:name=".view.ProgressBar4" android:label="Views/Progress Bar/4. In Title Bar">
|
2033
|
-
<intent-filter>
|
2034
|
-
<action android:name="android.intent.action.MAIN" />
|
2035
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2036
|
-
</intent-filter>
|
2037
|
-
</activity>
|
2038
|
-
|
2039
|
-
<activity android:name=".view.SeekBar1" android:label="Views/Seek Bar">
|
2040
|
-
<intent-filter>
|
2041
|
-
<action android:name="android.intent.action.MAIN" />
|
2042
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2043
|
-
</intent-filter>
|
2044
|
-
</activity>
|
2045
|
-
|
2046
|
-
<activity android:name=".view.RatingBar1" android:label="Views/Rating Bar">
|
2047
|
-
<intent-filter>
|
2048
|
-
<action android:name="android.intent.action.MAIN" />
|
2049
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2050
|
-
</intent-filter>
|
2051
|
-
</activity>
|
2052
|
-
|
2053
|
-
<activity android:name=".view.Focus1" android:label="Views/Focus/1. Vertical">
|
2054
|
-
<intent-filter>
|
2055
|
-
<action android:name="android.intent.action.MAIN" />
|
2056
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2057
|
-
</intent-filter>
|
2058
|
-
</activity>
|
2059
|
-
|
2060
|
-
<activity android:name=".view.Focus2" android:label="Views/Focus/2. Horizontal">
|
2061
|
-
<intent-filter>
|
2062
|
-
<action android:name="android.intent.action.MAIN" />
|
2063
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2064
|
-
</intent-filter>
|
2065
|
-
</activity>
|
2066
|
-
|
2067
|
-
<activity android:name=".view.Focus3" android:label="Views/Focus/3. Circular">
|
2068
|
-
<intent-filter>
|
2069
|
-
<action android:name="android.intent.action.MAIN" />
|
2070
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2071
|
-
</intent-filter>
|
2072
|
-
</activity>
|
2073
|
-
|
2074
|
-
<activity android:name=".view.InternalSelectionFocus" android:label="Views/Focus/4. Internal Selection">
|
2075
|
-
<intent-filter>
|
2076
|
-
<action android:name="android.intent.action.MAIN" />
|
2077
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2078
|
-
</intent-filter>
|
2079
|
-
</activity>
|
2080
|
-
|
2081
|
-
<activity android:name=".view.Focus5" android:label="Views/Focus/5. Sequential (Tab Order)">
|
2082
|
-
<intent-filter>
|
2083
|
-
<action android:name="android.intent.action.MAIN" />
|
2084
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2085
|
-
</intent-filter>
|
2086
|
-
</activity>
|
2087
|
-
|
2088
|
-
<activity android:name=".view.DateWidgets1" android:label="Views/Date Widgets/1. Dialog">
|
2089
|
-
<intent-filter>
|
2090
|
-
<action android:name="android.intent.action.MAIN" />
|
2091
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2092
|
-
</intent-filter>
|
2093
|
-
</activity>
|
2094
|
-
|
2095
|
-
<activity android:name=".view.DateWidgets2" android:label="Views/Date Widgets/2. Inline">
|
2096
|
-
<intent-filter>
|
2097
|
-
<action android:name="android.intent.action.MAIN" />
|
2098
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2099
|
-
</intent-filter>
|
2100
|
-
</activity>
|
2101
|
-
|
2102
|
-
<activity android:name=".view.PopupMenu1" android:label="Views/Popup Menu">
|
2103
|
-
<intent-filter>
|
2104
|
-
<action android:name="android.intent.action.MAIN" />
|
2105
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2106
|
-
</intent-filter>
|
2107
|
-
</activity>
|
2108
|
-
|
2109
|
-
<activity android:name=".view.SearchViewActionBar" android:label="Views/Search View/Action Bar"
|
2110
|
-
android:theme="@android:style/Theme.Holo">
|
2111
|
-
<intent-filter>
|
2112
|
-
<action android:name="android.intent.action.MAIN" />
|
2113
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2114
|
-
</intent-filter>
|
2115
|
-
<meta-data android:name="android.app.default_searchable"
|
2116
|
-
android:value=".app.SearchQueryResults" />
|
2117
|
-
</activity>
|
2118
|
-
|
2119
|
-
<activity android:name=".view.SearchViewAlwaysVisible" android:label="Views/Search View/Always Expanded"
|
2120
|
-
android:theme="@android:style/Theme.Holo">
|
2121
|
-
<intent-filter>
|
2122
|
-
<action android:name="android.intent.action.MAIN" />
|
2123
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2124
|
-
</intent-filter>
|
2125
|
-
<meta-data android:name="android.app.default_searchable"
|
2126
|
-
android:value=".app.SearchQueryResults" />
|
2127
|
-
</activity>
|
2128
|
-
|
2129
|
-
<activity android:name=".view.SearchViewFilterMode" android:label="Views/Search View/Filter"
|
2130
|
-
android:theme="@android:style/Theme.Holo">
|
2131
|
-
<intent-filter>
|
2132
|
-
<action android:name="android.intent.action.MAIN" />
|
2133
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2134
|
-
</intent-filter>
|
2135
|
-
</activity>
|
2136
|
-
|
2137
|
-
<activity android:name=".view.RotatingButton" android:label="Views/Rotating Button">
|
2138
|
-
<intent-filter>
|
2139
|
-
<action android:name="android.intent.action.MAIN" />
|
2140
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2141
|
-
</intent-filter>
|
2142
|
-
</activity>
|
2143
|
-
|
2144
|
-
<activity android:name=".view.SecureView" android:label="Views/Secure View">
|
2145
|
-
<intent-filter>
|
2146
|
-
<action android:name="android.intent.action.MAIN" />
|
2147
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2148
|
-
</intent-filter>
|
2149
|
-
</activity>
|
2150
|
-
|
2151
|
-
<activity android:name=".view.SplitTouchView" android:label="Views/Splitting Touches across Views">
|
2152
|
-
<intent-filter>
|
2153
|
-
<action android:name="android.intent.action.MAIN" />
|
2154
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2155
|
-
</intent-filter>
|
2156
|
-
</activity>
|
2157
|
-
|
2158
|
-
<activity android:name=".view.DragAndDropDemo"
|
2159
|
-
android:label="Views/Drag and Drop"
|
2160
|
-
android:hardwareAccelerated="false"
|
2161
|
-
android:enabled="@bool/atLeastHoneycomb">
|
2162
|
-
<intent-filter>
|
2163
|
-
<action android:name="android.intent.action.MAIN" />
|
2164
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2165
|
-
</intent-filter>
|
2166
|
-
</activity>
|
2167
|
-
|
2168
|
-
<activity android:name=".view.GameControllerInput" android:label="Views/Game Controller Input">
|
2169
|
-
<intent-filter>
|
2170
|
-
<action android:name="android.intent.action.MAIN" />
|
2171
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2172
|
-
</intent-filter>
|
2173
|
-
</activity>
|
2174
|
-
|
2175
|
-
<activity android:name=".view.Hover" android:label="Views/Hover Events">
|
2176
|
-
<intent-filter>
|
2177
|
-
<action android:name="android.intent.action.MAIN" />
|
2178
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2179
|
-
</intent-filter>
|
2180
|
-
</activity>
|
2181
|
-
|
2182
|
-
<activity android:name=".view.OverscanActivity" android:label="Views/Full Screen Modes">
|
2183
|
-
<intent-filter>
|
2184
|
-
<action android:name="android.intent.action.MAIN" />
|
2185
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2186
|
-
</intent-filter>
|
2187
|
-
</activity>
|
2188
|
-
|
2189
|
-
<activity android:name=".view.Switches" android:label="Views/Switches">
|
2190
|
-
<intent-filter>
|
2191
|
-
<action android:name="android.intent.action.MAIN" />
|
2192
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2193
|
-
</intent-filter>
|
2194
|
-
</activity>
|
2195
|
-
|
2196
|
-
<!-- ************************************* -->
|
2197
|
-
<!-- GRAPHICS SAMPLES -->
|
2198
|
-
<!-- ************************************* -->
|
2199
|
-
|
2200
|
-
<activity android:name=".graphics.kube.Kube" android:label="Graphics/OpenGL ES/Kube"
|
2201
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2202
|
-
<intent-filter>
|
2203
|
-
<action android:name="android.intent.action.MAIN" />
|
2204
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2205
|
-
</intent-filter>
|
2206
|
-
</activity>
|
2207
|
-
|
2208
|
-
<activity android:name=".graphics.Compass" android:label="Graphics/Compass">
|
2209
|
-
<intent-filter>
|
2210
|
-
<action android:name="android.intent.action.MAIN" />
|
2211
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2212
|
-
</intent-filter>
|
2213
|
-
</activity>
|
2214
|
-
|
2215
|
-
<activity android:name=".graphics.CameraPreview" android:label="Graphics/CameraPreview" android:screenOrientation="landscape">
|
2216
|
-
<intent-filter>
|
2217
|
-
<action android:name="android.intent.action.MAIN" />
|
2218
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2219
|
-
</intent-filter>
|
2220
|
-
</activity>
|
2221
|
-
|
2222
|
-
<activity android:name=".graphics.CompressedTextureActivity"
|
2223
|
-
android:label="Graphics/OpenGL ES/Compressed Texture"
|
2224
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2225
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2226
|
-
<intent-filter>
|
2227
|
-
<action android:name="android.intent.action.MAIN" />
|
2228
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2229
|
-
</intent-filter>
|
2230
|
-
</activity>
|
2231
|
-
|
2232
|
-
<activity android:name=".graphics.CubeMapActivity"
|
2233
|
-
android:label="Graphics/OpenGL ES/Cube Map"
|
2234
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2235
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2236
|
-
<intent-filter>
|
2237
|
-
<action android:name="android.intent.action.MAIN" />
|
2238
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2239
|
-
</intent-filter>
|
2240
|
-
</activity>
|
2241
|
-
|
2242
|
-
|
2243
|
-
<activity android:name=".graphics.FrameBufferObjectActivity"
|
2244
|
-
android:label="Graphics/OpenGL ES/Frame Buffer Object"
|
2245
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2246
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2247
|
-
<intent-filter>
|
2248
|
-
<action android:name="android.intent.action.MAIN" />
|
2249
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2250
|
-
</intent-filter>
|
2251
|
-
</activity>
|
2252
|
-
|
2253
|
-
<activity android:name=".graphics.GLSurfaceViewActivity"
|
2254
|
-
android:label="Graphics/OpenGL ES/GLSurfaceView"
|
2255
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2256
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2257
|
-
<intent-filter>
|
2258
|
-
<action android:name="android.intent.action.MAIN" />
|
2259
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2260
|
-
</intent-filter>
|
2261
|
-
</activity>
|
2262
|
-
|
2263
|
-
<activity android:name=".graphics.GLES20Activity"
|
2264
|
-
android:label="Graphics/OpenGL ES/OpenGL ES 2.0"
|
2265
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2266
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2267
|
-
<intent-filter>
|
2268
|
-
<action android:name="android.intent.action.MAIN" />
|
2269
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2270
|
-
</intent-filter>
|
2271
|
-
</activity>
|
2272
|
-
|
2273
|
-
<activity android:name=".graphics.MatrixPaletteActivity"
|
2274
|
-
android:label="Graphics/OpenGL ES/Matrix Palette Skinning"
|
2275
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2276
|
-
<intent-filter>
|
2277
|
-
<action android:name="android.intent.action.MAIN" />
|
2278
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2279
|
-
</intent-filter>
|
2280
|
-
</activity>
|
2281
|
-
|
2282
|
-
<activity android:name=".graphics.TranslucentGLSurfaceViewActivity"
|
2283
|
-
android:label="Graphics/OpenGL ES/Translucent GLSurfaceView"
|
2284
|
-
android:theme="@style/Theme.Translucent"
|
2285
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2286
|
-
<intent-filter>
|
2287
|
-
<action android:name="android.intent.action.MAIN" />
|
2288
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2289
|
-
</intent-filter>
|
2290
|
-
</activity>
|
2291
|
-
|
2292
|
-
<activity android:name=".graphics.TriangleActivity"
|
2293
|
-
android:label="Graphics/OpenGL ES/Textured Triangle"
|
2294
|
-
android:theme="@android:style/Theme.Holo.Dialog"
|
2295
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2296
|
-
<intent-filter>
|
2297
|
-
<action android:name="android.intent.action.MAIN" />
|
2298
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2299
|
-
</intent-filter>
|
2300
|
-
</activity>
|
2301
|
-
|
2302
|
-
<activity android:name=".graphics.spritetext.SpriteTextActivity"
|
2303
|
-
android:label="Graphics/OpenGL ES/Sprite Text"
|
2304
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2305
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2306
|
-
<intent-filter>
|
2307
|
-
<action android:name="android.intent.action.MAIN" />
|
2308
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2309
|
-
</intent-filter>
|
2310
|
-
</activity>
|
2311
|
-
|
2312
|
-
<activity android:name=".graphics.TouchRotateActivity"
|
2313
|
-
android:label="Graphics/OpenGL ES/Touch Rotate"
|
2314
|
-
android:theme="@android:style/Theme.NoTitleBar"
|
2315
|
-
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
|
2316
|
-
<intent-filter>
|
2317
|
-
<action android:name="android.intent.action.MAIN" />
|
2318
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2319
|
-
</intent-filter>
|
2320
|
-
</activity>
|
2321
|
-
|
2322
|
-
<activity android:name=".graphics.PolyToPoly" android:label="Graphics/PolyToPoly">
|
2323
|
-
<intent-filter>
|
2324
|
-
<action android:name="android.intent.action.MAIN" />
|
2325
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2326
|
-
</intent-filter>
|
2327
|
-
</activity>
|
2328
|
-
|
2329
|
-
<activity android:name=".graphics.ScaleToFit" android:label="Graphics/ScaleToFit">
|
2330
|
-
<intent-filter>
|
2331
|
-
<action android:name="android.intent.action.MAIN" />
|
2332
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2333
|
-
</intent-filter>
|
2334
|
-
</activity>
|
2335
|
-
|
2336
|
-
<activity android:name=".graphics.RoundRects" android:label="Graphics/RoundRects">
|
2337
|
-
<intent-filter>
|
2338
|
-
<action android:name="android.intent.action.MAIN" />
|
2339
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2340
|
-
</intent-filter>
|
2341
|
-
</activity>
|
2342
|
-
|
2343
|
-
<activity android:name=".graphics.ShapeDrawable1" android:label="Graphics/Drawable/ShapeDrawable">
|
2344
|
-
<intent-filter>
|
2345
|
-
<action android:name="android.intent.action.MAIN" />
|
2346
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2347
|
-
</intent-filter>
|
2348
|
-
</activity>
|
2349
|
-
|
2350
|
-
<activity android:name=".graphics.SurfaceViewOverlay"
|
2351
|
-
android:label="Graphics/SurfaceView Overlay">
|
2352
|
-
<intent-filter>
|
2353
|
-
<action android:name="android.intent.action.MAIN" />
|
2354
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2355
|
-
</intent-filter>
|
2356
|
-
</activity>
|
2357
|
-
|
2358
|
-
<activity android:name=".graphics.WindowSurface"
|
2359
|
-
android:label="Graphics/Surface Window">
|
2360
|
-
<intent-filter>
|
2361
|
-
<action android:name="android.intent.action.MAIN" />
|
2362
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2363
|
-
</intent-filter>
|
2364
|
-
</activity>
|
2365
|
-
|
2366
|
-
<activity android:hardwareAccelerated="false"
|
2367
|
-
android:name=".graphics.TextAlign" android:label="Graphics/Text Align">
|
2368
|
-
<intent-filter>
|
2369
|
-
<action android:name="android.intent.action.MAIN" />
|
2370
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2371
|
-
</intent-filter>
|
2372
|
-
</activity>
|
2373
|
-
|
2374
|
-
<activity android:name=".graphics.Arcs" android:label="Graphics/Arcs">
|
2375
|
-
<intent-filter>
|
2376
|
-
<action android:name="android.intent.action.MAIN" />
|
2377
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2378
|
-
</intent-filter>
|
2379
|
-
</activity>
|
2380
|
-
|
2381
|
-
<activity android:name=".graphics.Patterns" android:label="Graphics/Patterns">
|
2382
|
-
<intent-filter>
|
2383
|
-
<action android:name="android.intent.action.MAIN" />
|
2384
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2385
|
-
</intent-filter>
|
2386
|
-
</activity>
|
2387
|
-
|
2388
|
-
<activity android:hardwareAccelerated="false"
|
2389
|
-
android:name=".graphics.Clipping" android:label="Graphics/Clipping">
|
2390
|
-
<intent-filter>
|
2391
|
-
<action android:name="android.intent.action.MAIN" />
|
2392
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2393
|
-
</intent-filter>
|
2394
|
-
</activity>
|
2395
|
-
|
2396
|
-
<activity android:name=".graphics.Layers" android:label="Graphics/Layers">
|
2397
|
-
<intent-filter>
|
2398
|
-
<action android:name="android.intent.action.MAIN" />
|
2399
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2400
|
-
</intent-filter>
|
2401
|
-
</activity>
|
2402
|
-
|
2403
|
-
<activity android:hardwareAccelerated="false"
|
2404
|
-
android:name=".graphics.UnicodeChart" android:label="Graphics/UnicodeChart">
|
2405
|
-
<intent-filter>
|
2406
|
-
<action android:name="android.intent.action.MAIN" />
|
2407
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2408
|
-
</intent-filter>
|
2409
|
-
</activity>
|
2410
|
-
|
2411
|
-
<activity android:name=".graphics.PathFillTypes" android:label="Graphics/PathFillTypes">
|
2412
|
-
<intent-filter>
|
2413
|
-
<action android:name="android.intent.action.MAIN" />
|
2414
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2415
|
-
</intent-filter>
|
2416
|
-
</activity>
|
2417
|
-
|
2418
|
-
<activity android:hardwareAccelerated="false"
|
2419
|
-
android:name=".graphics.Pictures" android:label="Graphics/Pictures">
|
2420
|
-
<intent-filter>
|
2421
|
-
<action android:name="android.intent.action.MAIN" />
|
2422
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2423
|
-
</intent-filter>
|
2424
|
-
</activity>
|
2425
|
-
|
2426
|
-
<activity android:hardwareAccelerated="false"
|
2427
|
-
android:name=".graphics.Vertices" android:label="Graphics/Vertices">
|
2428
|
-
<intent-filter>
|
2429
|
-
<action android:name="android.intent.action.MAIN" />
|
2430
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2431
|
-
</intent-filter>
|
2432
|
-
</activity>
|
2433
|
-
|
2434
|
-
<activity android:name=".graphics.AnimateDrawables" android:label="Graphics/AnimateDrawables">
|
2435
|
-
<intent-filter>
|
2436
|
-
<action android:name="android.intent.action.MAIN" />
|
2437
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2438
|
-
</intent-filter>
|
2439
|
-
</activity>
|
2440
|
-
|
2441
|
-
<activity android:name=".graphics.SensorTest" android:label="Graphics/SensorTest">
|
2442
|
-
<intent-filter>
|
2443
|
-
<action android:name="android.intent.action.MAIN" />
|
2444
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2445
|
-
</intent-filter>
|
2446
|
-
</activity>
|
2447
|
-
|
2448
|
-
<activity android:name=".graphics.AlphaBitmap" android:label="Graphics/AlphaBitmap">
|
2449
|
-
<intent-filter>
|
2450
|
-
<action android:name="android.intent.action.MAIN" />
|
2451
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2452
|
-
</intent-filter>
|
2453
|
-
</activity>
|
2454
|
-
|
2455
|
-
<activity android:name=".graphics.Regions" android:label="Graphics/Regions">
|
2456
|
-
<intent-filter>
|
2457
|
-
<action android:name="android.intent.action.MAIN" />
|
2458
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2459
|
-
</intent-filter>
|
2460
|
-
</activity>
|
2461
|
-
|
2462
|
-
<activity android:name=".graphics.Sweep" android:label="Graphics/Sweep">
|
2463
|
-
<intent-filter>
|
2464
|
-
<action android:name="android.intent.action.MAIN" />
|
2465
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2466
|
-
</intent-filter>
|
2467
|
-
</activity>
|
2468
|
-
|
2469
|
-
<activity android:name=".graphics.BitmapMesh" android:label="Graphics/BitmapMesh">
|
2470
|
-
<intent-filter>
|
2471
|
-
<action android:name="android.intent.action.MAIN" />
|
2472
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2473
|
-
</intent-filter>
|
2474
|
-
</activity>
|
2475
|
-
|
2476
|
-
<activity android:name=".graphics.MeasureText" android:label="Graphics/MeasureText">
|
2477
|
-
<intent-filter>
|
2478
|
-
<action android:name="android.intent.action.MAIN" />
|
2479
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2480
|
-
</intent-filter>
|
2481
|
-
</activity>
|
2482
|
-
|
2483
|
-
<activity android:name=".graphics.Typefaces" android:label="Graphics/Typefaces">
|
2484
|
-
<intent-filter>
|
2485
|
-
<action android:name="android.intent.action.MAIN" />
|
2486
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2487
|
-
</intent-filter>
|
2488
|
-
</activity>
|
2489
|
-
|
2490
|
-
<activity android:name=".graphics.FingerPaint" android:label="Graphics/FingerPaint">
|
2491
|
-
<intent-filter>
|
2492
|
-
<action android:name="android.intent.action.MAIN" />
|
2493
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2494
|
-
</intent-filter>
|
2495
|
-
</activity>
|
2496
|
-
|
2497
|
-
<activity android:name=".graphics.ColorMatrixSample" android:label="Graphics/ColorMatrix">
|
2498
|
-
<intent-filter>
|
2499
|
-
<action android:name="android.intent.action.MAIN" />
|
2500
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2501
|
-
</intent-filter>
|
2502
|
-
</activity>
|
2503
|
-
|
2504
|
-
<activity android:hardwareAccelerated="false"
|
2505
|
-
android:name=".graphics.BitmapDecode" android:label="Graphics/BitmapDecode">
|
2506
|
-
<intent-filter>
|
2507
|
-
<action android:name="android.intent.action.MAIN" />
|
2508
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2509
|
-
</intent-filter>
|
2510
|
-
</activity>
|
2511
|
-
|
2512
|
-
<activity android:name=".graphics.ColorFilters" android:label="Graphics/ColorFilters">
|
2513
|
-
<intent-filter>
|
2514
|
-
<action android:name="android.intent.action.MAIN" />
|
2515
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2516
|
-
</intent-filter>
|
2517
|
-
</activity>
|
2518
|
-
|
2519
|
-
<activity android:name=".graphics.CreateBitmap" android:label="Graphics/CreateBitmap">
|
2520
|
-
<intent-filter>
|
2521
|
-
<action android:name="android.intent.action.MAIN" />
|
2522
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2523
|
-
</intent-filter>
|
2524
|
-
</activity>
|
2525
|
-
|
2526
|
-
<activity android:hardwareAccelerated="false"
|
2527
|
-
android:name=".graphics.DrawPoints" android:label="Graphics/Points">
|
2528
|
-
<intent-filter>
|
2529
|
-
<action android:name="android.intent.action.MAIN" />
|
2530
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2531
|
-
</intent-filter>
|
2532
|
-
</activity>
|
2533
|
-
|
2534
|
-
<activity android:name=".graphics.TouchPaint" android:label="Graphics/Touch Paint"
|
2535
|
-
android:theme="@style/Theme.Black"
|
2536
|
-
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize">
|
2537
|
-
<intent-filter>
|
2538
|
-
<action android:name="android.intent.action.MAIN" />
|
2539
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2540
|
-
</intent-filter>
|
2541
|
-
</activity>
|
2542
|
-
|
2543
|
-
<activity android:name=".graphics.BitmapPixels" android:label="Graphics/BitmapPixels">
|
2544
|
-
<intent-filter>
|
2545
|
-
<action android:name="android.intent.action.MAIN" />
|
2546
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2547
|
-
</intent-filter>
|
2548
|
-
</activity>
|
2549
|
-
|
2550
|
-
<activity android:name=".graphics.Xfermodes" android:label="Graphics/Xfermodes">
|
2551
|
-
<intent-filter>
|
2552
|
-
<action android:name="android.intent.action.MAIN" />
|
2553
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2554
|
-
</intent-filter>
|
2555
|
-
</activity>
|
2556
|
-
|
2557
|
-
<activity android:name=".graphics.PathEffects" android:label="Graphics/PathEffects">
|
2558
|
-
<intent-filter>
|
2559
|
-
<action android:name="android.intent.action.MAIN" />
|
2560
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2561
|
-
</intent-filter>
|
2562
|
-
</activity>
|
2563
|
-
|
2564
|
-
<activity android:name=".graphics.GradientDrawable1" android:label="Graphics/Drawable/GradientDrawable">
|
2565
|
-
<intent-filter>
|
2566
|
-
<action android:name="android.intent.action.MAIN" />
|
2567
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2568
|
-
</intent-filter>
|
2569
|
-
</activity>
|
2570
|
-
|
2571
|
-
<activity android:name=".graphics.PurgeableBitmap" android:label="Graphics/PurgeableBitmap/NonPurgeable">
|
2572
|
-
<intent-filter>
|
2573
|
-
<action android:name="android.intent.action.MAIN" />
|
2574
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2575
|
-
</intent-filter>
|
2576
|
-
</activity>
|
2577
|
-
|
2578
|
-
<activity-alias android:targetActivity=".graphics.PurgeableBitmap" android:name="Purgeable" android:label="Graphics/PurgeableBitmap/Purgeable">
|
2579
|
-
<intent-filter>
|
2580
|
-
<action android:name="android.intent.action.MAIN" />
|
2581
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2582
|
-
</intent-filter>
|
2583
|
-
</activity-alias>
|
2584
|
-
|
2585
|
-
<activity android:name=".graphics.DensityActivity" android:label="Graphics/Density">
|
2586
|
-
<intent-filter>
|
2587
|
-
<action android:name="android.intent.action.MAIN" />
|
2588
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2589
|
-
</intent-filter>
|
2590
|
-
</activity>
|
2591
|
-
|
2592
|
-
<!-- ************************************* -->
|
2593
|
-
<!-- MEDIA SAMPLES -->
|
2594
|
-
<!-- ************************************* -->
|
2595
|
-
|
2596
|
-
<activity android:name=".media.MediaPlayerDemo" android:label="Media/MediaPlayer">
|
2597
|
-
<intent-filter>
|
2598
|
-
<action android:name="android.intent.action.MAIN" />
|
2599
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2600
|
-
</intent-filter>
|
2601
|
-
</activity>
|
2602
|
-
|
2603
|
-
<activity android:name=".media.MediaPlayerDemo_Audio" android:label="Media/MediaPlayer">
|
2604
|
-
<intent-filter>
|
2605
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2606
|
-
</intent-filter>
|
2607
|
-
</activity>
|
2608
|
-
|
2609
|
-
<activity android:name=".media.MediaPlayerDemo_Video" android:label="Media/MediaPlayer">
|
2610
|
-
<intent-filter>
|
2611
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2612
|
-
</intent-filter>
|
2613
|
-
</activity>
|
2614
|
-
|
2615
|
-
<activity android:name=".media.VideoViewDemo" android:label="Media/VideoView">
|
2616
|
-
<intent-filter>
|
2617
|
-
<action android:name="android.intent.action.MAIN" />
|
2618
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2619
|
-
</intent-filter>
|
2620
|
-
</activity>
|
2621
|
-
|
2622
|
-
<activity android:name=".media.AudioFxDemo" android:label="Media/AudioFx">
|
2623
|
-
<intent-filter>
|
2624
|
-
<action android:name="android.intent.action.MAIN" />
|
2625
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2626
|
-
</intent-filter>
|
2627
|
-
</activity>
|
2628
|
-
|
2629
|
-
<!-- ************************************* -->
|
2630
|
-
<!-- APPWIDGET PACKAGE SAMPLES -->
|
2631
|
-
<!-- ************************************* -->
|
2632
|
-
|
2633
|
-
<receiver android:name=".appwidget.ExampleAppWidgetProvider">
|
2634
|
-
<meta-data android:name="android.appwidget.provider"
|
2635
|
-
android:resource="@xml/appwidget_provider" />
|
2636
|
-
<intent-filter>
|
2637
|
-
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
2638
|
-
</intent-filter>
|
2639
|
-
</receiver>
|
2640
|
-
|
2641
|
-
<activity android:name=".appwidget.ExampleAppWidgetConfigure">
|
2642
|
-
<intent-filter>
|
2643
|
-
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
|
2644
|
-
</intent-filter>
|
2645
|
-
</activity>
|
2646
|
-
|
2647
|
-
<receiver android:name=".appwidget.ExampleBroadcastReceiver" android:enabled="false">
|
2648
|
-
<intent-filter>
|
2649
|
-
<action android:name="android.intent.ACTION_TIMEZONE_CHANGED" />
|
2650
|
-
<action android:name="android.intent.ACTION_TIME" />
|
2651
|
-
</intent-filter>
|
2652
|
-
</receiver>
|
2653
|
-
|
2654
|
-
<!-- ************************************* -->
|
2655
|
-
<!-- OTHER SAMPLES -->
|
2656
|
-
<!-- ************************************* -->
|
2657
|
-
|
2658
|
-
<activity android:name=".text.Link" android:label="Text/Linkify">
|
2659
|
-
<intent-filter>
|
2660
|
-
<action android:name="android.intent.action.MAIN" />
|
2661
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2662
|
-
</intent-filter>
|
2663
|
-
</activity>
|
2664
|
-
|
2665
|
-
<activity android:name=".text.Marquee" android:label="Text/Marquee">
|
2666
|
-
<intent-filter>
|
2667
|
-
<action android:name="android.intent.action.MAIN" />
|
2668
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2669
|
-
</intent-filter>
|
2670
|
-
</activity>
|
2671
|
-
|
2672
|
-
<activity android:name=".text.LogTextBox1" android:label="Text/LogTextBox">
|
2673
|
-
<intent-filter>
|
2674
|
-
<action android:name="android.intent.action.MAIN" />
|
2675
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2676
|
-
</intent-filter>
|
2677
|
-
</activity>
|
2678
|
-
|
2679
|
-
<activity android:name=".nfc.ForegroundDispatch" android:label="NFC/ForegroundDispatch">
|
2680
|
-
<intent-filter>
|
2681
|
-
<action android:name="android.intent.action.MAIN" />
|
2682
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2683
|
-
</intent-filter>
|
2684
|
-
</activity>
|
2685
|
-
|
2686
|
-
<activity android:name=".nfc.TechFilter" android:label="NFC/TechFilter">
|
2687
|
-
<intent-filter>
|
2688
|
-
<action android:name="android.intent.action.MAIN" />
|
2689
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2690
|
-
</intent-filter>
|
2691
|
-
|
2692
|
-
<!-- Add a technology filter -->
|
2693
|
-
<intent-filter>
|
2694
|
-
<action android:name="android.nfc.action.TECH_DISCOVERED" />
|
2695
|
-
</intent-filter>
|
2696
|
-
|
2697
|
-
<meta-data android:name="android.nfc.action.TECH_DISCOVERED"
|
2698
|
-
android:resource="@xml/filter_nfc"
|
2699
|
-
/>
|
2700
|
-
</activity>
|
2701
|
-
|
2702
|
-
<activity android:name=".nfc.ForegroundNdefPush" android:label="NFC/ForegroundNdefPush">
|
2703
|
-
<intent-filter>
|
2704
|
-
<action android:name="android.intent.action.MAIN" />
|
2705
|
-
<category android:name="android.intent.category.SAMPLE_CODE" />
|
2706
|
-
</intent-filter>
|
2707
|
-
</activity>
|
2708
|
-
|
2709
|
-
</application>
|
2710
|
-
|
2711
|
-
<instrumentation android:name=".app.LocalSampleInstrumentation"
|
2712
|
-
android:targetPackage="com.example.android.apis"
|
2713
|
-
android:label="Local Sample" />
|
2714
|
-
|
2715
|
-
</manifest>
|