CN106843644B - Method and device for establishing desktop icon - Google Patents

Method and device for establishing desktop icon Download PDF

Info

Publication number
CN106843644B
CN106843644B CN201710000493.2A CN201710000493A CN106843644B CN 106843644 B CN106843644 B CN 106843644B CN 201710000493 A CN201710000493 A CN 201710000493A CN 106843644 B CN106843644 B CN 106843644B
Authority
CN
China
Prior art keywords
icon
plug
information
functional
desktop
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
CN201710000493.2A
Other languages
Chinese (zh)
Other versions
CN106843644A (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201710000493.2A priority Critical patent/CN106843644B/en
Publication of CN106843644A publication Critical patent/CN106843644A/en
Application granted granted Critical
Publication of CN106843644B publication Critical patent/CN106843644B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction 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/04817Interaction 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 using icons
    • 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • 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/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a method and a device for establishing a desktop icon, wherein the method comprises the following steps: the host APP receives a desktop icon adding instruction from an interface provided for the functional plug-in; and calling an interface provided by an operating system to establish an icon pointing to the functional plug-in on the desktop according to the icon information and the plug-in information contained in the instruction. By the method, the desktop icon can be established for the specific function plug-in the host APP, and the desktop icon directly points to the function plug-in, so that a user can directly enter an interface of the function plug-in through the icon pointing to the function plug-in, an operation path is shortened, and user operation is simplified.

Description

Method and device for establishing desktop icon
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of computer application, in particular to a method and a device for establishing a desktop icon.
[ background of the invention ]
Smart devices, such as cell phones, tablets, PCs, etc., may create an icon of an installed Application (APP) on a desktop after the APP is installed. The icon on the desktop is actually a shortcut of the application, and when a user clicks the icon on the desktop, the application pointed by the desktop icon can be directly opened to enter an interface of the application. However, in the current implementation mode, desktop icons are created for one application, but with the continuous enrichment of applications, when a user frequently uses a specific functional plug-in one application, the user still needs to click the desktop icon of the application to enter the application, find a control corresponding to the functional plug-in from the application, and click to enter an interface corresponding to the functional plug-in.
[ summary of the invention ]
In view of this, the present invention provides a method and an apparatus for creating a desktop icon, so as to facilitate a user to directly use a function plug-in an application, and simplify user operations.
The specific technical scheme is as follows:
the invention provides a method for establishing a desktop icon, which comprises the following steps:
the host APP receives a desktop icon adding instruction from an interface provided for the functional plug-in;
and calling an interface provided by an operating system to establish an icon pointing to the functional plug-in on the desktop according to the icon information and the plug-in information contained in the instruction.
According to a preferred embodiment of the present invention, the instruction for adding a desktop icon is sent by calling an interface provided by the host APP after the functional plug-in is triggered by the user.
According to a preferred embodiment of the present invention, the invoking an interface provided by an operating system to establish an icon pointing to the functional plug-in on a desktop includes:
the host APP calls an interface provided by an operating system and sends an intent request for generating a desktop icon, wherein the intent request comprises the icon information;
and maintaining the pointing relationship between the icon information and the plug-in information.
According to a preferred embodiment of the invention, the method further comprises:
after the icon pointing to the functional plug-in is clicked, starting the host APP and acquiring information of the clicked icon from the operating system;
and calling the functional plug-in pointed by the clicked icon, and displaying a functional interface of the functional plug-in.
According to a preferred embodiment of the present invention, before invoking the function plug-in pointed to by the clicked icon, the method further comprises:
judging whether the functional plug-in pointed by the clicked icon is installed and supports the version of the plug-in, if so, continuing to execute the step of calling the functional plug-in; otherwise, calling an interface provided by an operating system to delete the icon pointing to the functional plug-in on the desktop.
The invention also provides a device for establishing the desktop icon, which is arranged on the host APP and comprises:
the instruction receiving unit is used for receiving an instruction of adding the desktop icon from an interface provided by the host APP to the functional plug-in;
and the icon establishing unit is used for calling an interface provided for the host APP by an operating system according to the icon information and the plug-in information contained in the instruction and establishing an icon pointing to the functional plug-in on the desktop.
According to a preferred embodiment of the present invention, the instruction for adding a desktop icon is sent by calling an interface provided by the host APP after the functional plug-in is triggered by the user.
According to a preferred embodiment of the present invention, the icon creating unit is specifically configured to: calling an interface provided by an operating system for the host APP, and sending an intent request for generating a desktop icon, wherein the intent request comprises the icon information; and maintaining the pointing relationship between the icon information and the plug-in information.
According to a preferred embodiment of the invention, the apparatus further comprises:
the parameter acquisition unit is used for acquiring information of the clicked icon from the operating system and providing the information to the plug-in calling unit when the host APP is started after the icon pointing to the functional plug-in is clicked;
and the plug-in calling unit is used for calling the functional plug-in pointed by the clicked icon and displaying the functional interface of the functional plug-in.
According to a preferred embodiment of the invention, the apparatus further comprises:
the judging unit is used for acquiring the information of the clicked icon provided by the parameter acquiring unit for the plug-in calling unit, judging whether the functional plug-in pointed by the clicked icon is installed and supports the version of the plug-in, and if so, triggering the plug-in calling unit to execute operation; otherwise, triggering the icon deleting unit to execute the operation;
and the icon deleting unit is used for calling an interface provided by the operating system to delete the icon pointing to the functional plug-in on the desktop.
According to the technical scheme, the desktop icon can be established for the specific function plug-in the host APP in the mode provided by the invention, and the desktop icon directly points to the function plug-in, so that a user can directly enter the interface of the function plug-in through the icon pointing to the function plug-in, the operation path is shortened, and the user operation is simplified.
[ description of the drawings ]
Fig. 1 is a flowchart of a method for creating a desktop icon according to an embodiment of the present invention;
fig. 2a is a schematic diagram of a desktop icon for triggering installation of a functional plug-in according to an embodiment of the present invention;
FIG. 2b is a diagram of another desktop icon for triggering installation of a functional plug-in according to an embodiment of the present invention;
FIG. 2c is a diagram illustrating an example of a created desktop icon according to an embodiment of the present invention;
FIG. 2d is a schematic interface diagram showing an icon that is triggered according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method executed after clicking a desktop icon according to an embodiment of the present invention;
fig. 4 is a diagram illustrating an apparatus according to an embodiment of the present invention.
[ detailed description ] embodiments
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the examples of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "in response to a detection (a stated condition or event)", depending on the context.
Fig. 1 is a flowchart of a method for creating a desktop icon according to an embodiment of the present invention, as shown in fig. 1, the method may include the following steps:
in 101, after the functional plug-in is triggered by a user, an interface provided by the host APP is called to send an instruction for adding a desktop icon.
Adding an icon for a functional plug-in may be triggered by a user, and may take the following forms, but is not limited to:
the first mode is as follows: after the installation of the functional plug-in is completed by the triggering of the user, the interface provided by the host APP is automatically called to send the instruction for adding the desktop icon, or whether the user creates the desktop icon of the functional plug-in is prompted, and if the user selects the creation, the interface provided by the host APP is automatically called to send the instruction for adding the desktop icon.
For example, when the user uses the Baidu APP, the functional plugin of "post bar" is installed, after the installation is completed, a prompt box may pop up to ask the user whether to create a desktop icon of the functional plugin, as shown in fig. 2a, if the user selects yes, the functional plugin calls an interface provided by the Baidu APP to send an instruction for adding the desktop icon to the Baidu APP.
The second mode is as follows: when a user opens the functional plug-in for the first time, the interface provided by the host APP is automatically called to send an instruction for adding the desktop icon, or whether the user creates the desktop icon of the functional plug-in is prompted, and if the user selects creation, the interface provided by the host APP is automatically called to send the instruction for adding the desktop icon.
For example, when a user uses the Baidu APP, after the function plug-in of the "Bar" is installed, if the user clicks the function plug-in for the first time to enter the Bar, a prompt box similar to that shown in FIG. 2a may pop up to ask the user whether to create a desktop icon of the function plug-in, and if the user selects yes, the function plug-in calls an interface provided by the Baidu APP to send an instruction for adding the desktop icon to the Baidu APP.
The third mode is as follows: during the process of using the function plug-in by the user, the user can send an instruction for adding the desktop icon to the interface provided by the user through the function plug-in.
For example, when the user uses the function plug-in of "bar" in the Baidu APP, the user may select the option of "create desktop icon" from a menu popped up after long pressing the control of "bar", as shown in fig. 2b, at this time, the function plug-in calls an interface provided by the Baidu APP to send an instruction of adding the desktop icon to the Baidu APP.
The instruction sent by the function plug-in includes icon information and plug-in information, the icon information may include a name or an identifier of an icon, and may also include icon content, and the plug-in information may include a name or an identifier of a plug-in. The interface provided by the host APP is actually a method, that is, the functional plug-in calls the method to transfer the icon information and the plug-in information as parameters to the host APP.
In 102, after receiving the instruction, the host APP calls an interface provided by the operating system to establish an icon pointing to the functional plug-in on the desktop according to the icon information and the plug-in information included in the instruction.
The creation of the desktop icon is an operation at the operating system level, and the operating system provides an interface for each application, and each application can create the desktop icon by calling the interface. In the embodiment of the invention, the host APP still calls the interface, sends the intent request for generating the desktop icon, and the icon information of the functional plug-in is contained in the intent request, so that the icon pointing to the functional plug-in is finally created on the desktop. The operating system maintains the application information for creating the icon, namely the information of the host APP, and the pointing relationship between the icon and the functional plug-in is maintained by the host APP.
Continuing with the above example, the Baidu APP creates an icon pointing to the function plug-in "Bar" on the desktop, as shown in FIG. 2c, the Baidu APP has its own icon on the desktop, that is, there is a desktop icon pointing to the Baidu APP and also there is a desktop icon pointing to the Bar.
In the above process of establishing the desktop icon of the functional plug-in, if the user clicks the desktop icon pointing to the functional plug-in, the process shown in fig. 3 may be executed, and specifically, the process may include the following steps:
in 301, after the icon pointing to the function plug-in is clicked, the host APP starts and acquires information of the clicked icon from the operating system.
As for the operating system, application information for creating a desktop icon is maintained, and it cannot know and distinguish whether the desktop icon is a host APP or a function plug-in, so that the execution flow is the same as that in the prior art, and after a desktop icon is clicked, a thread of a corresponding application is started according to the maintained application information for creating the desktop icon (for example, according to a package name of the application). If the clicked icon points to a certain functional plug-in, the host APP is started, and the operating system transmits the information of the clicked icon to the host APP as a parameter.
In 302, the host APP judges whether the functional plug-in pointed by the clicked icon is installed and supports the version of the plug-in, and if so, 303 is executed; otherwise, 304 is performed.
Because the host APP maintains the pointing relationship between the icon information and the functional plug-ins, the information of the functional plug-ins pointed by the clicked icons can be determined. In some exceptional cases, it may happen that the functional plug-in is not installed successfully but a desktop icon is created, or the hosting APP does not support the version of the plug-in, and in these exceptional cases execution 304 is required.
For the installed plug-in, the corresponding plug-in information can be found from the plug-in installation directory, the host APP can judge whether the plug-in pointed by the clicked icon is installed from the plug-in installation directory, and in addition, the version information of the functional plug-in is inquired from the database for storing the functional plug-in information, and whether the host APP supports the version is judged.
In 303, the host APP calls up the functional plug-in pointed by the clicked icon, and displays the functional interface of the functional plug-in.
After the host APP directly calls the functional plug-in pointed by the clicked icon, the functional interface of the functional plug-in can be directly accessed, and the default functional interface of the host APP is not required to be accessed.
At 304, the host APP calls an interface provided by the operating system to delete the clicked icon on the desktop.
Similarly, the deletion of the desktop icon is also an operation at the operating system level, and the operating system provides an interface for each application, and each application can delete the desktop icon by calling the interface. In the embodiment of the invention, the host APP still calls the interface, an intent request for deleting the desktop icon is sent, the icon information to be deleted is contained in the intent request, and the operating system can delete the icon.
As an example, if the user clicks on the desktop icon of the "Bar" feature plug-in on the desktop as shown in FIG. 2c, the user directly enters the function interface of the Bar as shown in FIG. 2 d. The method does not need to enter a default interface of the Baidu APP, and then jump to a functional interface of the bar after clicking a control of the bar in the default interface, obviously saves user operation and shortens an operation path.
The method provided by the invention is described above, and the device provided by the invention is described in detail below with reference to the embodiment. Fig. 4 is a structural diagram of an apparatus provided in an embodiment of the present invention, where the apparatus is disposed in a host APP, and as shown in fig. 4, the apparatus may include: the command receiving unit 01 and the icon establishing unit 02 may further include a parameter obtaining unit 03, a plug-in calling unit 04, a judging unit 05 and an icon deleting unit 06, wherein the main functions of the respective constituent units are as follows:
the instruction receiving unit 01 is responsible for receiving an instruction for adding a desktop icon from an interface provided by the host APP to the functional plug-in.
The instruction for adding the desktop icon is sent by calling an interface provided by the host APP after the functional plug-in is triggered by the user, and may adopt, but is not limited to, the following modes:
the first mode is as follows: after the installation of the functional plug-in is completed by the triggering of the user, the interface provided by the host APP is automatically called to send the instruction for adding the desktop icon, or whether the user creates the desktop icon of the functional plug-in is prompted, and if the user selects the creation, the interface provided by the host APP is automatically called to send the instruction for adding the desktop icon.
The second mode is as follows: when a user opens the functional plug-in for the first time, the interface provided by the host APP is automatically called to send an instruction for adding the desktop icon, or whether the user creates the desktop icon of the functional plug-in is prompted, and if the user selects creation, the interface provided by the host APP is automatically called to send the instruction for adding the desktop icon.
The third mode is as follows: during the process of using the function plug-in by the user, the user can send an instruction for adding the desktop icon to the interface provided by the user through the function plug-in.
The instruction sent by the function plug-in includes icon information and plug-in information, the icon information may include a name or an identifier of an icon, and may also include icon content, and the plug-in information may include a name or an identifier of a plug-in. The interface provided by the host APP is actually a method, that is, the functional plug-in calls the method to transfer the icon information and the plug-in information as parameters to the host APP.
The icon establishing unit 02 is responsible for calling an interface provided by the operating system for the host APP to establish an icon pointing to the functional plug-in on the desktop according to the icon information and the plug-in information included in the instruction. Specifically, the icon establishing unit 02 may call an interface provided by an operating system to a host APP, and send an intent request for generating a desktop icon, where the intent request includes icon information; and maintaining the pointing relation between the icon information and the plug-in information.
As for the operating system, application information for creating a desktop icon is maintained, and it cannot know and distinguish whether the desktop icon is a host APP or a function plug-in, so that the execution flow is the same as that in the prior art, and after a desktop icon is clicked, a thread of a corresponding application is started according to the maintained application information for creating the desktop icon (for example, according to a package name of the application). If the clicked icon points to a certain functional plug-in, the host APP is started, and the operating system transmits the information of the clicked icon to the host APP as a parameter. The parameter obtaining unit 03 is responsible for obtaining information of the clicked icon from the operating system and providing the information to the plug-in calling unit 04 when the host APP starts after the icon pointing to the functional plug-in is clicked.
The plug-in calling unit 04 is responsible for calling the functional plug-in pointed by the clicked icon and displaying the functional interface of the functional plug-in.
Preferably, the execution of the operation by the plug-in invocation unit 04 may be triggered by the judgment unit 05. The judging unit 05 is responsible for acquiring information of the clicked icon provided by the parameter acquiring unit 03 to the plug-in calling unit 04, judging whether the functional plug-in pointed by the clicked icon is installed and supports the version of the plug-in, and if so, triggering the plug-in calling unit 04 to execute operation; otherwise, the icon deletion unit 06 is triggered to perform an operation.
For an installed plug-in, the corresponding plug-in information may be found from a plug-in installation directory, and the determining unit 05 may determine whether the plug-in pointed by the clicked icon is installed from the plug-in installation directory, and in addition, query version information of the functional plug-in from a database storing the functional plug-in information, and determine whether the host APP supports the version.
The icon deleting unit 06 is responsible for calling an interface provided by the operating system to delete an icon pointing to a function plug-in on the desktop. Similarly, the deletion of the desktop icon is also an operation at the operating system level, and the operating system provides an interface for each application, and each application can delete the desktop icon by calling the interface. In the embodiment of the present invention, the icon deleting unit 06 still calls the interface, and sends an intent request for deleting the desktop icon, where the intent request includes information of the icon to be deleted, and the operating system can delete the icon.
As can be seen from the above description, the method and apparatus provided by the present invention can have the following advantages:
1) by the method, the desktop icon can be established for the specific function plug-in the host APP, and the desktop icon directly points to the function plug-in, so that a user can directly enter an interface of the function plug-in through the icon pointing to the function plug-in, an operation path is shortened, and user operation is simplified.
2) The user can be in the in-process of using host APP, according to the frequency and the user demand of using function plug-in, establish the desktop icon in a flexible way, promote user experience.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (4)

