FAQ杂记: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 17: Line 17:
** About-POS: startActivity(new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS));
** 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"));  
** Power-off device: startActivity(new Intent().setClassName("com.android.timerswitch", "com.android.timerswitch.TimerSwitchSettings"));  
** AppMarket: startActivity(new Intent().setClassName("com.wizarpos.appmarket", "com.wizarpos.appmarket.MainActivity"));
}}
}}

Revision as of 03:14, 9 January 2025

This content is restricted to authorized users only. Please log in to access additional information.