Enterprise Home Screen Kiosk Mode Issues

M Marshall Ellis 2 years 10 months ago
11 2 0

Hello all:
We are trying to modernize a customer app that was written for an older version of Android to Android 10 on the MC9300. This app simply enables Kiosk mode in Enterprise Home Screen which we got it running by simply upgrading the target SDKs BUT the previous behavior (Per customer) was that the app would enable Kiosk mode AND would also trigger the Kiosk app (Enterprise Browser) to start which it is no longer doing???
Source:
public class MainActivity extends AppCompatActivity {
TextView mTextField;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Intent intent = new Intent("com.symbol.enterprisehomescreen.actions.MODIFY_KIOSK_MODE");
intent.putExtra("enable", true);
sendBroadcast(intent);
mTextField = (TextView)findViewById(R.id.textView);
new CountDownTimer(5000, 1000) {
public void onTick(long millisUntilFinished) {
mTextField.setText("Setting Kiosk Mode... " + millisUntilFinished / 1000);
//here you can have your logic to set text to edittext
}
public void onFinish() {
mTextField.setText("Done!");
finish();
}
}.start();
}
Enterprise Home Screen Config:

H7Lx2l9zyUvVkmTZmg/N7g==

0

0
0
0
1

1
1
1
1
1
0
Toyota FVM APP
1
#fff0eff5
#00FFFFFF
0

This looks like it should be pretty straight forward???
Any ideas?
Thank you
Marshall Ellis

Please register or login to post a reply

2 Replies

M Marshall Ellis

Darryn:
Yes ... running 4.0.5
Thank you
Marshall

D Darryn Campbell

Hi, can you please confirm you are running Enteprise Home Screen v4.0?  Looks like that was the first version to introduce A10 support.

CONTACT
Can’t find what you’re looking for?