SlicesDatabaseHelper: Use Build.VERSION.INCREMENTAL

Change-Id: Ibf41df806c7f7c5b1671377a713817d3aed076bf
This commit is contained in:
jhenrique09
2022-10-13 21:14:47 -03:00
committed by Michael Bestas
parent b25bd103be
commit 9deea9c089

View File

@@ -246,6 +246,6 @@ public class SlicesDatabaseHelper extends SQLiteOpenHelper {
@VisibleForTesting
String getBuildTag() {
return Build.FINGERPRINT;
return Build.VERSION.INCREMENTAL;
}
}