This commit is contained in:
koalasat
2025-07-28 11:49:41 +02:00
parent d47ad9e303
commit bef825fa81
2 changed files with 2 additions and 3 deletions

View File

@ -141,8 +141,8 @@ class MainActivity : AppCompatActivity() {
}
/**
* Initialize Notifications service
*/
* Initialize Notifications service
*/
fun initializeNotifications() {
startForegroundService(
Intent(

View File

@ -12,7 +12,6 @@ interface AndroidDataRobosats {
}
interface AndroidAppRobosats {
changeLanguage: (uuid: string, languageCode: string) => void;
getEncryptedStorage: (uuid: string, key: string) => void;
setEncryptedStorage: (uuid: string, key: string, value: string) => void;
deleteEncryptedStorage: (uuid: string, key: string) => void;