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

Commit aab76402 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

fixup! integrate with updates api

parent e209cc76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ import org.json.JSONObject
object SystemInfoProvider {

    const val KEY_LINEAGE_VERSION = "ro.lineage.version"
    const val KEY_LINEAGE_RELEASE_TYPE = "ro.lineage.releasetype"
    const val KEY_LINEAGE_DEVICE = "ro.lineage.device"

    @SuppressLint("PrivateApi")
    fun getSystemProperty(key: String?): String? {