Build.VERSION.SDK_INT >= 24
since version 5.5.2 released in 2016.11.11.
It requires a FileProvider in the AndroidManifest.xml, otherwise, Pushlink will not work.your.package.name
with your current application package name.Build.VERSION.SDK_INT >= 26
since version 5.5.3 released in 2018.05.19.
It requires new permission in the AndroidManifest.xml, otherwise, Pushlink will not work.org.apache.http.legacy
com.android.server.pm.PackageManagerException: No signature found in package of version 2 or newer for package...