FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

LocationUpdatesBackgroundKotlin updated to target API 31 by joostfunkekupper · Pull Request #285 · android/location-samples · GitHub

This repository was archived by the owner on Aug 23, 2023. It is now read-only.
/ location-samples Public archive

LocationUpdatesBackgroundKotlin updated to target API 31 - #285

Open
joostfunkekupper wants to merge 2 commits into
android:mainfrom
joostfunkekupper:background-location-api-31
Open

LocationUpdatesBackgroundKotlin updated to target API 31#285
joostfunkekupper wants to merge 2 commits into
android:mainfrom
joostfunkekupper:background-location-api-31

Conversation

joostfunkekupper commented Oct 25, 2021
edited
Loading

Copy link
Copy Markdown

Changes

Updated the target API to 31 for the LocationUpdatesBackgroundKotlin as well as updated its dependencies and Gradle version.

The Manifest was updated to include the ACCESS_COARSE_LOCATION permission, and setting of exported flag for the Activity and the Receiver.

The PendingIntent also requires either an FLAG_MUTABLE flag as per https://developer.android.com/guide/components/intents-filters#DeclareMutabilityPendingIntent. I found that using immutable with FLAG_UPDATE_CURRENT would not allow for the intent to be updated with the required data.

Testing

Tested to ensure the BroadcastReceiver was receiving the Location updates.

Android S (API 31)

joostfunkekupper force-pushed the background-location-api-31 branch from f18a479 to c62b84c Compare November 24, 2021 04:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL