Loading app/src/main/java/foundation/e/apps/application/model/IntegrityVerificationTask.kt +0 −3 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ class IntegrityVerificationTask( return false } private fun verifyAPKSignature(context: Context): Boolean { if (getAPKSignature(context) != null) { Loading Loading @@ -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") Loading Loading
app/src/main/java/foundation/e/apps/application/model/IntegrityVerificationTask.kt +0 −3 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ class IntegrityVerificationTask( return false } private fun verifyAPKSignature(context: Context): Boolean { if (getAPKSignature(context) != null) { Loading Loading @@ -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") Loading