Threat level
Analyzed on 2022-05-22T13:37:35.478630
MD5 | 14cfb2d1b2a33e96c578966db60dc671 | |
SHA1 | 084cdaa632e412f422795872add36059a3ff2464 | |
SHA256 | d22ed5cbfbca942c8d5ad225867891b5a9f8acc4a511745d394ceb32e96466b7 | |
Size | 24.58MB |
Information computed with APKiD.
/tmp/tmp4yvubdjp!classes.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
/tmp/tmp4yvubdjp!classes2.dex | |
anti_vm |
|
compiler |
|
/tmp/tmp4yvubdjp!classes3.dex | |
compiler |
|
Information computed with ssdeep.
APK file | 393216:EC0X8OdMQ33v/6T4MQInWgymgkU1gSUGPAkQKyf3XoyxjLUmFWpqh+jnAU4PMn97:EC0VP//ZbtmS1BIZTfnzxEmUAhWVNnJ | |
Manifest | 768:gzUehuRxcKE6JH/iASbqUQtoT8ho9OegLfFPpAp3c3oGEtynt7DX1cKVkCMKa4Fs:… | |
classes.dex | 196608:iRMDUWOugBUT+gNWy0SpJzGHE0IQoD/68sN9urH4gLv/PRdj89AJFfhvsPg2B0… | |
classes2.dex | 49152:KaxthQJuhXeH468oA1zS/8dndBJ8oM2E2Z5Gtxsk+dsI2/iBD3wfHCxP1v3B0e3… | |
classes3.dex | 49152:nEOnaX2zA9Hotfn2tK7GOSxb2qttKf6/lkff2S:nEOaGzA5JOSxXtte9 |
Information computed with Dexofuzzy.
Information computed with AndroGuard and Pithus.
Information computed with AndroGuard.
Information computed with MobSF.
Findings | Files |
---|---|
Certificate/Key files hardcoded inside the app. |
META-INF/services/java.security.Provider META-INF/services/javax.ws.rs.ext.MessageBodyReader META-INF/services/javax.ws.rs.ext.Providers |
Information computed with MobSF.
Low | App has a Network Security Configuration[android:networkSecurityConfig=@xml/network_security_config] The Network Security Configuration feature lets apps customize their network security settings in a safe, declarative configuration file without modifying app code. These settings can be configured for specific domains and for a specific app. |
Medium | Application Data can be Backed up[android:allowBackup=true] This flag allows anyone to backup your application data via adb. It allows users who have enabled USB debugging to copy application data off of the device. |
High | Activity (com.ryde_android.ui.main.MainPageActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Activity (com.yalantis.ucrop.UCropActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Activity (com.ryde_android.ui.pass.BindPayCardActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Broadcast Receiver (com.pushwoosh.BootReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.RECEIVE_BOOT_COMPLETED [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Content Provider (com.pushwoosh.PushwooshSharedDataProvider) is not Protected. [android:exported=true] A Content Provider is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Service (com.google.android.play.core.assetpacks.AssetPackExtractionService) is not Protected. [android:exported=true] A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Activity (net.openid.appauth.RedirectUriReceiverActivity) is not Protected. [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Broadcast Receiver (com.adyen.threeds2.internal.AppUpgradeBroadcastReceiver) is not Protected.An intent-filter exists. A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Broadcast Receiver is explicitly exported. |
High | Service (androidx.work.impl.background.systemjob.SystemJobService) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.BIND_JOB_SERVICE [android:exported=true] A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Broadcast Receiver (androidx.work.impl.diagnostics.DiagnosticsReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.DUMP [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.google.android.c2dm.permission.SEND [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
Medium | High Intent Priority (1000)[android:priority] By setting an intent priority higher than another intent, the app effectively overrides other requests. |
Medium | High Intent Priority (1000)[android:priority] By setting an intent priority higher than another intent, the app effectively overrides other requests. |
Information computed with MobSF.
com.ryde_android.ui.main.MainPageActivity |
Hosts: main com.ryde_android Schemes: ryde:// rydevipps:// |
com.ryde_android.ui.pass.BindPayCardActivity |
Hosts: com.ryde_android Schemes: rydebindcard:// |
net.openid.appauth.RedirectUriReceiverActivity |
Schemes: rydevipps:// |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with MobSF.
FCS_RBG_EXT.1.1 | The application implement DRBG functionality for its cryptographic operations. Random Bit Generation Services |
FCS_STO_EXT.1.1 | The application does not store any credentials to non-volatile memory. Storage of Credentials |
FCS_CKM_EXT.1.1 | The application implement asymmetric key generation. Cryptographic Key Generation Services |
FDP_DEC_EXT.1.1 | The application has access to ['location', 'bluetooth', 'camera', 'network connectivity']. Access to Platform Resources |
FDP_DEC_EXT.1.2 | The application has access to ['system logs']. Access to Platform Resources |
FDP_NET_EXT.1.1 | The application has user/application initiated network communications. Network Communications |
FDP_DAR_EXT.1.1 | The application implement functionality to encrypt sensitive data in non-volatile memory. Encryption Of Sensitive Application Data |
FMT_MEC_EXT.1.1 | The application invoke the mechanisms recommended by the platform vendor for storing and setting configuration options. Supported Configuration Mechanism |
FTP_DIT_EXT.1.1 | The application does encrypt some transmitted data with HTTPS/TLS/SSH between itself and another trusted IT product. Protection of Data in Transit |
FCS_RBG_EXT.2.1 FCS_RBG_EXT.2.2 |
The application perform all deterministic random bit generation (DRBG) services in accordance with NIST Special Publication 800-90A using Hash_DRBG. The deterministic RBG is seeded by an entropy source that accumulates entropy from a platform-based DRBG and a software-based noise source, with a minimum of 256 bits of entropy at least equal to the greatest security strength (according to NIST SP 800-57) of the keys and hashes that it will generate. Random Bit Generation from Application |
FCS_CKM.1.1(1) | The application generate asymmetric cryptographic keys not in accordance with FCS_CKM.1.1(1) using key generation algorithm RSA schemes and cryptographic key sizes of 1024-bit or lower. Cryptographic Asymmetric Key Generation |
FCS_CKM.1.1(3) FCS_CKM.1.2(3) |
A password/passphrase shall perform [Password-based Key Derivation Functions] in accordance with a specified cryptographic algorithm.. Password Conditioning |
FCS_COP.1.1(1) | The application perform encryption/decryption in accordance with a specified cryptographic algorithm AES-CBC (as defined in NIST SP 800-38A) mode or AES-GCM (as defined in NIST SP 800-38D) and cryptographic key sizes 256-bit/128-bit. Cryptographic Operation - Encryption/Decryption |
FCS_COP.1.1(2) | The application perform cryptographic hashing services not in accordance with FCS_COP.1.1(2) and uses the cryptographic algorithm RC2/RC4/MD4/MD5. Cryptographic Operation - Hashing |
FCS_COP.1.1(3) | The application perform cryptographic signature services (generation and verification) in accordance with a specified cryptographic algorithm ECDSA schemes using "NIST curves" P-256, P-384. Cryptographic Operation - Signing |
FCS_COP.1.1(4) | The application perform keyed-hash message authentication with cryptographic algorithm ['HMAC-SHA1'] . Cryptographic Operation - Keyed-Hash Message Authentication |
FCS_HTTPS_EXT.1.1 | The application implement the HTTPS protocol that complies with RFC 2818. HTTPS Protocol |
FCS_HTTPS_EXT.1.2 | The application implement HTTPS using TLS. HTTPS Protocol |
FCS_HTTPS_EXT.1.3 | The application notify the user and not establish the connection or request application authorization to establish the connection if the peer certificate is deemed invalid. HTTPS Protocol |
FIA_X509_EXT.1.1 | The application invoked platform-provided functionality to validate certificates in accordance with the following rules: ['The certificate path must terminate with a trusted CA certificate', 'The application validate the revocation status of the certificate using the Online Certificate Status Protocol (OCSP) as specified in RFC 2560 or a Certificate Revocation List (CRL) as specified in RFC 5759 or an OCSP TLS Status Request Extension (i.e., OCSP stapling) as specified in RFC 6066']. X.509 Certificate Validation |
FIA_X509_EXT.2.1 | The application use X.509v3 certificates as defined by RFC 5280 to support authentication for HTTPS , TLS. X.509 Certificate Authentication |
FIA_X509_EXT.2.2 | When the application cannot establish a connection to determine the validity of a certificate, the application allow the administrator to choose whether to accept the certificate in these cases or accept the certificate ,or not accept the certificate. X.509 Certificate Authentication |
FPT_TUD_EXT.2.1 | The application shall be distributed using the format of the platform-supported package manager. Integrity for Installation and Update |
FCS_CKM.1.1(2) | The application shall generate symmetric cryptographic keys using a Random Bit Generator as specified in FCS_RBG_EXT.1 and specified cryptographic key sizes 128 bit or 256 bit. Cryptographic Symmetric Key Generation |
Information computed with MobSF.
Map computed by Pithus.
Information computed with MobSF.
High | Base config is insecurely configured to permit clear text traffic to all domains. Scope: ['*'] |
Information computed with MobSF.
Information computed with MobSF.
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/c.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/k0.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/b0.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/s.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/l.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/e1/c/j.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/e1/c/i0.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/e1/c/s.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/e1/c/z.java |
|
https://github.com/ReactiveX/RxJava/wiki/Plugins Defined in g/b/e1/c/r0.java |
|
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling Defined in g/b/e1/e/f.java |
|
https://github.com/ReactiveX/RxJava/wiki/Error-Handling Defined in g/b/e1/e/d.java |
|
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#error-handling Defined in g/b/v0/f.java |
|
https://github.com/ReactiveX/RxJava/wiki/Error-Handling Defined in g/b/v0/d.java |
|
http://ns.adobe.com/xap/1.0/ Defined in c/g/b/a.java |
|
http://xmlpull.org/v1/doc/features.html#indent-output Defined in d/g/a/b/a/e.java |
|
http://xmlpull.org/v1/doc/features.html#indent-output Defined in d/g/a/b/a/a.java |
|
https://api.login.yahoo.com/oauth2/device_session Defined in d/c/b/l3.java |
|
https://cfg.flurry.com/sdk/v1/config Defined in d/c/b/p1.java |
|
http://www.example.com Defined in d/c/b/j3.java |
|
https://cfg.flurry.com/sdk/v1/config Defined in d/c/b/b1.java |
|
https://data.flurry.com/aap.do Defined in d/c/b/t0.java |
|
https://data.flurry.com/v1/flr.do Defined in d/c/b/u0.java |
|
https://developer.android.com/reference/com/google/android/play/core/splitinstall/model/SplitInstallErrorCode.html# Defined in d/d/a/c/a/e/s0/c.java |
|
http://schemas.android.com/apk/res/android Defined in d/d/a/c/a/b/v.java |
|
http://xml.apache.org/xslt}indent-amount Defined in d/f/a/k.java |
|
https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/android-push-notifications Defined in com/pushwoosh/PushwooshInitializer.java |
|
https://post-log.pushwoosh.com/ Defined in com/pushwoosh/internal/network/g.java |
|
https://post-log.pushwoosh.com/ Defined in com/pushwoosh/internal/network/f.java |
|
https://sdk.hockeyapp.net/ Defined in com/pushwoosh/internal/crash/i.java |
|
https://goo.gl/UVJKfp Defined in com/pushwoosh/firebase/internal/checker/FirebaseChecker.java |
|
https://go.pushwoosh.com/content/%s Defined in com/pushwoosh/notification/handlers/notification/a.java |
|
https://checkoutshopper-test.adyen.com/checkoutshopper/ https://checkoutshopper-live.adyen.com/checkoutshopper/ https://checkoutshopper-live-us.adyen.com/checkoutshopper/ https://checkoutshopper-live-au.adyen.com/checkoutshopper/ Defined in com/adyen/checkout/core/api/Environment.java |
|
https://checkoutshopper-test.adyen.com/checkoutshopper/ https://checkoutshopper-live.adyen.com/checkoutshopper/ https://checkoutshopper-live-us.adyen.com/checkoutshopper/ https://checkoutshopper-live-au.adyen.com/checkoutshopper/ Defined in com/adyen/checkout/core/api/Environment.java |
|
https://checkoutshopper-test.adyen.com/checkoutshopper/ https://checkoutshopper-live.adyen.com/checkoutshopper/ https://checkoutshopper-live-us.adyen.com/checkoutshopper/ https://checkoutshopper-live-au.adyen.com/checkoutshopper/ Defined in com/adyen/checkout/core/api/Environment.java |
|
https://checkoutshopper-test.adyen.com/checkoutshopper/ https://checkoutshopper-live.adyen.com/checkoutshopper/ https://checkoutshopper-live-us.adyen.com/checkoutshopper/ https://checkoutshopper-live-au.adyen.com/checkoutshopper/ Defined in com/adyen/checkout/core/api/Environment.java |
|
http://lbs.amap.com/api/android-location-sdk/guide/utilities/errorcode/查看错误码说明 Defined in com/amap/api/location/AMapLocation.java |
|
http://xml.apache.org/xslt}indent-amount Defined in com/blankj/utilcode/util/k0.java |
|
http://dualstack-restapi.amap.com/v3/geocode/regeo http://restapi.amap.com/v3/geocode/regeo Defined in com/loc/l3.java |
|
http://dualstack-restapi.amap.com/v3/geocode/regeo http://restapi.amap.com/v3/geocode/regeo Defined in com/loc/l3.java |
|
http://abroad.apilocate.amap.com/mobile/binary Defined in com/loc/u3.java |
|
http://abroad.apilocate.amap.com/mobile/binary Defined in com/loc/j3.java |
|
http://abroad.apilocate.amap.com/mobile/binary http://apilocate.amap.com/mobile/binary http://dualstack.apilocate.amap.com/mobile/binary Defined in com/loc/q3.java |
|
http://abroad.apilocate.amap.com/mobile/binary http://apilocate.amap.com/mobile/binary http://dualstack.apilocate.amap.com/mobile/binary Defined in com/loc/q3.java |
|
http://abroad.apilocate.amap.com/mobile/binary http://apilocate.amap.com/mobile/binary http://dualstack.apilocate.amap.com/mobile/binary Defined in com/loc/q3.java |
|
https://restapi.amap.com/v3/iasdkauth http://restapi.amap.com/v3/iasdkauth Defined in com/loc/g4.java |
|
https://restapi.amap.com/v3/iasdkauth http://restapi.amap.com/v3/iasdkauth Defined in com/loc/g4.java |
|
http://restapi.amap.com Defined in com/loc/n4.java |
|
https://adiu.amap.com/ws/device/adius Defined in com/loc/w.java |
|
http://aps.testing.amap.com/collection/collectData?src=baseCol&ver=v74& Defined in com/loc/i1.java |
|
http://restapi.amap.com/v3/place/text? http://restapi.amap.com/v3/config/district? http://restapi.amap.com/v3/place/around? Defined in com/loc/a.java |
|
http://restapi.amap.com/v3/place/text? http://restapi.amap.com/v3/config/district? http://restapi.amap.com/v3/place/around? Defined in com/loc/a.java |
|
http://restapi.amap.com/v3/place/text? http://restapi.amap.com/v3/config/district? http://restapi.amap.com/v3/place/around? Defined in com/loc/a.java |
|
https://2fz6gqsg.api.sanity.io Defined in com/ryde_android/manager/k2.java |
|
https://api.vipps.no/access-management-1.0/access/oauth2/auth https://api.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no/access-management-1.0/access/oauth2/auth https://apitest.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no https://api.vipps.no Defined in com/ryde_android/manager/s2.java |
|
https://api.vipps.no/access-management-1.0/access/oauth2/auth https://api.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no/access-management-1.0/access/oauth2/auth https://apitest.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no https://api.vipps.no Defined in com/ryde_android/manager/s2.java |
|
https://api.vipps.no/access-management-1.0/access/oauth2/auth https://api.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no/access-management-1.0/access/oauth2/auth https://apitest.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no https://api.vipps.no Defined in com/ryde_android/manager/s2.java |
|
https://api.vipps.no/access-management-1.0/access/oauth2/auth https://api.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no/access-management-1.0/access/oauth2/auth https://apitest.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no https://api.vipps.no Defined in com/ryde_android/manager/s2.java |
|
https://api.vipps.no/access-management-1.0/access/oauth2/auth https://api.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no/access-management-1.0/access/oauth2/auth https://apitest.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no https://api.vipps.no Defined in com/ryde_android/manager/s2.java |
|
https://api.vipps.no/access-management-1.0/access/oauth2/auth https://api.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no/access-management-1.0/access/oauth2/auth https://apitest.vipps.no/access-management-1.0/access/oauth2/token https://apitest.vipps.no https://api.vipps.no Defined in com/ryde_android/manager/s2.java |
|
https://play.google.com/store/apps/details?id= Defined in com/ryde_android/ui/ryde/RydeEndActivity.java |
|
https://www.bydue.no/search?q=hjelm* Defined in com/ryde_android/ui/other/BuyHelmetActivity.java |
|
https://www.ryde-technology.com/privacy-policy/ https://www.ryde-technology.com/terms-and-conditions/ https://www.ryde-technology.com/faq/ https://www.ryde-technology.com/cant-end-ride https://www.ryde-technology.com/contact https://www.ryde-technology.com/monthly-pass/ Defined in com/ryde_android/ui/other/c.java |
|
https://www.ryde-technology.com/privacy-policy/ https://www.ryde-technology.com/terms-and-conditions/ https://www.ryde-technology.com/faq/ https://www.ryde-technology.com/cant-end-ride https://www.ryde-technology.com/contact https://www.ryde-technology.com/monthly-pass/ Defined in com/ryde_android/ui/other/c.java |
|
https://www.ryde-technology.com/privacy-policy/ https://www.ryde-technology.com/terms-and-conditions/ https://www.ryde-technology.com/faq/ https://www.ryde-technology.com/cant-end-ride https://www.ryde-technology.com/contact https://www.ryde-technology.com/monthly-pass/ Defined in com/ryde_android/ui/other/c.java |
|
https://www.ryde-technology.com/privacy-policy/ https://www.ryde-technology.com/terms-and-conditions/ https://www.ryde-technology.com/faq/ https://www.ryde-technology.com/cant-end-ride https://www.ryde-technology.com/contact https://www.ryde-technology.com/monthly-pass/ Defined in com/ryde_android/ui/other/c.java |
|
https://www.ryde-technology.com/privacy-policy/ https://www.ryde-technology.com/terms-and-conditions/ https://www.ryde-technology.com/faq/ https://www.ryde-technology.com/cant-end-ride https://www.ryde-technology.com/contact https://www.ryde-technology.com/monthly-pass/ Defined in com/ryde_android/ui/other/c.java |
|
https://www.ryde-technology.com/privacy-policy/ https://www.ryde-technology.com/terms-and-conditions/ https://www.ryde-technology.com/faq/ https://www.ryde-technology.com/cant-end-ride https://www.ryde-technology.com/contact https://www.ryde-technology.com/monthly-pass/ Defined in com/ryde_android/ui/other/c.java |
|
http://play.google.com/store/apps/details?id= Defined in com/ryde_android/ui/safety/DrunkDrivingActivity.java |
|
https://www.ryde-technology.com/safety/ Defined in com/ryde_android/ui/safety/SafeReminderActivity.java |
|
https://astat.bugly.qcloud.com/rqd/async https://astat.bugly.cros.wr.pvp.net/:8180/rqd/async Defined in com/tencent/bugly/crashreport/common/strategy/a.java |
|
https://astat.bugly.qcloud.com/rqd/async https://astat.bugly.cros.wr.pvp.net/:8180/rqd/async Defined in com/tencent/bugly/crashreport/common/strategy/a.java |
|
https://ryde-93e57.firebaseio.com https://github.com/vinc3m1 https://github.com/vinc3m1/RoundedImageView https://github.com/vinc3m1/RoundedImageView.git Defined in Android String Resource |
|
https://ryde-93e57.firebaseio.com https://github.com/vinc3m1 https://github.com/vinc3m1/RoundedImageView https://github.com/vinc3m1/RoundedImageView.git Defined in Android String Resource |
|
https://ryde-93e57.firebaseio.com https://github.com/vinc3m1 https://github.com/vinc3m1/RoundedImageView https://github.com/vinc3m1/RoundedImageView.git Defined in Android String Resource |
|
https://ryde-93e57.firebaseio.com https://github.com/vinc3m1 https://github.com/vinc3m1/RoundedImageView https://github.com/vinc3m1/RoundedImageView.git Defined in Android String Resource |
Information computed with MobSF.