Closed AbdullahAhmed1991998 closed 2 months ago
What is a “warning by Samsung health”?
the plug-in implements the Motion API, which the plug-in uses to toggle location services ON/OFF when the device is detected to be in-motion/still. The Motion API (which this plug-in has implemented for the last 10 years), has since Android 13, been placed under the umbrella of “Health API”.
read the wiki here “Philosophy of Operation”.
also see my blog: https://transistorsoft.medium.com/google-play-store-required-declarations-for-foreground-services-and-health-97da6e2abd5a
ok now i turn off Philosophy of Operation on android by edit in manifest file how turn off in ios ?
Are you aware of the consequences?
yes how to turn off connected with health app in android and ios because i use package in track location only ?
Do you understand that the plug-in will take much longer on Android to initiate location-tracking without the Motion api as a trigger?
see api docs Config.disableMotionActivityUpdates
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Your Environment
flutter doctor
):Expected Behavior
Actual Behavior
Steps to Reproduce
1. 2. 3. 4.
Context
Debug logs
Logs
``` PASTE_YOUR_LOGS_HERE ```