1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "../dtd/reference.dtd"> 3 <reference id="u_new-widget-provider" xml:lang="en-us"> 4 <title>New Android Widget Provider wizard</title> 5 <shortdesc>Creates a new Android widget provider.</shortdesc> 6 <prolog> 7 <metadata> 8 <keywords> 9 <!--<indexterm></indexterm>--> 10 </keywords> 11 </metadata> 12 </prolog> 13 <refbody> 14 <section> 15 <simpletable> 16 <strow> 17 <stentry><uicontrol>Source folder</uicontrol></stentry> 18 <stentry>The folder into which the source code for the new widget provider is to be stored. By default this is 19 the current project's src folder.</stentry> 20 </strow> 21 <strow> 22 <stentry><uicontrol>Package</uicontrol></stentry> 23 <stentry>The package that is to contain the new widget provider. By default this is the current project's 24 package.</stentry> 25 </strow> 26 <strow> 27 <stentry><uicontrol>Name</uicontrol></stentry> 28 <stentry>The name to be used for the class that implements the widget provider. This should be a simple, 29 non-qualified name.</stentry> 30 </strow> 31 <strow> 32 <stentry><uicontrol>Label</uicontrol></stentry> 33 <stentry>(optional) The label for the widget provider. Note that if you specify a label, the New Android 34 Widget Provider wizard creates a string resource to hold this value. If the <uicontrol>Default</uicontrol> 35 option is selected, a label is not set for this widget provider (the Label field is not editable); the 36 application's label is used instead.</stentry> 37 </strow> 38 <strow> 39 <stentry><uicontrol>Superclass</uicontrol></stentry> 40 <stentry>This field is not editable. Widget providers subclass <codeph 41 >android.appwidget.AppWidgetProvider</codeph>.</stentry> 42 </strow> 43 <strow> 44 <stentry><uicontrol>Permission</uicontrol></stentry> 45 <stentry>Permissions that should be added to the application's manifest file. Click <uicontrol>Add</uicontrol> 46 to display a list of permissions from which you can choose.</stentry> 47 </strow> 48 </simpletable> 49 </section> 50 </refbody> 51 </reference> 52