Does the SmartOp panel support region specific localization codes?
The SmartOp panel only supports the following Country codes:
Chinese:
Chinese([zh-rCn] or [zh-rTw])
Portuguese:
Portugues[pt] and Brazilian Portuguese[pt-rBr]
No support for additional country codes are allowed.
How to get current user name/useID who is logged in on the MFP device?
Using the SDKService
AndroidManifest.xml
<receiver android:name=".Application"
android:permission="jp.co.ricoh.isdk.sdkservice.common.SdkService.APP_EVENT_PERMISSION">
<intent-filter>
<action android:name="jp.co.ricoh.isdk.sdkservice.auth.GET_AUTH_STATE"/>
</intent-filter>
</receiver>
Application*.java