mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-07 05:13:20 +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) {
|
||||
when (Build.VERSION.SDK_INT) {
|
||||
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 -> {
|
||||
|
||||
Reference in New Issue
Block a user