CN113220363B - File opening method and device compatible with Android system running on Linux - Google Patents

File opening method and device compatible with Android system running on Linux Download PDF

Info

Publication number
CN113220363B
CN113220363B CN202110489982.5A CN202110489982A CN113220363B CN 113220363 B CN113220363 B CN 113220363B CN 202110489982 A CN202110489982 A CN 202110489982A CN 113220363 B CN113220363 B CN 113220363B
Authority
CN
China
Prior art keywords
linux
file
android
opened
opening
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.)
Active
Application number
CN202110489982.5A
Other languages
Chinese (zh)
Other versions
CN113220363A (en
Inventor
赵威
邱旭
姚宏亮
张耀斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jide Technology Research Institute Wuhan Co ltd
Original Assignee
Jide Technology Research Institute Wuhan Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Jide Technology Research Institute Wuhan Co ltd filed Critical Jide Technology Research Institute Wuhan Co ltd
Priority to CN202110489982.5A priority Critical patent/CN113220363B/en
Publication of CN113220363A publication Critical patent/CN113220363A/en
Application granted granted Critical
Publication of CN113220363B publication Critical patent/CN113220363B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/176Support for shared access to files; File sharing support

Abstract

The invention discloses a file opening method and device for compatibly operating an Android system on Linux, wherein a file opening component is configured in an Android application in an operating environment for compatibly operating the Android system on Linux; clicking a file to be opened on an Android application display window; displaying the names of candidate opening tool lists of files to be opened on an Android application display window; sending storage path information of a file to be opened in an Android system to a Linux side through a socket; and the Linux side converts the path into a storage path under Linux and calls a file opening tool of the Linux system to execute a file opening action. The Linux user can directly open and edit the document received in the Android application by using the document application software installed in the Linux system.

Description

File opening method and device compatible with Android system running on Linux
Technical Field
The invention relates to the field of computer operating systems, in particular to a file opening method and device for compatibly operating an Android system on Linux.
Background
Since the Android application ecology becomes the largest application ecology in the world today, cross-platform operation of Android applications has become an industry trend. As is known, the problem of the Linux desktop operating system is that the application ecology is lacking, which also causes that the Linux desktop system cannot become the mainstream desktop operating system, so that the Android application is more and more accepted by the public to run on the Linux desktop system.
The Linux operating system is compatible with the Android environment, is a technology for running Android applications (App) on the Linux operating system, and has important significance for enriching the application ecology of the Linux operating system. Because the Android application-oriented running environment is the mobile terminal, when the Android application-oriented running environment is transferred to a desktop system, the operation and use scenes of files are changed, the mobile terminal mainly reads the files, and the desktop terminal mainly edits the files; meanwhile, Android application ecology lacks excellent document editors such as Office, and the keyboard-mouse operation habit and the mobile terminal touch operation habit of the desktop terminal are different, so that file reading and editing experience of users of Android applications on the Linux operating system is poor.
Up to now, the Linux system is compatible with various solutions for running Android applications, such as: the files received by WeChat, QQ, nails and the like can only call file previewing in the application or use Android applications of a third party, for example, WeChat cannot open a compressed package sent by a friend; when the document sent by a friend is opened by the installed WPS application in the android system for the micro messenger, the display interface is narrow, a window cannot be displayed on the Linux desktop in a full screen mode, and only simple reading and editing functions can be performed, so that great obstacles are brought to the operation of a user.
Disclosure of Invention
In order to realize that various types of documents received by an Android application can be directly opened and edited by using the Linux application in a Linux compatible Android environment, the invention provides a file opening method and device for compatibly operating an Android system on Linux.
On one hand, the invention provides a file opening method for compatibly operating an Android system on Linux, the method is applied to an operating environment for compatibly operating the Android system on Linux, Android applications are displayed in Linux through an Android application display window, and the method comprises the following steps:
step S1: configuring a file opening component in the Android application;
step S2: clicking a file to be opened on an Android application display window; the Android application queries a file opening mode database in an Android system according to the type of a file to be opened, and displays the name of a candidate opening tool list of the file to be opened on an Android application display window; the candidate opening tool list name includes the file opening component name configured at step S1;
step S3: after the Android application acquires the message of clicking the name of the file opening component, the Android application sends the storage path information of the file to be opened in the Android system to the file opening component;
step S4: the file opening component sends storage path information of a file to be opened in an Android system to a Linux side through a socket;
step S5: after receiving the storage path information of the file to be opened in the Android system, the Linux side converts the path into a storage path under Linux;
step S6: and calling a file opening tool of the Linux system to execute a file opening action according to the storage path of the file to be opened in the Linux by the Linux side.
Further, before step S1, the method further includes:
the method comprises the steps that Android applications are started on Linux, a module used by the Android side for interacting with the Linux sends application starting information containing names of the Android applications to a module used by the Linux side for communicating with the Android side through a socket, and after the module used by the Linux side for communicating with the Android side receives the information, an Android application display window is started and an interface of the Android applications is displayed.
Further, after receiving the storage path information of the file to be opened in the Android system, the Linux side in the step S5 converts the path into a storage path under Linux, which specifically includes:
when the Android system is started on Linux, starting a file mounting program at the Linux side, and mounting the Android internal storage directory under the directory of the Linux system;
and calling a path conversion function by the Linux side to convert the received storage path of the file to be opened in the Android system into a storage path under the Linux.
Further, in step S6, the Linux side calls a file opening tool of the Linux system to execute a file opening action according to a storage path of the file to be opened in Linux, and specifically:
the Linux side obtains the media type or the content type of the file according to the storage path of the file to be opened under Linux, queries a file opening tool under Linux according to the media type or the content type of the file, and calls the file opening tool of a Linux system to open the file.
On the other hand, the invention provides a file opening device for compatibly operating an Android system on Linux, the device is applied to an operating environment for compatibly operating the Android system on Linux, Android applications are displayed in Linux through an Android application display window, and the device comprises:
a file opening component configuration module for configuring a file opening component in an Android application,
the Android side interaction processing module is used for:
clicking a file to be opened on an Android application display window; the Android application queries a file opening mode database in an Android system according to the type of a file to be opened, and displays the name of a candidate opening tool list of the file to be opened on an Android application display window; the candidate open tool list name comprises a configured file open component name;
after the Android application acquires the message of clicking the name of the file opening component, the Android application sends the storage path information of the file to be opened in the Android system to the file opening component;
the file opening component sends storage path information of a file to be opened in an Android system to a Linux side through a socket;
a Linux side file opening module configured to:
after receiving the storage path information of the file to be opened in the Android system, the Linux side converts the path into a storage path under Linux; and calling a file opening tool of the Linux system to execute a file opening action according to the storage path of the file to be opened in the Linux by the Linux side.
Further, the Linux side file opening module includes a mount conversion sub-module, configured to:
when the Android system is started on Linux, starting a file mounting program at the Linux side, and mounting the Android internal storage directory under the directory of the Linux system;
and calling a path conversion function by the Linux side to convert the received storage path of the file to be opened in the Android system into a storage path under the Linux.
Further, the Linux-side file opening module comprises a local opening submodule for:
the Linux side obtains the media type or the content type of the file according to the storage path of the file to be opened under Linux, queries a file opening tool under Linux according to the media type or the content type of the file, and calls the file opening tool of a Linux system to open the file.
Compared with the prior art, the invention has the following advantages:
in the Linux-compatible Android environment, a Linux user can use application software which is installed in a Linux system and has various document types, such as: the WPS, the PDF, the text editor or the file decompressing tool directly opens and edits various documents received in the Android application, and reads and edits the documents according to the Linux application and the desktop keyboard and mouse operation habit familiar to the user.
Drawings
Fig. 1 is a schematic diagram of a file opening method for compatibly operating an Android system on Linux according to an embodiment of the present invention;
fig. 2 is a schematic composition diagram of a file opening device compatibly operating an Android system on Linux according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
For the operating environment compatible with Android running on the Linux operating system, the Android operating environment runs in a container.
Containers are a lightweight virtualization technology supported by the Linux kernel in recent years. A new Linux system (including other systems customized based on the Linux system, such as Android) can be operated in the Linux system through a container technology, and a client system and a host system are isolated from each other through the container. Different from the traditional scheme based on the virtual machine technology, in the container technology, the client system and the host system share resources such as a CPU (central processing unit), a memory, storage and the like, and the resource overhead is low. In addition, through proper configuration, the client system can directly access the hardware resource of the host, and the performance of the client system is further improved.
Due to the isolation of the container docker, Linux cannot access the internal storage directory of Android.
The invention is realized on the premise that the Linux system is provided with the application software of the document type.
Fig. 1 is a schematic diagram of a file opening method for compatibly operating an Android system on Linux according to an embodiment of the present invention;
the method is applied to Linux in an operation environment compatible with an Android system, the Android application is displayed in the Linux through an Android application display window, and the method comprises the following steps:
step S1: configuring a file opening component in the Android application;
when an Android system is started on Linux, a user-defined component receiveOpenActivity with a file opening function is configured in a component app service interacted between an Android side and Linux, and configuration files of the user-defined component receiveOpenActivity are as follows:
<activity
android:name=".ReceiveOpenActivity"
android, label ═ general file opening tool >
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="image/jpeg"/>
<data android:mimeType="image/png"/>
<data android:mimeType="audio/*"/>
<data android:mimeType="video/*"/>
<data android:mimeType="text/*"/>
......
<data android:mimeType="application/zip"/>
<data android:mimeType="application/zipx"/>
<data android:mimeType="application/x-zip"/>
<data android:mimeType="application/rar"/>
<data android:mimeType="application/msword"/>
<data android:mimeType="application/ms-word"/>
For example, if the data android is configured with "image/jpeg"/>, it indicates that the component can open a picture with a suffix name in jpeg format; if < data android: mimeType ═ application/msword "/>, this component can open documents with suffix name doc or docx format. After the configuration is carried out according to the configuration file, the receiveOpenActivity component can have the capability of opening files in formats such as pictures, audio, video, texts, compressed packages, word documents and the like.
Step S2: clicking a file to be opened on an Android application display window; the Android application queries a file opening mode database in an Android system according to the type of a file to be opened, and displays the name of a candidate opening tool list of the file to be opened on an Android application display window; the candidate opening tool list name includes the file opening component name configured at step S1;
the Android application firstly queries a component list which can open the file type and is configured in the Android system according to the type of the file, for example, if a file in a zip format is to be opened, a component with < data Android: mimeType ═ application/zip'/> is queried and configured in the Android system, the Android application obtains a tag (Android: label in the configuration file) list of the components and displays the tag list to a user, and the user is enabled to select which component is used for opening the file to be opened.
Step S3: after the Android application acquires the message of clicking the name of the file opening component, the Android application sends the storage path information of the file to be opened in the Android system to the file opening component;
step S4: the file opening component sends storage path information of a file to be opened in an Android system to a Linux side through a socket;
step S5: after receiving the storage path information of the file to be opened in the Android system, the Linux side converts the path into a storage path under Linux;
step S6: and calling a file opening tool of the Linux system to execute a file opening action according to the storage path of the file to be opened in the Linux by the Linux side.
Further, before step S1, the method further includes:
the method comprises the steps that Android applications are started on Linux, a module used by the Android side for interacting with the Linux sends application starting information containing names of the Android applications to a module used by the Linux side for communicating with the Android side through a socket, and after the module used by the Linux side for communicating with the Android side receives the information, an Android application display window is started and an interface of the Android applications is displayed.
Further, after receiving the storage path information of the file to be opened in the Android system, the Linux side in the step S5 converts the path into a storage path under Linux, which specifically includes:
when the Android system is started on Linux, starting a file mounting program at the Linux side, and mounting the Android internal storage directory under the directory of the Linux system;
and calling a path conversion function by the Linux side to convert the received storage path of the file to be opened in the Android system into a storage path under the Linux.
The detailed process is described as follows:
when a user uses the Android application in a Linux-compatible Android environment, some files are often received or downloaded in the Android application, and due to the isolation effect of the container, the Android files cannot be directly accessed by a Linux program. Therefore, in a Linux-compatible Android environment, when the Android system is started, a mount program of a fuse file system (a user file system) is started, and an Android internal storage directory (usually a storage/organized/0 subdirectory of a docker mirror image data directory) is mounted to a certain directory under the Linux system, namely a mounted target directory. Therefore, the Linux program can also access the internal storage directory of the Android.
After the Linux side receives the absolute path of the file to be opened in the Android system, because the file path sent by the Android side is not consistent with the file path accessed by the Linux, the absolute storage path pathA (subdirectory of/storage/embedded/0/under the container mirror image root directory) in the Android system where the file is located needs to be converted into the absolute path pathB of the Linux system where the file is located. The switching is similar to the following operation:
replace (0, strlen ("/storage/organized/0"), "/var/lib/jstack/data/internal storage");
the/storage/organized/0 is a mounted source directory, is a directory with reading authority for the Android system and the application, and the Linux system has no reading authority for the directory. The/var/lib/jstack/data/internal storage is a mounted target directory, and the Linux system has reading authority for the directory.
Further, in step S6, the Linux side calls a file opening tool of the Linux system to execute a file opening action according to a storage path of the file to be opened in Linux, and specifically:
the Linux side obtains the media type or the content type of the file according to the storage path of the file to be opened under Linux, queries a file opening tool under Linux according to the media type or the content type of the file, and calls the file opening tool of a Linux system to open the file.
Fig. 2 is a schematic view of a file opening device for operating an Android system on Linux in a compatible manner, the device is applied to an operating environment for operating an Android system on Linux in a compatible manner, and an Android application is displayed in Linux through an Android application display window, and the device includes:
a file opening component configuration module for configuring a file opening component in an Android application,
the Android side interaction processing module is used for:
clicking a file to be opened on an Android application display window; the Android application queries a file opening mode database in an Android system according to the type of a file to be opened, and displays the name of a candidate opening tool list of the file to be opened on an Android application display window; the candidate open tool list name comprises a configured file open component name;
after the Android application acquires the message of clicking the name of the file opening component, the Android application sends the storage path information of the file to be opened in the Android system to the file opening component;
the file opening component sends storage path information of a file to be opened in an Android system to a Linux side through a socket;
a Linux side file opening module configured to:
after receiving the storage path information of the file to be opened in the Android system, the Linux side converts the path into a storage path under Linux; and calling a file opening tool of the Linux system to execute a file opening action according to the storage path of the file to be opened in the Linux by the Linux side.
Further, the Linux side file opening module includes a mount conversion sub-module, configured to:
when the Android system is started on Linux, starting a file mounting program at the Linux side, and mounting the Android internal storage directory under the directory of the Linux system;
and calling a path conversion function by the Linux side to convert the received storage path of the file to be opened in the Android system into a storage path under the Linux.
Further, the Linux-side file opening module comprises a local opening submodule for:
the Linux side obtains the media type or the content type of the file according to the storage path of the file to be opened under Linux, queries a file opening tool under Linux according to the media type or the content type of the file, and calls the file opening tool of a Linux system to open the file.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that changes may be made in the embodiments and/or equivalents thereof without departing from the spirit and scope of the 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 (5)

1. A file opening method compatible with an Android system running on Linux is characterized in that the method is applied to a running environment compatible with the Android system running on Linux, and Android applications are displayed in Linux through an Android application display window, and the method comprises the following steps:
step S1: configuring a file opening component in the Android application;
step S2: clicking a file to be opened on an Android application display window; the Android application queries a file opening mode database in an Android system according to the type of a file to be opened, and displays the name of a candidate opening tool list of the file to be opened on an Android application display window; the candidate opening tool list name includes the file opening component name configured at step S1;
step S3: after the Android application acquires the message of clicking the name of the file opening component, the Android application sends the storage path information of the file to be opened in the Android system to the file opening component;
step S4: the file opening component sends storage path information of a file to be opened in an Android system to a Linux side through a socket;
step S5: after receiving the storage path information of the file to be opened in the Android system, the Linux side converts the path into a storage path under Linux;
step S6: calling a file opening tool of a Linux system to execute a file opening action according to a storage path of a file to be opened in Linux by a Linux side;
after receiving the storage path information of the file to be opened in the Android system, the Linux side in the step S5 converts the path into a storage path under Linux, which specifically includes:
when the Android system is started on Linux, starting a file mounting program at the Linux side, and mounting the Android internal storage directory under the directory of the Linux system;
and calling a path conversion function by the Linux side to convert the received storage path of the file to be opened in the Android system into a storage path under the Linux.
2. The file opening method compatible with the Android system running on Linux of claim 1, characterized in that before step S1, the method further comprises:
the method comprises the steps that Android applications are started on Linux, a module used by the Android side for interacting with the Linux sends application starting information containing names of the Android applications to a module used by the Linux side for communicating with the Android side through a socket, and after the module used by the Linux side for communicating with the Android side receives the information, an Android application display window is started and an interface of the Android applications is displayed.
3. The method for opening a file compatibly running the Android system on Linux as claimed in claim 1, wherein in step S6, the Linux side calls a file opening tool of the Linux system to execute a file opening action according to a storage path of the file to be opened under Linux, and specifically includes:
the Linux side obtains the media type or the content type of the file according to the storage path of the file to be opened under Linux, queries a file opening tool under Linux according to the media type or the content type of the file, and calls the file opening tool of a Linux system to open the file.
4. A file opening device compatible with an Android system running on Linux is applied to a running environment compatible with the Android system running on Linux, and Android applications are displayed in the Linux through an Android application display window, and the device comprises:
a file opening component configuration module for configuring a file opening component in an Android application,
the Android side interaction processing module is used for:
clicking a file to be opened on an Android application display window; the Android application queries a file opening mode database in an Android system according to the type of a file to be opened, and displays the name of a candidate opening tool list of the file to be opened on an Android application display window; the candidate open tool list name comprises a configured file open component name;
after the Android application acquires the message of clicking the name of the file opening component, the Android application sends the storage path information of the file to be opened in the Android system to the file opening component;
the file opening component sends storage path information of a file to be opened in an Android system to a Linux side through a socket;
a Linux side file opening module configured to:
after receiving the storage path information of the file to be opened in the Android system, the Linux side converts the path into a storage path under Linux; calling a file opening tool of a Linux system to execute a file opening action according to a storage path of a file to be opened in Linux by a Linux side;
the Linux side file opening module comprises a mount conversion submodule and is used for:
when the Android system is started on Linux, starting a file mounting program at the Linux side, and mounting the Android internal storage directory under the directory of the Linux system;
and calling a path conversion function by the Linux side to convert the received storage path of the file to be opened in the Android system into a storage path under the Linux.
5. The Linux-compatible Android system-running file opening apparatus of claim 4, wherein the Linux-side file opening module comprises a local opening submodule configured to:
the Linux side obtains the media type or the content type of the file according to the storage path of the file to be opened under Linux, queries a file opening tool under Linux according to the media type or the content type of the file, and calls the file opening tool of a Linux system to open the file.
CN202110489982.5A 2021-05-06 2021-05-06 File opening method and device compatible with Android system running on Linux Active CN113220363B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110489982.5A CN113220363B (en) 2021-05-06 2021-05-06 File opening method and device compatible with Android system running on Linux

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110489982.5A CN113220363B (en) 2021-05-06 2021-05-06 File opening method and device compatible with Android system running on Linux

Publications (2)

Publication Number Publication Date
CN113220363A CN113220363A (en) 2021-08-06
CN113220363B true CN113220363B (en) 2022-04-19

Family

ID=77091262

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110489982.5A Active CN113220363B (en) 2021-05-06 2021-05-06 File opening method and device compatible with Android system running on Linux

Country Status (1)

Country Link
CN (1) CN113220363B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113986858B (en) * 2021-12-24 2022-06-03 北京鲸鲮信息系统技术有限公司 Linux compatible android system shared file operation method and device
CN114047964B (en) * 2022-01-13 2022-05-10 麒麟软件有限公司 Method for enabling Android-supported camera to be hot-plugged when Linux is compatible with Android system
CN114385047A (en) * 2022-03-24 2022-04-22 北京麟卓信息科技有限公司 Android application file sending method based on Intent on Linux platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445630A (en) * 2016-08-10 2017-02-22 北京奇虎科技有限公司 Android simulator and method for realizing Android simulator
CN107770622A (en) * 2017-11-07 2018-03-06 四川长虹电器股份有限公司 The method and operating method of file in a kind of renewal linux system
WO2019111907A1 (en) * 2017-12-06 2019-06-13 クラリオン株式会社 Updating device and updating system
CN112364607A (en) * 2020-10-08 2021-02-12 北京麟卓信息科技有限公司 Method and device for editing Linux file by Android application

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102831173B (en) * 2012-07-27 2016-09-07 Tcl集团股份有限公司 Memory expanding method based on android system, device and terminal device
KR101997061B1 (en) * 2017-09-29 2019-07-05 숭실대학교산학협력단 Linux based android container platform, device equipped with the same and method for apply security system in linux based android container environment
CN111930340B (en) * 2020-09-21 2021-06-01 北京技德系统技术有限公司 Virtual audio device and method based on Linux and Android compatible technology

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445630A (en) * 2016-08-10 2017-02-22 北京奇虎科技有限公司 Android simulator and method for realizing Android simulator
CN107770622A (en) * 2017-11-07 2018-03-06 四川长虹电器股份有限公司 The method and operating method of file in a kind of renewal linux system
WO2019111907A1 (en) * 2017-12-06 2019-06-13 クラリオン株式会社 Updating device and updating system
CN112364607A (en) * 2020-10-08 2021-02-12 北京麟卓信息科技有限公司 Method and device for editing Linux file by Android application

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
在Android接收微信、QQ其他应用打开第三方分享;佚名;《https://juejin.cn/post/6844904104389509134》;20200327;全文 *
玩转双系统的Windows 8平板;佚名;《电脑爱好者》;20150315(第06期);全文 *

Also Published As

Publication number Publication date
CN113220363A (en) 2021-08-06

Similar Documents

Publication Publication Date Title
CN113220363B (en) File opening method and device compatible with Android system running on Linux
US20190220332A1 (en) Application processing method and apparatus
US7496230B2 (en) System and method for automatic natural language translation of embedded text regions in images during information transfer
JP5939525B2 (en) Shared service
US7254786B2 (en) System for transmitting and displaying icon resources group associated with remote application to a local computing system to facilitate virtualization of the remote application
US5959621A (en) System and method for displaying data items in a ticker display pane on a client computer
US8122424B2 (en) Automatic natural language translation during information transfer
US7581176B2 (en) Document display system and method
US20040243939A1 (en) Method, system and program product for display management of web page phone/fax numbers by a data processing system
US20060265472A1 (en) Systems and methods for providing short message service features and user interfaces therefor in network browsing applications
Schilit et al. m-links: An infrastructure for very small internet devices
TW201108096A (en) Help information for links in a mashup page
US11316818B1 (en) Context-based consolidation of communications across different communication platforms
WO2013152416A1 (en) Methods and apparatus to copy and insert information
US20040122915A1 (en) Method and system for an extensible client specific calendar application in a portal server
CN110795649A (en) Target page display method, device and system and electronic equipment
CN103051652A (en) Mobile terminal cloud commuting delivery platform
US9198009B2 (en) System and method for providing end to end interactive mobile applications using SMS
CN112083866A (en) Expression image generation method and device
CN112328564A (en) Special resource sharing method and device and electronic equipment
JP2003536140A5 (en)
US20090024664A1 (en) Method and system for generating a content-based file, and content-based data structure
CN115470432A (en) Page rendering method and device, electronic equipment and computer readable medium
CN112347382A (en) Product page sharing method and device and electronic equipment
JPWO2007013280A1 (en) Plug-in module execution method, browser execution method, mailer execution method, program, terminal device, and computer-readable recording medium on which page data is recorded

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