πCustom apps
We offer you exports that can assist you in developing your own applications and integrating them into your phone.
Configβ
The most straightforward method for incorporating an app is by editing the config.customApps.lua
file.
Locate the Config.CustomApps
section and insert your app as demonstrated in the example below.
To keep the authentic style in the home screen you can use our app-icon-placeholder.png
from /build/apps
folder and clip your icon in there. Also you can do the same for the notification icon by using notification-icon-placeholder.png
from /build/notifications
folder.
Custom appsβ
If you wish to implement a custom user interface (UI) for your application, you must develop a separate resource using our templates.
How to add a custom app?β
To add a custom app, you need to use the following export:
How to remove a custom app?β
To remove a custom app, you need to use the following export:
Last updated