1. A method for creating a desktop icon, the method comprising:
the host APP receives a desktop icon adding instruction from an interface provided for the functional plug-in;
the instruction for adding the desktop icon is sent by calling an interface provided by the host APP after the functional plug-in is triggered by a user;
calling an interface provided by an operating system according to the icon information and the plug-in information contained in the instruction, and sending a request for generating a desktop icon, wherein the request contains the icon information;
the information of a host APP for creating the icon is maintained by an operating system, and the host APP maintains the pointing relationship between the icon and the functional plug-in;
after the icon pointing to the functional plug-in is clicked, the thread of the host APP is started by an operating system and information of the clicked icon is obtained from the operating system;
and the host APP calls up the functional plug-in pointed by the clicked icon and displays the functional interface of the functional plug-in.
2. The method of claim 1, further comprising, prior to invoking the functional plug-in pointed to by the clicked icon:
judging whether the functional plug-in pointed by the clicked icon is installed and supports the version of the plug-in, if so, continuing to execute the step of calling the functional plug-in; otherwise, calling an interface provided by an operating system to delete the icon pointing to the functional plug-in on the desktop.
3. The utility model provides a device of establishing desktop icon, sets up in host APP which characterized in that, the device includes:
the instruction receiving unit is used for receiving an instruction of adding the desktop icon from an interface provided by the host APP to the functional plug-in;
the instruction for adding the desktop icon is sent by calling an interface provided by the host APP after the functional plug-in is triggered by a user;
the icon establishing unit is used for calling an interface provided by an operating system for the host APP according to the icon information and the plug-in information contained in the instruction, sending a request for generating a desktop icon, wherein the request contains the icon information, and maintaining the pointing relationship between the icon information and the plug-in information; wherein information of the host APP that created the icon is maintained by the operating system;
the parameter obtaining unit is used for starting a thread of the host APP by an operating system after an icon pointing to the functional plug-in is clicked, obtaining information of the clicked icon from the operating system and providing the information to the plug-in calling unit;
and the plug-in calling unit is used for calling the functional plug-in pointed by the clicked icon and displaying the functional interface of the functional plug-in.
4. The apparatus of claim 3, further comprising:
the judging unit is used for acquiring the information of the clicked icon provided by the parameter acquiring unit for the plug-in calling unit, judging whether the functional plug-in pointed by the clicked icon is installed and supports the version of the plug-in, and if so, triggering the plug-in calling unit to execute operation; otherwise, triggering the icon deleting unit to execute the operation;
and the icon deleting unit is used for calling an interface provided by the operating system to delete the icon pointing to the functional plug-in on the desktop.
CN201710000493.2A 2017-01-03 2017-01-03 Method and device for establishing desktop icon Active CN106843644B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710000493.2A CN106843644B (en) 2017-01-03 2017-01-03 Method and device for establishing desktop icon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710000493.2A CN106843644B (en) 2017-01-03 2017-01-03 Method and device for establishing desktop icon

