mirror of
https://gitlab.com/SoftwareTalent/CalendarioDeFrases.git
synced 2026-03-03 09:06:45 +01:00
Set a timeout of service
This commit is contained in:
@@ -23,7 +23,7 @@ public class Alarm extends BroadcastReceiver
|
||||
{
|
||||
PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
|
||||
PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "");
|
||||
wl.acquire();
|
||||
wl.acquire(10);
|
||||
// Make notification appear
|
||||
context.startService(new Intent(context, NotificationHelper.class));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user