The topic we would like to tell you today is how to create an Android System App with the any of the touch panels/tablets Ltouch F, FW (Wifi) or development boards Ltouch S and SW (Wifi). An Android system app is a special kind of application that has higher privileges and does not live in normal user application sandbox.
Example of tasks that can be performed with system apps are:
- Install and remove other apps
- Execute commands in super user mode with the Java command: Runtime.getRuntime.exec
- Low level permission for interacting with the platform
- Full access to device’s resources