SlicesDatabaseHelper: Use Build.VERSION.INCREMENTAL
Change-Id: Ibf41df806c7f7c5b1671377a713817d3aed076bf
This commit is contained in:
committed by
Michael Bestas
parent
b25bd103be
commit
9deea9c089
@@ -246,6 +246,6 @@ public class SlicesDatabaseHelper extends SQLiteOpenHelper {
|
||||
|
||||
@VisibleForTesting
|
||||
String getBuildTag() {
|
||||
return Build.FINGERPRINT;
|
||||
return Build.VERSION.INCREMENTAL;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user