android / codelab-while-in-use-location

Codelab:
https://github.com/googlecodelabs/while-in-use-location
Apache License 2.0
81 stars 51 forks source link

Rename target SDK #2

Closed yrezgui closed 4 years ago

yrezgui commented 4 years ago

Android Q is mentioned in the code while the preferred name is Android 10. Comments should be updated to reflect the preference.

https://github.com/googlecodelabs/while-in-use-location/blob/7dd0fcb112fe3fe8413eaee53c52718d5bd06c76/base/build.gradle#L23

https://github.com/googlecodelabs/while-in-use-location/blob/7dd0fcb112fe3fe8413eaee53c52718d5bd06c76/complete/build.gradle#L23

https://github.com/googlecodelabs/while-in-use-location/blob/7dd0fcb112fe3fe8413eaee53c52718d5bd06c76/base/src/main/res/values/strings.xml#L18

https://github.com/googlecodelabs/while-in-use-location/blob/7dd0fcb112fe3fe8413eaee53c52718d5bd06c76/complete/src/main/res/values/strings.xml#L18

https://github.com/googlecodelabs/while-in-use-location/blob/7dd0fcb112fe3fe8413eaee53c52718d5bd06c76/README.md#L7

https://github.com/googlecodelabs/while-in-use-location/blob/7dd0fcb112fe3fe8413eaee53c52718d5bd06c76/base/src/main/java/com/example/android/whileinuselocation/MainActivity.kt#L64