Italian app in background si ferma se telefono in standby

3394509365

Active Member
Licensed User
Longtime User
Ciao a tutti ho realizzato an' app che legge dei valori da un sensore e ogni 5 secondi mi manda una notifica.
La mia app gira in backgroud attraversoil servizio.
Tutto funziona finche lo schermo del telefono è attivo quando poi il telefono va in "riposo" con schermo nero, il servizio si ferma.

C' è qualche funzione da implementre?
 

3394509365

Active Member
Licensed User
Longtime User
ok, quindi devo inserire solo questa riga?


SetServiceAttribute(Tracker, android:foregroundServiceType, "location")


oppure anche questa ?

Private lock As PhoneWakeState
lock.PartialLock

nel frattempo ho visto che è possibile abilitare questa funzione dalle impostazioni del mio telefono, ma sarebbe più bello poterlo fare via codice
 

3394509365

Active Member
Licensed User
Longtime User
perdonami ma questa :
It also schedules itself to run with StartServiceAt. This can help in cases where the OS kills the process.

non l' ho capita. a che serve ?
 

LucaMs

Expert
Licensed User
Longtime User
It also schedules itself to run with StartServiceAt. This can help in cases where the OS kills the process.
Traduzione:
Esso (il progetto d'esempio allegato) "pianifica" (spesso si usa il pessimo "schedula", che non mi piace) sé stesso per avviarsi (automaticamente) usando StartServiceAt. Questo può aiutare nei casi in cui il sistema opertivo uccida il processo (l'app).
 
Top