Skip to content

Commit

Permalink
Update sdk/appcenter/src/main/java/com/microsoft/appcenter/utils/Devi…
Browse files Browse the repository at this point in the history
…ceInfoHelper.java

Co-authored-by: Dima <[email protected]>
  • Loading branch information
MikhailSuendukov and DmitriyKirakosyan authored Aug 14, 2023
1 parent e3e02da commit 93c1910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static synchronized Device getDeviceInfo(Context context) throws DeviceIn
device.setCarrierCountry(mCountryCode);
}

/* Set residency region. */
/* Set data residency region. */
device.setDataResidencyRegion(mDataResidencyRegion);

/* Locale. */
Expand Down

0 comments on commit 93c1910

Please sign in to comment.