FAQ杂记: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
* [https://ftp.wizarpos.com/techsupport/software/Usbtethering.pdf Usbtethering菜单测试结果] | * [https://ftp.wizarpos.com/techsupport/software/Usbtethering.pdf Usbtethering菜单测试结果] | ||
* [https://ftp.wizarpos.com/advanceSDK/wizarpos.zip animation demo files] | * [https://ftp.wizarpos.com/advanceSDK/wizarpos.zip animation demo files] | ||
* start sub-menu of settings menu | |||
** 设置快捷菜单: startActivity(new Intent().setClassName("com.wizarpos.android.home", "com.wizarpos.android.home.activity.Settings")); | |||
** Wifi: startActivity(new Intent(android.provider.Settings.ACTION_WIFI_SETTINGS)); | |||
** Self-check: startActivity(new Intent().setClassName("com.wizarpos.merchantselftest", "com.wizarpos.merchantselftest.MainActivity")); | |||
** About-POS: startActivity(new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS)); | |||
** Power-off device: startActivity(new Intent().setClassName("com.android.timerswitch", "com.android.timerswitch.TimerSwitchSettings")); | |||
}} | }} |
Revision as of 08:46, 8 January 2025
This content is restricted to authorized users only. Please log in to access additional information.