background-location-updates-android-o icon indicating copy to clipboard operation
background-location-updates-android-o copied to clipboard

Sample for background location changes in Android "O"

Results 14 background-location-updates-android-o issues
Sort by recently updated
recently updated
newest added

It's https://codelabs.developers.google.com/codelabs/background-location-updates-android-o/index.html#4 The correct name must be *PRIMARY_CHANNEL* ![screen shot 2018-07-02 at 18 17 45](https://user-images.githubusercontent.com/2192588/42186953-d05e0aee-7e24-11e8-95e4-97aa3ef3d465.png)

I tried to test this Demo in ONE PLUS 3T Version and It crashed my phone (Not app only but main sytem UI app Stopped and device stared blinking). I...

Old platform versions are used. An update would be great. e.g. improved build.gradle. ``` apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" defaultConfig { applicationId "com.google.android.gms.location.sample.backgroundlocationupdates" minSdkVersion 16 targetSdkVersion...