Publications (2)

Publication Number Publication Date
CN106843644A CN106843644A (en) 2017-06-13
CN106843644B true CN106843644B (en) 2020-11-20

Family

ID=59117497

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710000493.2A Active CN106843644B (en) 2017-01-03 2017-01-03 Method and device for establishing desktop icon

Country Status (1)

Country Link
CN (1) CN106843644B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109213550B (en) * 2017-07-07 2023-05-16 腾讯科技(深圳)有限公司 Interactive implementation method, device and equipment of embedded application and readable storage medium
CN107895317A (en) * 2017-09-27 2018-04-10 捷开通讯(深圳)有限公司 A kind of bookkeeping methods, mobile terminal and the device with store function
CN107729110A (en) * 2017-10-16 2018-02-23 深圳依偎控股有限公司 Application program child control management method, mobile terminal and storage medium
CN109032696A (en) * 2018-07-17 2018-12-18 掌阅科技股份有限公司 A kind of page tune method, terminal and computer storage medium
CN113157349B (en) * 2021-05-24 2024-06-18 抖音视界有限公司 Application running method, desktop application generating method, device, server and medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2421235A1 (en) * 2010-08-20 2012-02-22 Research in Motion Limited Method and apparatus for controlling output devices
CN103425473A (en) * 2012-05-24 2013-12-04 腾讯科技(北京)有限公司 Implementation method and system of open micro-blog

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103959222A (en) * 2012-02-24 2014-07-30 宇龙计算机通信科技(深圳)有限公司 Terminal and management method for application programs
CN103853540B (en) * 2012-12-04 2017-03-08 腾讯科技(深圳)有限公司 Access the method and system of third-party application in operating system desktop
CN104407592B (en) * 2014-11-27 2018-11-23 小米科技有限责任公司 A kind of method and device adjusting smart home device operating status
CN105867925B (en) * 2016-03-29 2022-06-28 联想(北京)有限公司 Shortcut establishing method and electronic equipment
CN106201495A (en) * 2016-06-30 2016-12-07 维沃移动通信有限公司 A kind of entrance creation method and mobile terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2421235A1 (en) * 2010-08-20 2012-02-22 Research in Motion Limited Method and apparatus for controlling output devices
CN103425473A (en) * 2012-05-24 2013-12-04 腾讯科技(北京)有限公司 Implementation method and system of open micro-blog

