Adding NameChanger Service - Reads and sets name from file at boot.

This commit is contained in:
ESurge
2022-09-27 00:13:40 -07:00
parent a4c6c3be52
commit 87b775a48b
6 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
App(
appid="namechangersrv",
apptype=FlipperAppType.STARTUP,
entry_point="namechanger_on_system_start",
requires=["storage"],
order=130,
)