EasyManuals Logo
Home>Zebra>Handhelds>WT6000 Series

Zebra WT6000 Series User Manual

Zebra WT6000 Series
175 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #111 background imageLoading...
Page #111 background image
DataWedge Configuration
111
Reset Default Profile
Use the resetDefaultProfile API function to reset the default Profile back to Profile0.
Function Prototype
Parameters
action: String "com.symbol.datawedge.api.ACTION"
extra_data: String "com.symbol.datawedge.api.RESET_DEFAULT_PROFILE"
Return Values
None.
Error and debug messages will be logged to the Android logging system which then can be viewed and filtered by
the logcat command. You can use logcat from an ADB shell to view the log messages, e.g.
Error messages will be logged for invalid actions, parameters and failures (e.g. Profile not found or associated with
an application).
Example
Comments
None.
Intent i = new Intent();
i.setAction("com.symbol.datawedge.api.ACTION");
i.putExtra("com.symbol.datawedge.api.RESET_DEFAULT_PROFILE", "");
$ adb logcat -s DWAPI
::javascript
// define action string
String action = "com.symbol.datawedge.api.ACTION";
String extraData = "com.symbol.datawedge.api.RESET_DEFAULT_PROFILE";
public void onResume() {
// create the intent
Intent i = new Intent();
// set the action to perform
i.setAction(action);
i.putExtra(extraData, ""); // empty since a name is not required
this.sendBroadcast;
}

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Zebra WT6000 Series and is the answer not in the manual?

Zebra WT6000 Series Specifications

General IconGeneral
BrandZebra
ModelWT6000 Series
CategoryHandhelds
LanguageEnglish

Related product manuals