Jump to content

Search the Community

Showing results for tags 'android location'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. My Delphi App uses a Foreground Service to retrieve Fine Location and to transmit this to a online Server. In Android 13, during initial installation, it asks the User to allow access to Fine location "When Using the App". At this point, there is NO option to say "allow all the time". Obviousely the Manifest contains the required Location entries, *and* it now also contains the line: android:foregroundServiceType="location" Despite all this, when the user puts the main App in the background, the Android OS disables the location data for the Foreground Service, and no track is generated. When now going in Settings>Apps>Location, there *is* an option "allow all the time". Only when this is enabled, does the Foreground Service work as designed. In addition, I see no way to detect (on startup) if this option is enabled, and as a result for most of my users, the system basically stopped working. What can I do about this??
×