Also Published As

Publication number Publication date
CN106843644A (en) 2017-06-13

Similar Documents

Publication Publication Date Title
CN106843644B (en) Method and device for establishing desktop icon
US20220247833A1 (en) Installable web applications
US10503490B2 (en) Mobile application processing
CN110417988B (en) Interface display method, device and equipment
WO2015074467A1 (en) Data update method, apparatus, and system and storage medium
US8346889B1 (en) Event-driven module loading
CN111596965B (en) Project engineering initialization method, device, computer equipment and storage medium
US10551996B2 (en) Method and apparatus for starting an application in a screen-locked state
JP2015527771A (en) Method, apparatus, program and recording medium for displaying push message
CN109361948B (en) Interface management method, intelligent terminal and readable storage medium
AU2014207730A1 (en) Systems and methods for building and using hybrid mobile applications
US11024314B2 (en) Method and apparatus for acquiring and processing an operation instruction
CN104516885A (en) Implementation method and device of browse program double-kernel assembly
CN112631591B (en) Method, apparatus, device and computer readable storage medium for table element linkage
CN106203184B (en) A kind of keyboard output method and terminal
JP2014513821A (en) Method and web server for implementing web access
CN111274263A (en) Visual database change statement generation method and device and storage medium
CN109614271A (en) Control method, device, equipment and the storage medium of multiple company-data consistency
CN110688201B (en) Log management method and related equipment
CN112235132A (en) Method, device, medium and server for dynamically configuring service
US7237197B2 (en) Method and system for presenting a video stream of a video streaming device
US10812433B2 (en) Dynamic message displaying
CN111722881B (en) Resource expansion method, system and device of container cloud platform
CN107301089B (en) APP deployment and calling method and terminal
CN110704157B (en) Application starting method, related device and 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