Kiosk mode in Android

后端 未结 11 1961
感情败类
感情败类 2020-11-22 11:26

I\'m in the process of evaluating if and how a CF .NET enterprise application can be ported to run on Android devices. The application on Windows Mobile phones are run in ki

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 11:49

    Xposed framework can do this. It needs root and there is a possibility that it won't work on every and all platforms. Look for disable() method in class android.app.StatusBarManager.

    Here in Android source code

    Look here on how to write your own module: Xposed development tutorial

    It's much easier than you think at first glance. Good Luck!

提交回复
热议问题