Skip to content

Commit 216c97f

Browse files
authored
android: add CP1A.260505.005 to comptible build ids on Pixel
1 parent fd3774b commit 216c97f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/java/me/kavishdevar/librepods/utils/RootlessSupport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun isSupported(sharedPreferences: SharedPreferences): Boolean {
3131
if (isPixel) {
3232
when (Build.VERSION.SDK_INT) {
3333
36 -> {
34-
return Build.ID == "CP1A.260305.018" || Build.ID == "CP1A.260405.005"
34+
return Build.ID == "CP1A.260305.018" || Build.ID == "CP1A.260405.005" || Build.ID == "CP1A.260505.005"
3535
}
3636

3737
37 -> {

0 commit comments

Comments
 (0)