re.: How to search Google Play and Huawei Store for applications coming with ADB supported public API ?
I am interested to implement Software Interoperability Act into force and practice and ask developers to offer API versions of their applications to be offered via Google Play Store, Huawei Store as an extra option (fee/no fee).
I am aware, it may take some time due summer holiday time but learn today, which one comes with API as add-on and how to search for API enabled Android applications for basic tests via ADB.
I would like to know, which applications can output results, actions, data via USB ADB link and what data formats are offered for postprocessing and scripting.
I would like to build directory of API enabled Android applications with full step-by-step manual on how to start, what input data are accepted and what output can be generated.
Since it may not be smart to install applications for testing,. one after the another to smartphone, I am looking for smartphone's emulator which can be run remotely via Internet, supporting USB ADB emulation via www JS scripting, coming with working API scripts for individual applications.
I would like to know state-of-the-art within the above to let me assess my efforts and time to be consumed, the above project to ccome true if not already offered or supported by third parties./
thank you
adb
is a developer tool, so geared toward app developer workflow. Individual apps unless written, do not interoperate as mobile devices contains lots of personal data and increasingly in a sandbox due to bad/malicious actors. Getting developers to use any particular API is off-topic (and akin to herding cats) unless you are the platform owner like Google or can financially pay people to support any third-party API. – Morrison Chang Aug 07 '20 at 00:02" Individual apps unless written, do not interoperate exactly, but may interoperate and how to call this feature by default to let developers to expose it to users ? Not sure how to learn ADB API support from permissions __ https://android.izzysoft.de/applists.php?topic=search Search apps by category and permission
__ https://play.gqqnbig.me/ Google Play Advanced Search
https://developer.android.com/guide/topics/manifest/manifest-intro
– darius Aug 07 '20 at 08:37AndroidManifest.xml
. The only way I know to get the manifest is to download the app. What data an app provides is defined by it's "Content Providers". An indicator for a content providers are special custom permissions in the AndroidManifest.xml. – Robert Aug 07 '20 at 08:47Google Play Advanced Search
is down
Taking too long to load result. Something might be wrong.
– darius Aug 07 '20 at 11:06