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

Commit 62cf8a6c authored by narinder Rana's avatar narinder Rana
Browse files

gradlew ktlintFormat

parent deecdb11
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -87,8 +87,6 @@ class IntegrityVerificationTask(
        return false
    }



    private fun verifyAPKSignature(context: Context): Boolean {

        if (getAPKSignature(context) != null) {
@@ -198,7 +196,6 @@ class IntegrityVerificationTask(
                systemJsonData = JSONObject(jsonResponse).getJSONObject(packageName)
                return true
            }

        } catch (e: Exception) {
            if (e is JSONException) {
                Log.d(TAG, "$packageName is not a system application")