B4X FEED GPS location background

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: GPS location background است. این موضوع تا کنون 30 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع GPS location background
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
30
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hello all,
I have been building an app for my customer - tracking user location in the background. Followed example app by erel :

[H3] [/H3]
Simple example of a foreground service that keeps the process running in the background. The current location is shown in the persistent notification. The app starts at boot and theoretically should run all the time. It also schedules itself to run with StartServiceAt. This can help in cases...
برای دیدن تصاویر باید ثبت نام کنید


The application runs non stop on android 9 (Samsung) sending user location to server....but rapidly stopped on android 12 after phone idle for 20 minutes (Oppo). Will continue for a short while again only when i wakes up phone. (* I puts beeping sound when upload location to server)

Below are GPS request permissions :
1) rp.CheckAndRequest(rp.PERMISSION_ACCESS_FINE_LOCATION)
2) rp.CheckAndRequest("android.permission.ACCESS_BACKGROUND_LOCATION") - *Phone1.SdkVersion >= 29
3) JavaObject1.RunMethod("isIgnoringBatteryOptimizations", Null) * Ignore battery optimization


Menifest :

AddPermission(android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS)
AddManifestText(<uses-feature android:name="android.hardware.location.gps"/>)
SetServiceAttribute(TWP_GPSService...



 

عقب
بالا