background-location-updates-android-o
background-location-updates-android-o copied to clipboard
Sample for background location changes in Android "O"
It's https://codelabs.developers.google.com/codelabs/background-location-updates-android-o/index.html#4 The correct name must be *PRIMARY_CHANNEL* 
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...