mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-11 23:26:29 +00:00
android: add CP1A.260505.005 to comptible build ids on Pixel
This commit is contained in:
@@ -31,7 +31,7 @@ fun isSupported(sharedPreferences: SharedPreferences): Boolean {
|
|||||||
if (isPixel) {
|
if (isPixel) {
|
||||||
when (Build.VERSION.SDK_INT) {
|
when (Build.VERSION.SDK_INT) {
|
||||||
36 -> {
|
36 -> {
|
||||||
return Build.ID == "CP1A.260305.018" || Build.ID == "CP1A.260405.005"
|
return Build.ID == "CP1A.260305.018" || Build.ID == "CP1A.260405.005" || Build.ID == "CP1A.260505.005"
|
||||||
}
|
}
|
||||||
|
|
||||||
37 -> {
|
37 -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user