CN112068897A - Android application file loading method and device based on mouse key simulation - Google Patents
Android application file loading method and device based on mouse key simulation Download PDFInfo
- Publication number
- CN112068897A CN112068897A CN202010817095.1A CN202010817095A CN112068897A CN 112068897 A CN112068897 A CN 112068897A CN 202010817095 A CN202010817095 A CN 202010817095A CN 112068897 A CN112068897 A CN 112068897A
- Authority
- CN
- China
- Prior art keywords
- file
- android application
- window
- loaded
- loading
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
- G06F3/0482—Interaction with lists of selectable items, e.g. menus
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses a mouse-key-simulation-based Android application file loading method and device, wherein a Host end path of a file is obtained by sensing mouse dragging behaviors, a Guest end path of the file is obtained through path conversion, then, the behavior of clicking an operation button in Android application by a mouse is simulated to finish automatic loading of the file, and in the process, a user does not need to care where the file is stored, and does not feel the gap between a compatible environment and a Linux system, so that operation steps are reduced, the working efficiency of the user is improved, the user experience is improved, and the user can experience the Android application on Linux as conveniently as using the Android application on Windows.
Description
Technical Field
The invention belongs to the technical field of development of running mobile applications on a desktop operating system, and particularly relates to a mouse key simulation-based Android application file loading method and device.
Background
The Android compatible environment (hereinafter referred to as Android compatible environment) of the Linux operating system is a technology for running Android application (App) on the Linux operating system, and has important significance for enriching the application ecology of the Linux operating system. The Android compatible environment generally comprises a Host end and a Guest end, the Host end runs on a Linux system and mainly comprises an Android container and a user interaction window, the Android container is used for isolating part of kernel resources from the Linux system to support the Guest end to run, the Guest end mainly comprises a specially customized Android application frame, an Android running library and the like, and Android applications run on the Guest end.
When a user runs and uses an Android application in an Android compatible environment, the user generally has a requirement of loading a file under a Linux system, and typical application scenes are as follows: when using the WeChat App, a user needs to send a file under a certain Linux system to own friends. However, due to the isolation effect of the container, the Android application cannot directly access the file under the Linux system (i.e., the file at the Host end), and there are two solutions for the prior art to load the file at the Host end by the Android application:
the first scheme is as follows: a shared directory is mounted to a Guest end at a Host end through a method similar to 'mount-bind', a file needing to be loaded is found by accessing the shared directory in an Android application, and if the file is not in the shared directory, the file needing to be loaded needs to be copied to the shared directory in advance under a Linux system. This solution has mainly two drawbacks: firstly, a user is more complicated to locate a shared folder in Android application, and particularly, certain difficulty exists for a common user; secondly, the setting of the shared directory is difficult, if the set range is large, for example, the set range is set as a Linux user directory, a file needing to be accessed can be generally found, but more files are exposed in Guest at the same time, so that potential safety hazards are brought, and conversely, if the set range is small, the file to be processed at the Host end is generally required to be copied to the shared directory in advance, so that copy operation is increased.
Scheme II: the authority of an internal storage directory (generally/data/media/0 /) in Guest is released, and the Host can directly read and write. And then, copying the file which needs to be loaded by the Android application to a path which is defaulted by the App and is directly accessed at the Host end, so that a series of operations of file positioning when the user uses the Android application can be reduced. The file copying operation of the Host end can be optimized in a friendly mode, the existing method is that a button is added in an interface of the Host end corresponding to an App, a file dialog box is popped up and opened after the button is clicked, a file needing to be loaded is selected, and the file is automatically copied to a default directory of the App after the file is determined.
In summary, in the existing solutions, a user needs to manually copy a file from Linux to a user directory accessible to an App, then click a file loading button of the App, open a file dialog box to load the file, and other series of operations, which are complicated in steps and inconvenient to use.
Disclosure of Invention
In view of the above, the invention provides a mouse key simulation-based Android application file loading method and device, which can realize loading of a Host-end file into an Android application in an Android compatible environment in a dragging manner.
The invention provides an Android application file loading method based on mouse key simulation, which is applied to loading a file to be loaded at a Host end into an Android application, and comprises the following steps:
dragging a file to be loaded to an active sub-window of a current Android application by a mouse and releasing to obtain a Host end path of the file to be loaded; judging whether the active sub-window can load a file or not, if so, converting the Host end path into a Guest end path of the current Android application; and simulating a mouse to click an operation button of the active sub-window, and loading the file to be loaded according to the Guest end path.
Further, the determining whether the active sub-window can load a file includes: acquiring an application package name and a window name of an active sub-window of the current Android application, wherein if the application package name and the sub-window name meet conditions in a preset configuration file, the active sub-window of the current Android application can load a file, and otherwise, the active sub-window of the current Android application cannot load the file.
Further, the simulating mouse clicks an operation button in the active sub-window, including: and sending touch information to simulate a mouse to click the operation button according to the coordinate of the operation button in the active sub-window.
Further, the coordinates are recorded in the configuration file.
Further, the converting the Host end path into a Guest end path of the current Android application includes: and copying the file to be loaded to a directory of the current Android application according to the Host end path, or creating a link file under the directory of the current Android application to point to the file to be loaded.
Further, the configuration file is generated through manual configuration or automatically generated.
The invention provides an Android application file loading device based on mouse key simulation, which is used for loading a file to be loaded at a Host end into an Android application and comprises the following steps:
the loading detection unit is used for monitoring and judging whether the current Android application and the active sub-window can load files or not to form a detection result; and the loading triggering unit is used for responding to the mouse to drag the file to be loaded and releasing the message to acquire the Host end path of the file to be loaded, and executing the file loading operation according to the detection result and the Host end path.
Further, the loading detection unit comprises a monitoring component and a judging component; the monitoring component is used for acquiring the packet name of the current Android application and the window name of the active sub-window; the judging component is used for judging whether the active sub-window of the current Android application can load a file according to the package name of the current Android application, the window name of the active sub-window and a preset configuration file, if so, a detection result is generated, and the detection result is a file loading process description text recorded in the configuration file.
Further, the manner of executing the file loading operation according to the detection result and the Host end path is as follows: and converting the Host end path into a Guest end path of the current Android application, and sending touch information to simulate a mouse to click an operation button according to the coordinates of the operation button in the active sub-window recorded in the configuration file to finish the loading of the file to be loaded.
Further, the mode of converting the Host end path into the Guest end path of the current Android application is as follows: and copying the file to be loaded to a directory of the current Android application according to the Host end path, or creating a link file under the directory of the current Android application to point to the file to be loaded.
Has the advantages that:
according to the method, the Host end path of the file is obtained by sensing the dragging behavior of the mouse, the Guest end path of the file is obtained through path conversion, and then the behavior of clicking the operation button in the Android application by the mouse is simulated to finish automatic loading of the file.
Detailed Description
The present invention will be described in detail below with reference to examples.
The invention provides a mouse key simulation-based Android application file loading method and device, which basically think that: and the user finishes loading the file of the Host end into the Android application in an Android compatible environment in a mouse dragging mode. By adopting the method and the device provided by the invention, the operation process required by the user is as follows: determining a file to be loaded, pressing a mouse key, moving a mouse pointer to an active sub-window of the Android application, and releasing the mouse key to complete file loading. The process is the same as the operation of dragging files which most users are used to on a Windows system, so that the operation process of loading files by the users is greatly simplified, and better use experience is provided for the users.
The invention provides a mouse key simulation-based Android application file loading method, which comprises the following steps of:
step 1, dragging a file to be loaded to an active sub-window of the current Android application by a mouse and releasing the active sub-window to obtain a Host end path of the file to be loaded.
Specifically, a Drag/Drop message of a Linux operating system window manager is responded, so that a full path of a dragged file to be loaded at a Host end, namely a Host end path, is obtained.
And 2, judging whether the active sub-window can load the file or not, and if the active sub-window can load the file, converting the Host end path of the file to be loaded into the Guest end path of the current Android application.
And 2.1, judging whether the active sub-window can load the file or not.
The process of judging whether the active sub-window can load the file comprises the following steps: the method comprises the steps of firstly obtaining an application package name and a window name of an active sub-window of a current Android application, then judging conditions in a preset configuration file, if the application package name and the sub-window name meet the conditions in the preset configuration file, loading a file in the active sub-window of the current Android application, and if not, loading the file.
The configuration file is stored in a hard disk in a file or database mode at a Host end of the android compatible environment, the memory is read in when the Host end runs, the configuration file can be generated through manual configuration and also can be generated automatically, and meanwhile, the management file can be centralized and updated automatically. The configuration file records relevant information of Android application automatic file loading, the information indicates conditions and processes of the Android application for automatically loading files through the method, and the information mainly comprises package names of the Android application, names of sub-windows (activities) capable of receiving file loading, file loading process description and the like. The file loading process description is composed of a plurality of steps, and the description of each step mainly comprises components, operations and incoming parameters.
The configuration file can be a list with an Android application package name as an index, the core of each list item is a sub-list with a sub-window name as an index, the sub-list items are mainly process descriptions of simulating mouse key operation and automatically loading files, and the specific structure is as follows:
in the judgment process, when the acquired application package name and the acquired sub-window name have corresponding records in the configuration file, the current Android application and the current sub-window can load the file, otherwise, the Android application and the sub-window cannot load the file.
And 2.2, converting the Host end path of the file to be loaded into the Guest end path of the current Android application.
When the current Android application and the child window can load files, the process of converting the Host end path of the file to be loaded into the Guest end path of the current Android application can adopt the following two modes according to the size of the file: when the data volume of the file to be loaded is small, the file to be loaded can be directly copied to an Android application end (i.e., a Guest end) under the applied directory (or under an SD card directory), and the path of the file to be loaded at the Guest end is the path of the Guest end at this time; when the file data volume of the file to be loaded is large, a link file pointing to the file to be loaded can be created under the directory of the application at the Guest end, and at this time, the path of the link file at the Guest end is the Guest end path of the file to be loaded.
During specific implementation, a Guest end path of a file to be loaded is set as an attribute of the android system through RPC, and the attribute is recorded as sharedFilePath.
And 3, simulating a mouse to click an operation button of the active sub-window, and loading the file to be loaded according to the Guest end path of the file to be loaded.
And the operation button of the active sub-window is clicked by a simulated mouse, the touch message can be sent according to the relative coordinate of the current sub-window operation button, and the relative coordinate of the current sub-window operation button can be recorded in a configuration file.
For example, the Host end obtains the relative coordinate of a file open button of the current child window by reading the configuration file, and sends a touch message to simulate mouse click according to the coordinate, so that the Android application executes a file open operation, at this time, the Android application calls a file browse window (Java class of Android) of the Android, and judges whether the sharedFilePath attribute is not empty or not when the file browse window class is called by modifying the file browse window class, if the file browse window is empty, the file browse window is not displayed, the value of the sharedFilePath is automatically returned, and if the file browse window is not empty, the browse window is normally displayed.
The invention provides an Android application file loading method based on mouse key simulation, and provides an Android application file loading device based on mouse key simulation. The loading detection unit is used for monitoring the current Android application and the active sub-window, judging whether the current Android application and the active sub-window can load files or not, and sending a detection result to the loading trigger unit; the loading triggering unit is used for responding to mouse dragging of the file to be loaded and releasing of the message, acquiring a Host end path of the file to be loaded, and executing file loading operation according to the detection result and the Host end path.
The loading detection unit comprises a monitoring component and a judging component, wherein the monitoring component is positioned at a Guest end, the judging component is positioned at a Host end, and the monitoring component and the judging component are communicated through Remote Procedure Call (RPC).
The monitoring component is embedded in the Android Activity management frame, can continuously monitor the current Android application and the active sub-window, and transmits the packet name of the Android application and the window name of the active sub-window to the judging component through RPC when the current Android application and the active sub-window are updated, so that the judging component continuously masters the active sub-windows of all the active applications. And after receiving the package name of the Android application and the window name of the active sub-window, the judging component inquires the configuration file, if the configuration file has an item with the matched package name and window name, the judging component indicates that the file can be loaded, and sends parameters such as a file loading process description text read from the configuration file to a loading triggering unit as a detection result.
And the loading trigger unit is communicated with the loading detection unit through an RPC interface. The loading triggering unit responds to a mouse Drag/release (Drag/Drop) message of a Linux operating system window manager, acquires a Host end path of a file to be loaded, and then simulates a mouse to click an operating button of an active sub-window according to information recorded in a file loading process description text sent by the loading detection unit, so that the loading of the file to be loaded is completed.
For example, when the Android application is a WeChat, assuming that the current active sub-window is a dialog box with a friend, the operation button of the active sub-window is 'add file', the Android compatible environment triggers the WeChat to automatically add a file dragged to the application window, the dialog box is switched to send the file, and then the user determines whether to send the file.
And when the Android application is the Jinshan WPS, the operation button of the active child window is 'add file', and the Android compatible environment triggers the WPS to automatically open the designated file.
In summary, the above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.
Claims (10)
1. An Android application file loading method based on mouse key simulation is characterized by being applied to loading a file to be loaded at a Host end into an Android application, and the method comprises the following steps:
dragging a file to be loaded to an active sub-window of a current Android application by a mouse and releasing to obtain a Host end path of the file to be loaded; judging whether the active sub-window can load a file or not, if so, converting the Host end path into a Guest end path of the current Android application; and simulating a mouse to click an operation button of the active sub-window, and loading the file to be loaded according to the Guest end path.
2. The method of claim 1, wherein the determining whether the active sub-window can load a file comprises: acquiring an application package name and a window name of an active sub-window of the current Android application, wherein if the application package name and the sub-window name meet conditions in a preset configuration file, the active sub-window of the current Android application can load a file, and otherwise, the active sub-window of the current Android application cannot load the file.
3. The method of claim 2, wherein the simulating mouse clicking an operation button in the active sub-window comprises: and sending touch information to simulate a mouse to click the operation button according to the coordinate of the operation button in the active sub-window.
4. The method of claim 3, wherein the coordinates are recorded in the configuration file.
5. The method according to any one of claims 1 to 4, wherein the converting the Host side path into a Guest side path of the current Android application comprises: and copying the file to be loaded to a directory of the current Android application according to the Host end path, or creating a link file under the directory of the current Android application to point to the file to be loaded.
6. The method of claim 5, wherein the configuration file is generated by manual configuration or automatically.
7. The Android application file loading device based on mouse key simulation is characterized in that the device is applied to loading a file to be loaded at a Host end into an Android application, and comprises the following steps:
the loading detection unit is used for monitoring and judging whether the current Android application and the active sub-window can load files or not to form a detection result; and the loading triggering unit is used for responding to the mouse to drag the file to be loaded and releasing the message to acquire the Host end path of the file to be loaded, and executing the file loading operation according to the detection result and the Host end path.
8. The apparatus of claim 7, wherein the load detection unit comprises a listening component and a determining component; the monitoring component is used for acquiring the packet name of the current Android application and the window name of the active sub-window; the judging component is used for judging whether the active sub-window of the current Android application can load a file according to the package name of the current Android application, the window name of the active sub-window and a preset configuration file, if so, a detection result is generated, and the detection result is a file loading process description text recorded in the configuration file.
9. The apparatus of claim 8, wherein the manner of performing the file loading operation according to the detection result and the Host path is: and converting the Host end path into a Guest end path of the current Android application, and sending touch information to simulate a mouse to click an operation button according to the coordinates of the operation button in the active sub-window recorded in the configuration file to finish the loading of the file to be loaded.
10. The apparatus according to claim 9, wherein the manner of converting the Host path to the Guest path of the current Android application is as follows: and copying the file to be loaded to a directory of the current Android application according to the Host end path, or creating a link file under the directory of the current Android application to point to the file to be loaded.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010817095.1A CN112068897B (en) | 2020-08-16 | 2020-08-16 | Android application file loading method and device based on mouse key simulation |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010817095.1A CN112068897B (en) | 2020-08-16 | 2020-08-16 | Android application file loading method and device based on mouse key simulation |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112068897A true CN112068897A (en) | 2020-12-11 |
CN112068897B CN112068897B (en) | 2022-02-18 |
Family
ID=73661723
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010817095.1A Active CN112068897B (en) | 2020-08-16 | 2020-08-16 | Android application file loading method and device based on mouse key simulation |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112068897B (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113204307A (en) * | 2021-05-06 | 2021-08-03 | 技德技术研究所(武汉)有限公司 | File sending method and device compatible with Android system running on Linux |
CN113656196A (en) * | 2021-08-16 | 2021-11-16 | 深圳技德智能科技研究院有限公司 | Linux-compatible Android application file transfer method and device |
CN113687888A (en) * | 2021-05-18 | 2021-11-23 | 麒麟软件有限公司 | File sharing method compatible with Android application running on Linux system |
CN113900754A (en) * | 2021-10-09 | 2022-01-07 | 深圳技德智能科技研究院有限公司 | Desktop sharing method and device, computer equipment and storage medium |
CN114385047A (en) * | 2022-03-24 | 2022-04-22 | 北京麟卓信息科技有限公司 | Android application file sending method based on Intent on Linux platform |
CN114579522A (en) * | 2022-03-10 | 2022-06-03 | 阿里巴巴(中国)有限公司 | File transmission method and device |
CN114995716A (en) * | 2022-08-02 | 2022-09-02 | 北京麟卓信息科技有限公司 | Operation method of android application related file on desktop system |
WO2023005784A1 (en) * | 2021-07-30 | 2023-02-02 | 华为技术有限公司 | Method for cross-system transmission of target object, and device |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104503778A (en) * | 2014-12-09 | 2015-04-08 | 北京奇虎科技有限公司 | Installation method and installation device for applications |
US9300720B1 (en) * | 2013-05-21 | 2016-03-29 | Trend Micro Incorporated | Systems and methods for providing user inputs to remote mobile operating systems |
WO2016054699A1 (en) * | 2014-10-10 | 2016-04-14 | Habben David | A mobile communication device operating system instance virtualisation server |
CN105700923A (en) * | 2016-01-08 | 2016-06-22 | 深圳市创想天空科技股份有限公司 | Method and system for installing application program |
CN106445630A (en) * | 2016-08-10 | 2017-02-22 | 北京奇虎科技有限公司 | Android simulator and method for realizing Android simulator |
-
2020
- 2020-08-16 CN CN202010817095.1A patent/CN112068897B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9300720B1 (en) * | 2013-05-21 | 2016-03-29 | Trend Micro Incorporated | Systems and methods for providing user inputs to remote mobile operating systems |
WO2016054699A1 (en) * | 2014-10-10 | 2016-04-14 | Habben David | A mobile communication device operating system instance virtualisation server |
CN104503778A (en) * | 2014-12-09 | 2015-04-08 | 北京奇虎科技有限公司 | Installation method and installation device for applications |
CN105700923A (en) * | 2016-01-08 | 2016-06-22 | 深圳市创想天空科技股份有限公司 | Method and system for installing application program |
CN106445630A (en) * | 2016-08-10 | 2017-02-22 | 北京奇虎科技有限公司 | Android simulator and method for realizing Android simulator |
Non-Patent Citations (1)
Title |
---|
匿名用户: "《夜神安卓模拟器与电脑怎样互传文件 来看具体方法》", 《HTTPS://ZHIDAO.BAIDU.COM/QUESTION/2208350596323689108.HTML?QBL=RELATE_QUESTION_0&WORD=ANDROID%20%C4%A3%C4%E2%C6%F7%20%CE%C4%BC%FE%20%CD%CF%D7%A7》 * |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113204307A (en) * | 2021-05-06 | 2021-08-03 | 技德技术研究所(武汉)有限公司 | File sending method and device compatible with Android system running on Linux |
CN113687888A (en) * | 2021-05-18 | 2021-11-23 | 麒麟软件有限公司 | File sharing method compatible with Android application running on Linux system |
CN113687888B (en) * | 2021-05-18 | 2023-08-08 | 麒麟软件有限公司 | File sharing method compatible with Android application running on Linux system |
WO2023005784A1 (en) * | 2021-07-30 | 2023-02-02 | 华为技术有限公司 | Method for cross-system transmission of target object, and device |
CN113656196A (en) * | 2021-08-16 | 2021-11-16 | 深圳技德智能科技研究院有限公司 | Linux-compatible Android application file transfer method and device |
CN113656196B (en) * | 2021-08-16 | 2024-02-27 | 深圳技德应用技术有限公司 | Method and device for transferring files between applications of Linux compatible with Android |
CN113900754A (en) * | 2021-10-09 | 2022-01-07 | 深圳技德智能科技研究院有限公司 | Desktop sharing method and device, computer equipment and storage medium |
CN113900754B (en) * | 2021-10-09 | 2023-10-31 | 深圳技德智能科技研究院有限公司 | Shared desktop method, shared desktop device, computer equipment and storage medium |
CN114579522A (en) * | 2022-03-10 | 2022-06-03 | 阿里巴巴(中国)有限公司 | File transmission method and device |
CN114385047A (en) * | 2022-03-24 | 2022-04-22 | 北京麟卓信息科技有限公司 | Android application file sending method based on Intent on Linux platform |
CN114995716A (en) * | 2022-08-02 | 2022-09-02 | 北京麟卓信息科技有限公司 | Operation method of android application related file on desktop system |
CN114995716B (en) * | 2022-08-02 | 2022-09-30 | 北京麟卓信息科技有限公司 | Operation method of android application related file on desktop system |
Also Published As
Publication number | Publication date |
---|---|
CN112068897B (en) | 2022-02-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112068897B (en) | Android application file loading method and device based on mouse key simulation | |
KR100965708B1 (en) | System and method for providing access to user interface information | |
CN113204307A (en) | File sending method and device compatible with Android system running on Linux | |
US20200357007A1 (en) | Page data acquisition method, apparatus, server, electronic device and computer readable medium | |
US9383903B2 (en) | Systems and methods for providing programmable macros | |
US20090132919A1 (en) | Appending Hover Help to Hover Help for a User Interface | |
US20070130145A1 (en) | User activity based document analysis | |
CN109800135B (en) | Information processing method and terminal | |
US11269663B2 (en) | Method and apparatus for adapting handle device to third-party application, and storage medium | |
JP2006018827A (en) | Smart user interface record and reproduction framework | |
CN114995716B (en) | Operation method of android application related file on desktop system | |
US7673286B2 (en) | Architecture for converting control types in a data bound user interface | |
TW200910182A (en) | Interacting with phone numbers and other contact information contained in browser content | |
CN103678505A (en) | Method and device for running application program in browser and browser | |
CN105740144A (en) | Automated testing method and system for Android mobile Terminal | |
CN115292073B (en) | Method for sending android application file on Linux platform | |
CN110032324A (en) | A kind of text chooses method and terminal | |
WO2018171195A1 (en) | Dependency-injection-based android application semi-automatization test method | |
CN114385047A (en) | Android application file sending method based on Intent on Linux platform | |
CN103617055B (en) | A kind of method, apparatus and browser for starting application program in a browser | |
JP2021530073A (en) | Automatic control of distributed computing devices | |
CN116561146A (en) | Database log recording method, device, computer equipment and computer readable storage medium | |
JP5975113B2 (en) | Information processing apparatus, work environment cooperation method, and work environment cooperation program | |
CN113467725B (en) | Output management method, system, equipment and medium for Linux platform graphic application program | |
CN117056908A (en) | Risk control method and device for application program, computer equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |