How does Google Application - “Keep Notes” work even after device reboot for reminders?Is quitting an application frowned upon?What is the simplest and most robust way to get the user's current location on Android?Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on AndroidAndroid SharedPreferences after reboot deviceAndroid ADB device offline, can't issue commandsAndroid: How to create a reminder such as google keep reminderAndroid alarmmanager notification is not correctly working when device is rebootedbroadcastreceiver does not kick in after rebootingBroadcast Receiver Not Working After Device Reboot in AndroidAlarm manager starting after device reboot
Unexpected route on a flight from USA to Europe
Where is the rule for moving slowly when searching for traps that’s referenced by Dungeon Delver?
What does VB stand for?
Need help understanding lens reach
Purchased new computer from DELL with pre-installed Ubuntu. Won't boot. Should assume its an error from DELL?
What can make Linux unresponsive for minutes when browsing certain websites?
Does bottle color affect mold growth?
Premier League simulation
Validation and verification of mathematical models
What are good ways to improve as a writer other than writing courses?
What does Fisher mean by this quote?
If there were no space agencies, could a person go to space?
Secure my password from unsafe servers
How to draw a flow chart?
Scripting a Maintenance Plan in SQL Server Express
French equivalent of "Make leaps and bounds"
Does the Voyager team use a wrapper (Fortran(77?) to Python) to transmit current commands?
Decode a variable-length quantity
How is the return type of a ternary operator determined?
Can an actual attack instead of a feint be used as the distraction for a help action?
Does this put me at risk for identity theft?
Why couldn't soldiers sight their own weapons without officers' orders?
Why can I log in to my Facebook account with a misspelled email/password?
Why does the ultra long-end of a yield curve invert?
How does Google Application - “Keep Notes” work even after device reboot for reminders?
Is quitting an application frowned upon?What is the simplest and most robust way to get the user's current location on Android?Solution to INSTALL_FAILED_INSUFFICIENT_STORAGE error on AndroidAndroid SharedPreferences after reboot deviceAndroid ADB device offline, can't issue commandsAndroid: How to create a reminder such as google keep reminderAndroid alarmmanager notification is not correctly working when device is rebootedbroadcastreceiver does not kick in after rebootingBroadcast Receiver Not Working After Device Reboot in AndroidAlarm manager starting after device reboot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I would like to run this reminder even after device reboot, but it's not working for miui devices. But, the same works with Google Application - "Keep Notes" even after reboot. Why ?
android broadcastreceiver alarmmanager android-broadcastreceiver
add a comment |
I would like to run this reminder even after device reboot, but it's not working for miui devices. But, the same works with Google Application - "Keep Notes" even after reboot. Why ?
android broadcastreceiver alarmmanager android-broadcastreceiver
How have you created the reminder? When the device reboots all alarms scheduled withAlarmManager
are deleted and you will need to reschedule them yourself.
– David Wasser
Mar 29 at 17:07
I have used Work Manager to schedule tasks
– kapsid
Mar 30 at 9:49
add a comment |
I would like to run this reminder even after device reboot, but it's not working for miui devices. But, the same works with Google Application - "Keep Notes" even after reboot. Why ?
android broadcastreceiver alarmmanager android-broadcastreceiver
I would like to run this reminder even after device reboot, but it's not working for miui devices. But, the same works with Google Application - "Keep Notes" even after reboot. Why ?
android broadcastreceiver alarmmanager android-broadcastreceiver
android broadcastreceiver alarmmanager android-broadcastreceiver
edited Mar 27 at 7:45
Boken
1,5821 gold badge12 silver badges19 bronze badges
1,5821 gold badge12 silver badges19 bronze badges
asked Mar 27 at 5:54
kapsidkapsid
381 silver badge9 bronze badges
381 silver badge9 bronze badges
How have you created the reminder? When the device reboots all alarms scheduled withAlarmManager
are deleted and you will need to reschedule them yourself.
– David Wasser
Mar 29 at 17:07
I have used Work Manager to schedule tasks
– kapsid
Mar 30 at 9:49
add a comment |
How have you created the reminder? When the device reboots all alarms scheduled withAlarmManager
are deleted and you will need to reschedule them yourself.
– David Wasser
Mar 29 at 17:07
I have used Work Manager to schedule tasks
– kapsid
Mar 30 at 9:49
How have you created the reminder? When the device reboots all alarms scheduled with
AlarmManager
are deleted and you will need to reschedule them yourself.– David Wasser
Mar 29 at 17:07
How have you created the reminder? When the device reboots all alarms scheduled with
AlarmManager
are deleted and you will need to reschedule them yourself.– David Wasser
Mar 29 at 17:07
I have used Work Manager to schedule tasks
– kapsid
Mar 30 at 9:49
I have used Work Manager to schedule tasks
– kapsid
Mar 30 at 9:49
add a comment |
1 Answer
1
active
oldest
votes
On some devices you need to manually add your app to the list of apps that ate allowed to run in the background or the list of apps allowed to start at boot. Sometimes these are called "protected" apps. Usually there is a way to add your app in Settings->battery. Search for this for your specific device. If you don't add your app to this list, Android won't restart or launxh your app after reboot.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370629%2fhow-does-google-application-keep-notes-work-even-after-device-reboot-for-rem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On some devices you need to manually add your app to the list of apps that ate allowed to run in the background or the list of apps allowed to start at boot. Sometimes these are called "protected" apps. Usually there is a way to add your app in Settings->battery. Search for this for your specific device. If you don't add your app to this list, Android won't restart or launxh your app after reboot.
add a comment |
On some devices you need to manually add your app to the list of apps that ate allowed to run in the background or the list of apps allowed to start at boot. Sometimes these are called "protected" apps. Usually there is a way to add your app in Settings->battery. Search for this for your specific device. If you don't add your app to this list, Android won't restart or launxh your app after reboot.
add a comment |
On some devices you need to manually add your app to the list of apps that ate allowed to run in the background or the list of apps allowed to start at boot. Sometimes these are called "protected" apps. Usually there is a way to add your app in Settings->battery. Search for this for your specific device. If you don't add your app to this list, Android won't restart or launxh your app after reboot.
On some devices you need to manually add your app to the list of apps that ate allowed to run in the background or the list of apps allowed to start at boot. Sometimes these are called "protected" apps. Usually there is a way to add your app in Settings->battery. Search for this for your specific device. If you don't add your app to this list, Android won't restart or launxh your app after reboot.
answered Mar 30 at 12:39
David WasserDavid Wasser
72.6k11 gold badges152 silver badges208 bronze badges
72.6k11 gold badges152 silver badges208 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370629%2fhow-does-google-application-keep-notes-work-even-after-device-reboot-for-rem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How have you created the reminder? When the device reboots all alarms scheduled with
AlarmManager
are deleted and you will need to reschedule them yourself.– David Wasser
Mar 29 at 17:07
I have used Work Manager to schedule tasks
– kapsid
Mar 30 at 9:49