Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b55b67e5 authored by jhenrique09's avatar jhenrique09 Committed by Michael Bestas
Browse files

SlicesDatabaseHelper: Use Build.VERSION.INCREMENTAL

Change-Id: Ibf41df806c7f7c5b1671377a713817d3aed076bf
parent 5f7b2693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,6 +246,6 @@ public class SlicesDatabaseHelper extends SQLiteOpenHelper {

    @VisibleForTesting
    String getBuildTag() {
        return Build.FINGERPRINT;
        return Build.VERSION.INCREMENTAL;
    }
}
 No newline at end of file