android-user-agent icon indicating copy to clipboard operation
android-user-agent copied to clipboard

Library that generates User-Agent string for http requests

Results 1 android-user-agent issues
Sort by recently updated
recently updated
newest added

As of API 28, `PackageInfo.versionCode` is deprecated and replaced with `longVersionCode` which is a long. We should update `UserAgent.getVersionCode()` to use `PackageInfoCompat.getLongVersionCode()` and return `long` instead of `int` See more...