Skip to content

Commit

Permalink
PixelPropsUtils: Update device property
Browse files Browse the repository at this point in the history
Change-Id: I23ca41baf34634514e031266f8098ae7beb7ce8c
  • Loading branch information
whyredfire committed Sep 18, 2023
1 parent 506b970 commit a5d81ec
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2022 The Pixel Experience Project
* 2021-2022 crDroid Android Project
* (C) 2021-2022 crDroid Android Project
* (C) 2023 ArrowOS
* (C) 2023 The LibreMobileOS Foundation
*
Expand Down Expand Up @@ -43,7 +43,7 @@
public class PixelPropsUtils {

private static final String TAG = PixelPropsUtils.class.getSimpleName();
private static final String DEVICE = "org.pixelexperience.device";
private static final String DEVICE = "ro.custom.device";

private static final String PACKAGE_GMS = "com.google.android.gms";
private static final ComponentName GMS_ADD_ACCOUNT_ACTIVITY = ComponentName.unflattenFromString(
Expand Down

0 comments on commit a5d81ec

Please sign in to comment.