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

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

SlicesDatabaseHelper: Use Build.VERSION.INCREMENTAL

Change-Id: Ibf41df806c7f7c5b1671377a713817d3aed076bf
parent 9d7514ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,6 +247,6 @@ public class SlicesDatabaseHelper extends SQLiteOpenHelper {

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