fix: remove cleartext check from StrictMode
Apparently this is tripping up SSHJ. Probably fixes #2580 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
0a8ee43eae
commit
b9f5ac9b9c
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ class Application : android.app.Application(), SharedPreferences.OnSharedPrefere
|
||||||
val builder =
|
val builder =
|
||||||
StrictMode.VmPolicy.Builder()
|
StrictMode.VmPolicy.Builder()
|
||||||
.detectActivityLeaks()
|
.detectActivityLeaks()
|
||||||
.detectCleartextNetwork()
|
|
||||||
.detectFileUriExposure()
|
.detectFileUriExposure()
|
||||||
.detectLeakedClosableObjects()
|
.detectLeakedClosableObjects()
|
||||||
.detectLeakedRegistrationObjects()
|
.detectLeakedRegistrationObjects()
|
||||||
|
|
Loading…
Reference in a new issue