CN111176512A - Icon processing method and electronic equipment - Google Patents

Icon processing method and electronic equipment Download PDF

Info

Publication number
CN111176512A
CN111176512A CN201911420380.3A CN201911420380A CN111176512A CN 111176512 A CN111176512 A CN 111176512A CN 201911420380 A CN201911420380 A CN 201911420380A CN 111176512 A CN111176512 A CN 111176512A
Authority
CN
China
Prior art keywords
icon
sub
input
icons
display
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
Application number
CN201911420380.3A
Other languages
Chinese (zh)
Other versions
CN111176512B (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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN201911420380.3A priority Critical patent/CN111176512B/en
Publication of CN111176512A publication Critical patent/CN111176512A/en
Application granted granted Critical
Publication of CN111176512B publication Critical patent/CN111176512B/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/451Execution arrangements for user interfaces

Abstract

The embodiment of the invention provides an icon processing method and electronic equipment, relates to the technical field of communication, and aims to solve the technical problem that in the prior art, icon searching is time-consuming. The method comprises the following steps: receiving first input of N first icons in a target interface, wherein N is an integer greater than or equal to 2; responding to the first input, canceling to display the N first icons, and displaying a second icon in the target interface, wherein the second icon comprises N sub-icons, and one sub-icon is used for indicating an application program corresponding to one first icon; receiving a second input for a target sub-icon of the N sub-icons; in response to the second input, a processing action corresponding to the target sub-icon is performed. The scheme is applied to the scene of the electronic equipment displaying the icons.

Description

Icon processing method and electronic equipment
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to an icon processing method and electronic equipment.
Background
With the development of mobile communication technology, more and more applications are installed in the electronic device, and more icons of the applications are displayed in the desktop interface of the electronic device.
Generally, the number of icons allowed to be displayed in each desktop interface is limited, and therefore, when the number of icons in one desktop interface reaches the maximum display number value, if a new icon needs to be added, the electronic device may create a new desktop interface and display the new icon in the new desktop interface.
However, the number of icon interfaces in an electronic device is often large. Under the condition that a user wants to operate an icon of an application program, if the user cannot determine the desktop interface where the icon is located, the user needs to switch between different desktop interfaces through sliding input, and therefore it is time-consuming to find the icon.
Disclosure of Invention
The embodiment of the invention provides an icon processing method and electronic equipment, and aims to solve the problem that in the prior art, icon searching is time-consuming.
In order to solve the above technical problem, the embodiment of the present invention is implemented as follows:
in a first aspect, an embodiment of the present invention provides an icon processing method. The method is applied to the electronic equipment, and the method can comprise the following steps: receiving first input of N first icons in a target interface, wherein N is an integer greater than or equal to 2; responding to the first input, canceling to display the N first icons, and displaying a second icon in the target interface, wherein the second icon comprises N sub-icons, and one sub-icon is used for indicating an application program corresponding to one first icon; receiving a second input for a target sub-icon of the N sub-icons; in response to the second input, a processing action corresponding to the target sub-icon is performed.
In a second aspect, an embodiment of the present invention provides an electronic device. The electronic device comprises a receiving module and a display module. The receiving module is used for receiving first input of N first icons in the target interface, wherein N is an integer greater than or equal to 2; the display module is used for responding to the first input received by the receiving module, canceling to display the N first icons and displaying a second icon in the target interface, wherein the second icon comprises N sub-icons, and one sub-icon is used for indicating an application program corresponding to one first icon; the receiving module is further used for receiving a second input aiming at a target sub-icon in the N sub-icons displayed by the display module; and the display module is also used for responding to the second input received by the receiving module and executing the processing action corresponding to the target sub-icon.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a processor, a memory, and a computer program stored on the memory and operable on the processor, and when executed by the processor, the electronic device implements the steps of the icon processing method in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the icon processing method as in the first aspect.
In the embodiment of the present invention, after receiving a first input to N first icons in a target interface, the display of the N first icons may be cancelled in response to the first input, and a second icon is displayed in the target interface, where the second icon includes N sub-icons, and one sub-icon is used to indicate an application program corresponding to one first icon. Thereafter, a second input may be received for a target sub-icon of the N sub-icons, and in response to the second input, a processing action corresponding to the target sub-icon may be performed. Through the scheme, the electronic equipment can cancel displaying the N first icons and display the second icon comprising the N sub-icons, namely the N sub-icons replace the N first icons, and compared with the N first icons, the second icon comprising the N sub-icons occupies one icon position, so that the target interface can display more icons, and a user can conveniently and quickly find the icons in the target interface.
Drawings
Fig. 1 is a schematic diagram of an architecture of an android operating system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an icon processing method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an interface for moving a first icon according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of an interface for displaying a second icon in different display modes according to an embodiment of the present invention;
fig. 5 is a schematic interface diagram for inputting a second icon in different input modes according to an embodiment of the present invention;
fig. 6 is a schematic view of an interface for removing sub-icons in a second icon according to an embodiment of the present invention;
fig. 7 is a schematic interface diagram after a first sub-icon is added to a second icon according to an embodiment of the present invention;
FIG. 8 is a schematic diagram of an interface for updating sub-icons according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 10 is a second schematic structural diagram of an electronic device according to an embodiment of the invention;
fig. 11 is a hardware schematic diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the described embodiments without making any inventive step, fall within the scope of protection of the present application.
The term "and/or" herein is an association relationship describing 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. The symbol "/" herein denotes a relationship in which the associated object is or, for example, a/B denotes a or B.
The terms "first" and "second," etc. herein are used to distinguish between different objects and are not used to describe a particular order of objects. For example, the first input and the second input, etc. are for distinguishing different inputs, rather than for describing a particular order of inputs.
In the embodiments of the present invention, words such as "exemplary" or "for example" are used to mean serving as examples, illustrations or descriptions. Any embodiment or design described as "exemplary" or "e.g.," an embodiment of the present invention is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
The electronic device in the embodiment of the present invention may be an electronic device having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and embodiments of the present invention are not limited in particular.
Taking an android operating system as an example, a software environment to which the icon processing method provided by the embodiment of the invention is applied is introduced.
Fig. 1 is a schematic diagram of an architecture of a possible android operating system according to an embodiment of the present invention. In fig. 1, the architecture of the android operating system includes 4 layers, which are respectively: an application layer, an application framework layer, a system runtime layer, and a kernel layer (specifically, a Linux kernel layer).
The application program layer comprises various application programs (including system application programs and third-party application programs) in an android operating system. For example, in the embodiment of the present invention, the N first icons correspond to application programs.
The application framework layer is a framework of the application, and a developer can develop some applications based on the application framework layer under the condition of complying with the development principle of the framework of the application.
Generally, an application may include two parts, one part refers to content displayed on a screen of an electronic device, for example, the electronic device cancels displaying N first icons and displays a second icon in a target interface; the other part is a service (service) running in the background of the electronic device, and is used for detecting an input of the user for the application program and executing a corresponding action in response to the input, for example, if a second input of the user for the target sub-icon is detected, a processing action corresponding to the target sub-icon may be executed in response to the second input.
The system runtime layer includes libraries (also called system libraries) and android operating system runtime environments. The library mainly provides various resources required by the android operating system. The android operating system running environment is used for providing a software environment for the android operating system.
The kernel layer is an operating system layer of an android operating system and belongs to the bottommost layer of an android operating system software layer. The kernel layer provides kernel system services and hardware-related drivers for the android operating system based on the Linux kernel.
Taking an android operating system as an example, in the embodiment of the present invention, a developer may develop a software program for implementing the icon processing method provided in the embodiment of the present invention based on the system architecture of the android operating system shown in fig. 1, so that the icon processing method may operate based on the android operating system shown in fig. 1. Namely, the processor or the electronic device can implement the icon processing method provided by the embodiment of the invention by running the software program in the android operating system.
The electronic device in the embodiment of the invention can be a terminal device. The terminal device may be a mobile terminal device or a non-mobile terminal device. For example, the mobile terminal device may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted terminal, a wearable device, an ultra-mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and the non-mobile terminal device may be a Personal Computer (PC), a Television (TV), a teller machine or a self-service machine, and the like, and the embodiment of the present invention is not particularly limited.
An execution main body of the icon processing method provided in the embodiment of the present invention may be the electronic device, or may also be a functional module and/or a functional entity capable of implementing the icon processing method in the electronic device, which may be specifically determined according to actual use requirements, and the embodiment of the present invention is not limited. The following takes an electronic device as an example to exemplarily describe the icon processing method provided by the embodiment of the present invention.
Generally, an electronic device may include a plurality of icon interfaces, each of which may display a plurality of icons, and a user may input an icon to trigger the electronic device to run an application corresponding to the icon.
In the embodiment of the invention, a user can input N first icons in the electronic equipment, wherein N is an integer greater than or equal to 2, and after the electronic equipment receives the input, the electronic equipment can cancel displaying the N first icons and display a second icon. The second icon comprises N sub-icons, one sub-icon is used for indicating an application program corresponding to the first icon, and the N sub-icons comprise target sub-icons. After that, the user may input the target sub-icon, and after receiving the input, the electronic device may execute a processing action corresponding to the target sub-icon. Through the scheme, the electronic equipment can cancel displaying the N first icons and display the second icon comprising the N sub-icons, namely the N sub-icons replace the N first icons, and compared with the N first icons, the second icon comprising the N sub-icons occupies one icon position, so that the target interface can display more icons, and a user can conveniently and quickly find the icons in the target interface.
The following describes an icon processing method and an electronic device according to an embodiment of the present invention with reference to the drawings.
As shown in fig. 2, an embodiment of the present invention provides an icon processing method. The method can be applied to electronic devices. The method may include S201 to S204 described below.
S201, the electronic equipment receives first input of N first icons in the target interface.
Wherein N is an integer greater than or equal to 2.
It should be noted that the electronic device may include a plurality of interfaces displaying the application icon, and the target interface may be any one of the plurality of interfaces displaying the application icon. In addition, the N first icons may be N application icons, and the user may make a first input to the N first icons in the target interface, and then the electronic device may receive the first input to the N first icons in the target interface from the user.
Alternatively, the first input may be an input that the user triggers the N first icon contacts.
Illustratively, as shown in fig. 3, N is 2, and the N first icons include a first icon 1 and a first icon 2.
In one possible implementation, as shown in (a) of fig. 3, a first icon 1 and a second icon 2 may be displayed in the target interface. The user may perform a long press input on the first icon 1, and the electronic device may control the first icon 1 to be in a draggable state in response to the long press input. Thereafter, the user may drag the first icon 1 in a direction of the display area of the first icon 2, and the electronic device may control the first icon 1 to move to the display area of the first icon 2, so that the first icon 1 and the first icon 2 may be brought into contact with each other.
In another possible implementation, as shown in (b) of fig. 3, a first icon 1 and a second icon 2 may be displayed in the target interface. The user may perform a long press input on the first icon 1 and the first icon 2, respectively, and the electronic device may control both the first icon 1 and the first icon 2 to be in a draggable state in response to the long press input. After that, the user may drag the first icon 1 in a direction of the display area of the first icon 2, and drag the first icon 2 in a direction of the display area of the first icon 1, and the electronic device may control the first icon 1 to move to the display area of the first icon 2, and control the first icon 2 to move to the display area of the first icon 1, so that the first icon 1 and the first icon 2 contact each other.
Optionally, after the user performs long-time pressing input on the first icon, the electronic device may control the first icon to be displayed according to a preset effect, so that the user can know that the first icon is in a draggable state, and drag the first icon in the draggable state. Wherein the preset effect may include at least one of: zooming out or in the display according to a preset scale, dithering, highlighting, displaying a draggable logo, or other possible effects. The method can be determined according to actual use requirements, and the embodiment of the invention is not limited.
S202, the electronic equipment responds to the first input, cancels display of the N first icons, and displays the second icon in the target interface.
The second icon may include N sub-icons, and one sub-icon may be used to indicate an application program corresponding to one first icon.
It should be noted that, the above "the second icon may include N sub-icons" specifically may mean that the display area of the second icon may include N sub-icons, that is, the display area of the second icon may display N sub-icons.
Illustratively, still taking N as 2, the N first icons include a first icon 1 and a first icon 2. As shown in fig. 3, a first icon 1 and a second icon 2 may be displayed in the target interface, and the first icon 1 and the second icon 2 may correspond to an application program, respectively. After the electronic device controls the first icon 1 and the first icon 2 to contact each other, as shown in fig. 4, the electronic device may cancel displaying the first icon 1 and the first icon 2 and display the second icon 41 in the target interface. The display area of the second icon 41 includes 2 sub-icons, and the 2 sub-icons may be sub-icon 1 and sub-icon 2, respectively. The sub-icon 1 may be used to indicate an application program corresponding to the first icon 1, and the sub-icon 2 may be used to indicate an application program corresponding to the first icon 2.
It should be noted that the electronic device may determine an arrangement manner of the N sub-icons in the display area of the second icon according to an icon boundary where the N first icons are in contact. For example, in the case where the lower boundary of the first icon 1 is in contact with the upper boundary of the first icon 2 as shown in fig. 3 (a), the sub-icon 1 and the sub-icon 2 may be arranged in the display region of the second icon 41 in an up-down manner as shown in fig. 4 (a), and in particular, the sub-icon 1 may be located above the sub-icon 2. In the case where the right boundary of the first icon 1 is in contact with the left boundary of the first icon 2 as shown in fig. 3 (b), the sub-icon 1 and the sub-icon 2 may be arranged in the display region of the second icon in a left-right arrangement as shown in fig. 4 (b), and in particular, the sub-icon 1 may be located to the left of the sub-icon 2.
In addition, the upper, lower, left, right, and the like in the embodiment of the present invention are exemplified by the user inputting on the screen of the electronic device when the screen of the electronic device faces the user, that is, the upper, lower, left, right, and the like are all with respect to the screen of the electronic device with respect to the user inputting on the screen of the electronic device.
S203, the electronic equipment receives a second input aiming at a target sub-icon in the N sub-icons.
Optionally, the target sub-icon may be at least one sub-icon of the N sub-icons, for example, the target sub-icon may be one sub-icon of the N sub-icons, or may also be N sub-icons of the N sub-icons.
Alternatively, the second input may be any possible input such as a click input, a slide up input, a slide down input, a slide left input, a slide right input, a long press input, or a re-press input for the target sub-icon.
And S204, the electronic equipment responds to the second input and executes the processing action corresponding to the target sub-icon.
Optionally, the processing action corresponding to the target sub-icon may include any one of the following: displaying an interface of an application program corresponding to the target sub-icon, running the application program corresponding to the target sub-icon in a background, controlling the target sub-icon to be in a hidden state, deleting the target sub-icon from a display area of the second icon, and updating and displaying the target sub-icon as the first sub-icon. Of course, the electronic device may also perform other processing actions corresponding to the target sub-icon in response to the second input, which may be determined according to actual usage requirements.
One possible implementation manner is that, if the target sub-icon is one sub-icon of the N sub-icons, and the second input is an input to the target sub-icon, the electronic device may display an interface of the application program corresponding to the target sub-icon in response to the second input. That is, the processing action corresponding to the target sub-icon is: and displaying an interface of an application program corresponding to the target sub-icon.
For example, as shown in (a) of fig. 5, the display area of the second icon may include a sub-icon 1 and a sub-icon 2. When a user wants to trigger the electronic device to run the application program corresponding to the sub-icon 1, the target sub-icon may be the sub-icon 1, and after the electronic device receives a second input of the user to the sub-icon 1, the electronic device may perform a processing action corresponding to the sub-icon 1 in response to the second input. For example, the electronic device may display an interface of an application corresponding to sub-icon 1.
Another possible implementation manner is that, if the target sub-icon is N sub-icons, and the second input is an input to the first control indicating the N sub-icons, the electronic device may display interfaces of N application programs corresponding to the N sub-icons in response to the second input; or displaying interfaces of M application programs corresponding to M sub-icons in the N sub-icons, and running the (N-M) application programs corresponding to other (N-M) sub-icons in the background. That is, the processing action corresponding to the target sub-icon is: displaying an interface of an application program corresponding to the N sub-icons; or displaying interfaces of M application programs corresponding to M sub-icons in the N sub-icons, and running the (N-M) application programs corresponding to other (N-M) sub-icons in a background, wherein M is a positive integer less than or equal to N.
Illustratively, taking N as 2 and M as 1 as an example, the target sub-icon includes sub-icon 1 and sub-icon 2. As shown in (b) of fig. 5, the display area of the second icon may include a sub-icon 1 and a sub-icon 2. When the user wants to trigger the electronic device to run the application program corresponding to the sub-icon 1 and the sub-icon 2 at the same time, the user may perform a second input on the first control 51. After the electronic device receives a second input to the first control 51 by the user, the electronic device may perform a processing action corresponding to sub-icon 1 and sub-icon 2 in response to the second input. For example, the electronic device may display the interface of the application program corresponding to the sub-icon 1 and the interface of the application program corresponding to the sub-icon 2 in a split screen manner; or, the electronic device may display an interface of the application program corresponding to the sub-icon 1, and background-run the application program corresponding to the sub-icon 2.
Optionally, in a case that the second input is an input to a target control in the display area of the target sub-icon, the processing action corresponding to the target sub-icon may further include: the electronic equipment cancels the display of the target sub-icon, and displays a fourth icon in an area except the area where the second icon is located in the target interface, wherein the fourth icon can be used for indicating an application program corresponding to the target sub-icon.
Illustratively, as shown in fig. 6, the display area of the second icon includes sub-icon 1 and sub-icon 2, the electronic device may receive an input of the second icon from a user before the electronic device performs a processing action corresponding to the target sub-icon in response to the second input, and then the electronic device may display target control 61 in the display area of sub-icon 1 and target control 62 in the display area of sub-icon 2 in response to the input.
Taking the target sub-icon as the sub-icon 1 as an example, if the electronic device receives a second input to the target control 61 from the user, the electronic device may cancel displaying the sub-icon 1 in the display area of the second icon in response to the second input, and display a fourth icon in the target interface, where the fourth icon may be used to indicate an application program corresponding to the sub-icon 1.
It is assumed that the display area of the sub-icon 1 on the second icon is area 1, and the display area of the sub-icon 2 on the second icon is area 2. After the electronic device cancels the display of the sub-icon 1, the electronic device may continue to display the sub-icon 2 on the area 2 without displaying any content on the area 1; the electronic device may also cancel displaying the second icon and display a fifth icon on the target interface, where the fifth icon may be used to indicate the application program corresponding to the sub-icon 2.
The embodiment of the invention provides an icon processing method, through the scheme, electronic equipment can cancel displaying N first icons and display a second icon comprising N sub-icons, namely N sub-icons replace N first icons, and as compared with N first icons occupying N icon positions, the second icon comprising N sub-icons occupies one icon position, a target interface can display more icons, and therefore a user can conveniently and quickly find icons in the target interface.
Optionally, in a case that the display area of the second icon already includes at least one sub-icon, the user may trigger the electronic device to add a new sub-icon in the second icon, specifically, the user may add and display the first sub-icon in the display area of the second icon through input of the second icon and the third icon, or hide the first sub-icon in the display area of the second icon.
For example, after S202, the icon processing method provided in the embodiment of the present invention may further include S205 to S206 described below.
S205, the electronic equipment receives a third input of the second icon and the third icon.
Optionally, the third icon may be any icon in the target interface except the N first icons and the N second icons, or may be any icon in other interfaces in the electronic device. The method can be determined according to actual use requirements, and the embodiment of the invention is not limited.
Alternatively, the third input may be an input that brings the second icon into contact with the third icon. For a specific description of contacting the second icon with the third icon, reference may be made to the description related to contacting the first icon 1 with the first icon 2 in S201, and details are not repeated here.
Optionally, the second icon may include at least two regions, and the permissions of the application programs corresponding to the sub icons in the different regions may be different.
Illustratively, the at least two regions may include a privacy region and a non-privacy region, and the authority of the application may include a first authority and a second authority. If the area where the sub-icon 1 is located is a privacy area, and the area where the sub-icon 2 is located is a non-privacy area, the permission of the application program corresponding to the sub-icon 1 may be a first permission, and the permission of the application program corresponding to the sub-icon 2 may be a second permission. The first authority can be an application program which can be operated only after verification information input by a user is matched with preset information after the input of the user to the sub-icon in the privacy area is received; the second permission may be an application that may run directly after receiving user input to the sub-icon in the non-privacy zone.
Optionally, the third input may specifically be an input of moving the third icon to a display area of a second sub-icon of the N sub-icons. The display area of the second sub-icon may be a privacy area or a non-privacy area. Specifically, when the display area of the second sub-icon is a privacy area, the application program permission of the sub-icon corresponding to the privacy area may be the first permission; when the display area of the second sub-icon is a non-privacy area, the application program permission of the sub-icon corresponding to the non-privacy area may be the second permission.
According to the scheme, the display area of the second sub-icon can be a privacy area or a non-privacy area, so that the electronic equipment can set the authority of the application program corresponding to the third icon in the process of moving the third icon, and the time for setting the authority of the application program by a user is saved.
S206, the electronic equipment responds to a third input, cancels display of the third icon, and displays the first sub-icon in the display area of the second icon; or canceling the display of the third icon and hiding the first sub-icon in the display area of the second icon.
The first sub-icon may be used to indicate an application program corresponding to the third icon, that is, the first sub-icon and the third icon may be icons of the same application program.
In addition, the above "displaying the first sub-icon in the display area of the second icon" means that the first sub-icon is added to the display area of the second icon, that is, the display area of the second icon does not include the first sub-icon before the third input is received. The above-mentioned "hide the first sub-icon in the display area of the second icon" means that the first sub-icon is displayed in the display area of the second icon, but the first sub-icon is in a hidden state. In some cases, for example, in a case where a preset slide input by the user in the display area of the second icon is received, the electronic device may display the first sub-icon in the display area of the second icon.
For example, as shown in (a) of fig. 7, the electronic device may cancel displaying the third icon and display the first sub-icon in the display area of the second icon. As shown in (b) of fig. 7, the electronic device may cancel displaying the third icon and hide the first sub-icon in the display area of the second icon.
It should be noted that the execution sequence of S203 to S204 and S205 to S206 is not specifically limited in the embodiment of the present invention. For example, the electronic device may first perform S203 to S204, and then perform S205 to S206; alternatively, the electronic device may also perform S205 to S206 first, and then perform S203 to S204; alternatively, the electronic device may also select to perform S203 to S204, or to perform S205 to S206.
If the electronic device performs S205 to S206 and then performs S203 to S204, after the first sub-icon is displayed in the display area of the second icon, the second icon may include N sub-icons and the first sub-icon, and then the electronic device may perform S203 to S204. It is understood that the electronic device may also receive an input for the first sub-icon in the display area of the second icon, and execute a processing action corresponding to the first sub-icon, which may specifically refer to the relevant descriptions in S203 to S204, and is not described herein again.
In the embodiment of the invention, on the basis of triggering the electronic equipment through the first input to save the occupied space of the application program icon on the screen and reduce the number of icon interfaces in the electronic equipment, the electronic equipment can display the first sub-icon in the display area of the second icon, so that a user can operate the first sub-icon more conveniently on the basis of further saving the occupied space of the application program icon on the screen. Because the electronic device can also hide the first sub-icon in the display area of the second icon, on one hand, the completeness and the aesthetic property of the display of the original sub-icon in the second icon and the convenience of the user in operating the original sub-icon can be ensured, and on the other hand, under the condition that the number of the sub-icons in the second icon is large, the mode can enable the second icon to contain more sub-icons.
Optionally, the third input may be an input of moving the third icon to a display area of a second sub-icon of the N sub-icons, the display area of the second icon may include a privacy area and a non-privacy area, and in a case that the input received by the electronic device is an input of the first control by the user, the electronic device may perform different processing actions on the first sub-icon in a different area.
For example, after "canceling the display of the third icon and hiding the first sub-icon in the display area of the second icon" in the above S206, the icon processing method provided by the embodiment of the invention may further include S207A and S208A described below, or S207A and S209A described below. Wherein, S208A and S209A are alternatively executed.
S207A, the electronic device receives a fourth input to the first control.
Optionally, the fourth input may be any possible input such as a click input, a slide-up input, a slide-down input, a slide-left input, a slide-right input, a long-press input, or a re-press input to the first control.
Optionally, the first control may be a function control or other controls in the display area of the second icon, and the first control may be used to open an interface of the application program corresponding to the first sub-icon. For example, the first control is a control as shown in (b) in fig. 5.
S208A, if the display area of the second sub-icon is the privacy area, the electronic device responds to the fourth input, acquires the first verification information, and displays an interface of the application program corresponding to the first sub-icon when the first verification information matches the first preset information.
S209A, if the display area of the second sub-icon is the non-privacy area, the electronic device responds to a fourth input, and displays the interface of the application program corresponding to the first sub-icon.
Optionally, the first verification information may include at least one of: biometric information of the user, authentication information input by the user. The biometric information of the user can be face information, fingerprint information, voice information or other biometric information of the user; the authentication information input by the user may be a password input by the user, a graphic drawn by the user or other authentication information, etc.
Optionally, before acquiring the first verification information, the electronic device may display a prompt message in response to the fourth input, where the prompt message is used to prompt the user to input the first verification information. Thereafter, the user may input the first authentication information according to the prompt message.
In an embodiment of the invention, the first verification information may be information corresponding to the first preset information. For example, if the first preset information is pre-stored face information of the user, the first verification information may be one piece of face information collected by the electronic device after receiving the fourth input to the first control.
In the embodiment of the invention, the electronic device can display the interface of the application program corresponding to the first sub-icon under the condition that the display area of the first verification information conforming to the first preset information or the second sub-icon is the non-privacy area.
According to the scheme, after the first sub-icon is controlled to be in the hidden state, on one hand, the electronic device can start the application program corresponding to the first sub-icon in the non-privacy area in the hidden state through the first control; on the other hand, the electronic device can determine whether to display the interface of the application program corresponding to the first sub-icon in the privacy area through the first verification information, so that the application program in the privacy area can be prevented from being stolen by others, and the privacy safety of the user is ensured.
Optionally, the third input may be an input of moving the third icon to a display area of a second sub-icon of the N sub-icons, the display area of the second icon may include a privacy area and a non-privacy area, and in a case that the input received by the electronic device is an input of the second sub-icon by the user, the electronic device may perform different processing actions on the first sub-icon in a different area.
For example, after "canceling the display of the third icon and hiding the first sub-icon in the display area of the second icon" in the above S206, the icon processing method provided by the embodiment of the invention may further include S207B and S208B described below, or S207B and S209B described below. I.e., S208B and S209B are alternatively executed.
S207B, the electronic device receives a fifth input to the second sub-icon.
Alternatively, the fifth input may be any possible input such as a click input, a slide-up input, a slide-down input, a slide-left input, a slide-right input, a long-press input, or a re-press input to the second sub-icon. Alternatively, the fifth input may be a slide input in the display area of the second sub-icon, or the like.
S208B, if the display area of the second sub-icon is the privacy area, the electronic device responds to the fifth input, acquires the second verification information, and updates and displays the second sub-icon as the first sub-icon when the second verification information matches the second preset information.
S209B, if the display area of the second sub-icon is the non-privacy area, the electronic device responds to a fifth input, and updates and displays the second sub-icon as the first sub-icon.
The second preset information may be the same as or different from the first preset information. The second authentication information may be the same as or different from the first authentication information.
Optionally, the second verification information may include at least one of: biometric information of the user, authentication information input by the user. The biometric information of the user can be face information, fingerprint information, voice information or other biometric information of the user; the authentication information input by the user may be a password input by the user, a graphic drawn by the user or other authentication information, etc.
Optionally, before acquiring the second verification information, the electronic device may display a prompt message in response to the fifth input, where the prompt message is used to prompt the user to input the second verification information. Thereafter, the user may input second authentication information based on the prompt.
In an embodiment of the invention, the second verification information may be information corresponding to the second preset information. For example, if the second preset information is pre-stored face information of the user, the second verification information may be one piece of face information collected by the electronic device after receiving the fifth input to the second sub-icon.
In the embodiment of the present invention, the electronic device may update and display the second sub-icon as the first sub-icon when the second verification information matches the second preset information or the display area of the second sub-icon is the non-privacy area.
For example, as shown in (a) of fig. 8, in a case where the display area of the second icon includes a second sub-icon displayed above the display area and a sub-icon displayed below the display area, the fifth input may be an input of sliding left or an input of sliding right in the area where the second sub-icon is located. Taking the fifth input as an input of sliding left in the area where the second sub-icon is located, as shown in (b) of fig. 8, the electronic device may update and display the second sub-icon as the first sub-icon in response to the fifth input.
It is to be understood that, after the electronic device displays the second sub-icon as the first sub-icon in an updated manner, if the electronic device receives an input of sliding to the right in the area where the first sub-icon is located, or in the case where the sub-icon located above in the second icon includes only the first sub-icon and the second sub-icon, the electronic device receives an input of sliding to the left in the area where the first sub-icon is located, the electronic device may display the first sub-icon as the second sub-icon in an updated manner.
As shown in (c) of fig. 8, in a case where the display area of the second icon includes the second sub-icon displayed on the left side of the display area and the sub-icon 1 displayed on the right side of the display area, the fifth input may be an input of sliding up or an input of sliding down in the area where the second sub-icon is located, and taking the fifth input as an example of an input of sliding down in the area where the second sub-icon is located, as shown in (d) of fig. 8, the electronic device may update and display the second sub-icon as the first sub-icon in response to the fifth input.
It is to be understood that, after the electronic device displays the second sub-icon as the first sub-icon in an updated manner, if the electronic device receives an input of sliding upward in the area where the first sub-icon is located, or in the case where the left sub-icon in the second icon includes only the first sub-icon and the second sub-icon, the electronic device receives an input of sliding downward in the area where the first sub-icon is located, the electronic device may display the first sub-icon as the second sub-icon in an updated manner.
According to the scheme, after the first sub-icon is controlled to be in the hidden state, on one hand, the electronic device can redisplay the first sub-icon in the hidden state under the triggering of the user, so that the user can input the first sub-icon, and the electronic device can execute the processing action corresponding to the first sub-icon. On the other hand, since the electronic device can determine whether to redisplay the first sub-icon in the hidden state through the second verification information, the privacy security of the user can be ensured.
Optionally, in a case that the target sub-icon is already included in the second icon, the user may set the application program corresponding to the target sub-icon as a privacy application program, and when the user wants to use the application program again, the user information is verified by the input trigger electronic device, so that the target sub-icon is redisplayed in the display area of the second icon, or an interface of the application program corresponding to the target sub-icon is displayed. And the authority of the privacy application program is the same as that of the application program corresponding to the sub-icon in the privacy area.
For example, the above S204 may be specifically implemented by the following S204a, and optionally, after S204a, the icon processing method provided in the embodiment of the present invention may further include the following S210 to S212.
S204a, the electronic device control target sub-icon is in a hidden state.
The electronic device may receive user input to the target sub-icon and, in response to the input, control the target sub-icon to be in a hidden state. For example, the user may adjust the proportion of the target sub-icon in the second icon display area through the first control. Specifically, the user can control the first control to slide, in the process of sliding the first control, the proportion of the target sub-icon in the second icon display area can be changed, and when the proportion of the target sub-icon in the second icon display area is adjusted to be zero, the electronic device can control the target sub-icon to be in a hidden state, and set the application program corresponding to the target sub-icon as the privacy application program.
In the embodiment of the invention, the electronic equipment can set the authority of the application program corresponding to the sub-icon in the second icon, so that the electronic equipment can more flexibly set the authority of the application program corresponding to the sub-icon.
S210, the electronic equipment receives a sixth input.
Optionally, the sixth input may be an input of the first control by the user, or other possible inputs.
And S211, the electronic equipment responds to the sixth input and acquires third verification information.
The third verification information may be the same as or different from the first preset information and the second preset information. The third authentication information may be the same as or different from the first authentication information and the second authentication information. That is, the third authentication information may be different information of the same user, the same information as the first authentication information and the second authentication information, or may be different information of different users.
Wherein the third verification information may include at least one of: biometric information of the user, authentication information input by the user. The biometric information of the user may be facial information, fingerprint information, voice information, or other biometric information of the user, etc. The authentication information input by the user may be a password input by the user, a graphic drawn by the user or other authentication information, etc.
Optionally, before acquiring the third verification information, the electronic device may display a prompt message in response to the sixth input, where the prompt message is used to prompt the user to input the third verification information. Thereafter, the user may input third authentication information based on the prompt.
And S212, under the condition that the third verification information accords with third preset information, the electronic equipment redisplays the target sub-icon in the display area of the second icon, or displays an interface of the application program corresponding to the target sub-icon.
In a possible implementation manner, the electronic device may redisplay the target sub-icon in the display area of the second icon when the third verification information conforms to the third preset information, and then, the electronic device may receive an input of the target sub-icon from a user, so as to display an interface of the application program corresponding to the target sub-icon. Another possible implementation manner is that the electronic device may directly display the interface of the application program corresponding to the target sub-icon under the condition that the third verification information conforms to the third preset information.
In the embodiment of the invention, after the control target sub-icon is in the hidden state, the electronic device can determine whether to redisplay the target sub-icon or display the interface of the application program corresponding to the target sub-icon through the third verification information, so that the application program in the privacy area can be prevented from being stolen by others, and the privacy safety of the user is ensured.
Alternatively, the second input may be a slide input in the display area of the target sub-icon. The electronic device may update and display the target sub-icon as the first sub-icon in response to the second input, and then, the electronic device may receive a seventh input to the first control, and display an interface of the application program corresponding to the first sub-icon and an interface of the application program corresponding to the sub-icon, excluding the target sub-icon, of the N sub-icons in response to the seventh input.
For example, in a case where the second input is a slide input in the display area of the target sub-icon, the above S204 may be specifically implemented by S204b described below; after S204b, the icon processing method provided in the embodiment of the present invention may further include S213 to S214 described below.
S204b, the electronic device updates and displays the target sub-icon as a first sub-icon.
For the electronic device to update and display the target sub-icon as the first sub-icon, reference may be made to the method for the electronic device to update and display the second sub-icon as the first sub-icon in S208B, which is not described herein again.
And S213, the electronic equipment receives a seventh input of the first control.
Optionally, the seventh input may be any possible input such as a click input, a slide-up input, a slide-down input, a slide-left input, a slide-right input, a long-press input, or a re-press input to the first control.
The seventh input and the fourth input may be the same input or different inputs.
S214, the electronic equipment responds to the seventh input, displays the interface of the application program corresponding to the first sub-icon, and displays the interface of the application program corresponding to the sub-icon, except the target sub-icon, of the N sub-icons.
For example, before the electronic device displays the target sub-icon as the first sub-icon in an updated manner, the display area of the second icon may include the target sub-icon, sub-icon 1, and sub-icon 2, and after the electronic device displays the target sub-icon as the first sub-icon in an updated manner, the display area of the second icon may include the first sub-icon, sub-icon 1, and sub-icon 2. After the electronic device receives the seventh input to the first control, the electronic device may display an interface of the application program corresponding to the first sub-icon, an interface of the application program corresponding to sub-icon 1, and an interface of the application program corresponding to sub-icon 2, respectively.
In the embodiment of the invention, the electronic equipment can start the application programs corresponding to all sub icons in the second icon display area by receiving the input of the user to the first control, so that the operation of starting a plurality of application programs by the user can be simplified.
In the embodiment of the present invention, the icon processing methods shown in the above method drawings are all exemplarily described with reference to one drawing in the embodiment of the present invention. In specific implementation, the icon processing method shown in each method drawing can also be implemented by combining any other drawing which can be combined and is illustrated in the above embodiments, and details are not described here.
As shown in fig. 9, an embodiment of the present invention provides an electronic device 900, and the electronic device 900 may include a receiving module 901 and a display module 902. The receiving module 901 may be configured to receive a first input for N first icons in the target interface, where N is an integer greater than or equal to 2. The display module 902 may be configured to cancel displaying N first icons in response to the first input received by the receiving module 901, and display a second icon in the target interface, where the second icon includes N sub-icons, and one sub-icon is used to indicate an application program corresponding to one first icon. The receiving module 901 may further be configured to receive a second input for a target sub-icon of the N sub-icons displayed by the displaying module 902. The display module 902 may be further configured to perform a processing action corresponding to the target sub-icon in response to the second input received by the receiving module 901.
Optionally, in this embodiment of the present invention, the receiving module 901 may be further configured to receive a third input to the second icon and the third icon after the displaying module 902 displays the second icon in the target interface. The display module 902 may be further configured to cancel displaying the third icon and display the first sub-icon in the display area of the second icon in response to the third input received by the receiving module 901; or canceling the display of the third icon and hiding the first sub-icon in the display area of the second icon. The first sub-icon may be used to indicate an application program corresponding to the third icon.
Optionally, in this embodiment of the present invention, with reference to fig. 9, as shown in fig. 10, the electronic device 900 may further include an obtaining module 903. The third input may be an input of moving the third icon to the display area of the second sub-icon of the N sub-icons. The receiving module 901 may be further configured to receive a fourth input to the first control after hiding the first sub-icon in the display area of the second icon. The obtaining module 903 may be configured to, if the display area of the second sub-icon is a privacy area, obtain the first verification information in response to the fourth input received by the receiving module 901. The display module 902 may be further configured to display an interface of the application program corresponding to the first sub-icon when the first verification information acquired by the acquisition module 903 matches first preset information; or, if the display area of the second sub-icon is a non-privacy area, the interface of the application program corresponding to the first sub-icon is displayed in response to the fourth input received by the receiving module 901.
Optionally, in this embodiment of the present invention, with reference to fig. 9, as shown in fig. 10, the electronic device 900 may further include an obtaining module 903. The third input may be an input of moving the third icon to the display area of the second sub-icon of the N sub-icons. The receiving module 901 may further be configured to receive a fifth input to the second sub-icon after hiding the first sub-icon in the display area of the second icon. The obtaining module 903 may be further configured to, if the display area of the second sub-icon is a privacy area, obtain the second verification information in response to the fifth input received by the receiving module 901. The display module 902 may be further configured to update and display the second sub-icon as the first sub-icon when the second verification information acquired by the acquisition module 903 matches second preset information; or, if the display area of the second sub-icon is a non-privacy area, the second sub-icon is updated and displayed as the first sub-icon in response to the fifth input received by the receiving module 901.
Optionally, in this embodiment of the present invention, the display module 902 may be specifically configured to display an interface of an application program corresponding to the target sub-icon if the target sub-icon is one sub-icon of the N sub-icons, and the second input is input to the target sub-icon; or if the target sub-icon is N sub-icons and the second input is input to a first control indicating the N sub-icons, displaying interfaces of N application programs corresponding to the N sub-icons; or displaying interfaces of M application programs corresponding to M sub-icons in the N sub-icons, and running the (N-M) application programs corresponding to other (N-M) sub-icons in a background, wherein M is a positive integer less than or equal to N.
Optionally, in this embodiment of the present invention, with continued reference to fig. 10, the electronic device 900 may further include an obtaining module 903. The display module 902 may be specifically configured to control the target sub-icon to be in a hidden state. The receiving module 901 may be further configured to receive a sixth input after the display module 902 controls the target sub-icon to be in the hidden state. An obtaining module 903 may be configured to obtain the third verification information in response to the sixth input received by the receiving module 901. The display module 902 may be further configured to, when the third verification information acquired by the acquisition module 903 matches third preset information, redisplay the target sub-icon in the display area of the second icon, or display an interface of the application program corresponding to the target sub-icon.
Optionally, in this embodiment of the present invention, the second input is an input to a target control in the display area of the target sub-icon. The display module 902 may be specifically configured to cancel displaying the target sub-icon, and display a fourth icon in an area of the target interface other than the area where the second icon is located, where the fourth icon may be used to indicate an application program corresponding to the target sub-icon.
Optionally, in this embodiment of the present invention, the second input is a sliding input in the display area of the target sub-icon. The display module 902 may be specifically configured to update and display the target sub-icon as the first sub-icon. The receiving module 901 may further be configured to receive a seventh input to the first control. The display module 902 may be further configured to, in response to the seventh input received by the receiving module 901, display an interface of an application program corresponding to the first sub-icon, and display an interface of an application program corresponding to a sub-icon, except for the target sub-icon, of the N sub-icons.
The electronic device provided by the embodiment of the present invention can implement each process implemented by the electronic device in the above method embodiments, and is not described herein again to avoid repetition.
The embodiment of the invention provides electronic equipment, and by the scheme, the electronic equipment can cancel displaying N first icons and display a second icon comprising N sub-icons, namely the N sub-icons replace the N first icons.
Fig. 11 is a schematic diagram of a hardware structure of an electronic device implementing various embodiments of the present invention. As shown in fig. 11, the electronic device 100 includes but is not limited to: radio frequency unit 101, network module 102, audio output unit 103, input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the electronic device configuration shown in fig. 11 does not constitute a limitation of electronic devices, which may include more or fewer components than shown, or some components may be combined, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer, and the like.
The processor 110 may be configured to control the user input unit 107 to receive a first input to N first icons in the target interface, where N is an integer greater than or equal to 2; and controls the display unit 106 to cancel displaying the N first icons and display a second icon in the target interface in response to the first input received by the user input unit 107, the second icon including N sub-icons, one sub-icon being used to indicate an application corresponding to one first icon. The processor 110 may be further configured to control the user input unit 107 to receive a second input for a target sub-icon of the N sub-icons displayed by the display unit 106; and controls the display unit 106 to perform a processing action corresponding to the target sub-icon in response to the second input received by the user input unit 107.
It can be understood that, in the embodiment of the present invention, the receiving module 901 in the structural schematic diagram of the electronic device (for example, fig. 9 and 10, etc.) may be implemented by the user input unit 107, and the display module 902 may be implemented by the display unit 106. The obtaining module 903 in the structural schematic diagram of the electronic device (for example, fig. 10) may be implemented by the processor 110.
The embodiment of the invention provides electronic equipment, and by the scheme, the electronic equipment can cancel displaying N first icons and display a second icon comprising N sub-icons, namely the N sub-icons replace the N first icons.
It should be understood that, in the embodiment of the present invention, the radio frequency unit 101 may be used for receiving and sending signals during a message transmission or call process, and specifically, after receiving downlink data from a base station, the downlink data is processed by the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access to the user via the network module 102, such as assisting the user in sending and receiving e-mails, browsing web pages, and accessing streaming media.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the network module 102 or stored in the memory 109 into an audio signal and output as sound. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the electronic apparatus 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 includes a speaker, a buzzer, a receiver, and the like.
The input unit 104 is used to receive an audio or video signal. The input unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, and the graphics processor 1041 processes image data of a still picture or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the network module 102. The microphone 1042 may receive sound and may be capable of processing such sound into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode.
The electronic device 100 also includes at least one sensor 105, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or the backlight when the electronic device 100 is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors 105 may also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc., which are not described in detail herein.
The display unit 106 is used to display information input by a user or information provided to the user. The display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an organic light-emitting diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic device. Specifically, the user input unit 107 includes a touch panel 1071 and other input devices 1072. Touch panel 1071, also referred to as a touch screen, may collect touch operations by a user on or near the touch panel 1071 (e.g., operations by a user on or near touch panel 1071 using a finger, stylus, or any suitable object or attachment). The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and receives and executes commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. Specifically, other input devices 1072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
Further, the touch panel 1071 may be overlaid on the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although in fig. 11, the touch panel 1071 and the display panel 1061 are two independent components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the electronic device, and is not limited herein.
The interface unit 108 is an interface for connecting an external device to the electronic apparatus 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from an external device and transmit the received input to one or more elements within the electronic apparatus 100 or may be used to transmit data between the electronic apparatus 100 and the external device.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the electronic device, connects various parts of the entire electronic device using various interfaces and lines, performs various functions of the electronic device and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the electronic device. Processor 110 may include one or more processing units; optionally, the processor 110 may integrate an application processor and a modem processor, wherein the application processor mainly handles the operating system, the first user interface, the application program, and the like, and the modem processor mainly handles the wireless communication. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The electronic device 100 may further include a power supply 111 (e.g., a battery) for supplying power to each component, and optionally, the power supply 111 may be logically connected to the processor 110 through a power management system, so as to implement functions of managing charging, discharging, and power consumption through the power management system.
In addition, the electronic device 100 includes some functional modules that are not shown, and are not described in detail herein.
Optionally, an embodiment of the present invention further provides an electronic device, which includes the processor 110 shown in fig. 11, the memory 109, and a computer program stored in the memory 109 and capable of running on the processor 110, and when the computer program is executed by the processor 110, the processes of the icon processing method embodiment are implemented, and the same technical effect can be achieved, and in order to avoid repetition, details are not described here again.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the embodiment of the icon processing method, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may include a read-only memory (ROM), a Random Access Memory (RAM), a magnetic or optical disk, and the like.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling an electronic device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (18)

1. An icon processing method, characterized in that the method comprises:
receiving first input of N first icons in a target interface, wherein N is an integer greater than or equal to 2;
responding to the first input, canceling to display the N first icons, and displaying a second icon in the target interface, wherein the second icon comprises N sub-icons, and one sub-icon is used for indicating an application program corresponding to one first icon;
receiving a second input for a target sub-icon of the N sub-icons;
in response to the second input, performing a processing action corresponding to the target sub-icon.
2. The method of claim 1, wherein after displaying the second icon in the target interface, the method further comprises:
receiving a third input to the second icon and a third icon;
canceling the display of the third icon and displaying a first sub-icon in a display area of the second icon in response to the third input; or canceling the display of the third icon and hiding the first sub-icon in the display area of the second icon;
the first sub-icon is used for indicating an application program corresponding to the third icon.
3. The method of claim 2, wherein the third input is an input to move the third icon to a display area of a second sub-icon of the N sub-icons;
after hiding the first sub-icon in the display area of the second icon, the method further comprises:
receiving a fourth input to the first control;
if the display area of the second sub-icon is a privacy area, responding to the fourth input, acquiring first verification information, and displaying an interface of an application program corresponding to the first sub-icon under the condition that the first verification information conforms to first preset information; alternatively, the first and second electrodes may be,
and if the display area of the second sub-icon is a non-privacy area, responding to the fourth input, and displaying an interface of the application program corresponding to the first sub-icon.
4. The method of claim 2, wherein the third input is an input to move the third icon to a display area of a second sub-icon of the N sub-icons;
after hiding the first sub-icon in the display area of the second icon, the method further comprises:
receiving a fifth input to the second sub-icon;
if the display area of the second sub-icon is a privacy area, responding to the fifth input, acquiring second verification information, and updating and displaying the second sub-icon as the first sub-icon under the condition that the second verification information conforms to second preset information;
and if the display area of the second sub-icon is a non-privacy area, responding to the fifth input, and updating and displaying the second sub-icon as the first sub-icon.
5. The method of claim 1, wherein the performing the processing action corresponding to the target sub-icon comprises any one of:
if the target sub-icon is one sub-icon of the N sub-icons and the second input is input to the target sub-icon, displaying an interface of an application program corresponding to the target sub-icon;
if the target sub-icon is the N sub-icons and the second input is input to a first control indicating the N sub-icons, displaying interfaces of N application programs corresponding to the N sub-icons; or displaying interfaces of M application programs corresponding to M sub-icons in the N sub-icons, and running (N-M) application programs corresponding to other (N-M) sub-icons in a background, wherein M is a positive integer less than or equal to N.
6. The method of claim 1, wherein the performing the processing action corresponding to the target sub-icon comprises:
controlling the target sub-icon to be in a hidden state;
after the controlling the target sub-icon to be in the hidden state, the method further includes:
receiving a sixth input;
acquiring third verification information in response to the sixth input;
and under the condition that the third verification information accords with third preset information, redisplaying the target sub-icon in the display area of the second icon, or displaying an interface of an application program corresponding to the target sub-icon.
7. The method of claim 1, wherein the second input is an input to a target control in a display area of the target sub-icon;
the executing the processing action corresponding to the target sub-icon comprises:
and canceling the display of the target sub-icon, and displaying a fourth icon in an area except the area where the second icon is located in the target interface, wherein the fourth icon is used for indicating an application program corresponding to the target sub-icon.
8. The method of claim 1, wherein the second input is a slide input in a display area of the target sub-icon;
the executing the processing action corresponding to the target sub-icon comprises:
updating and displaying the target sub-icon as a first sub-icon;
the method further comprises the following steps:
receiving a seventh input to the first control;
and responding to the seventh input, displaying an interface of an application program corresponding to the first sub-icon, and displaying an interface of an application program corresponding to a sub-icon except the target sub-icon in the N sub-icons.
9. An electronic device, comprising a receiving module and a display module;
the receiving module is used for receiving first input of N first icons in the target interface, wherein N is an integer greater than or equal to 2;
the display module is used for responding to the first input received by the receiving module, canceling the display of the N first icons, and displaying a second icon in the target interface, wherein the second icon comprises N sub-icons, and one sub-icon is used for indicating an application program corresponding to one first icon;
the receiving module is further configured to receive a second input for a target sub-icon of the N sub-icons displayed by the display module;
the display module is further configured to execute a processing action corresponding to the target sub-icon in response to the second input received by the receiving module.
10. The electronic device of claim 9, wherein the receiving module is further configured to receive a third input to the second icon and a third icon after the display module displays the second icon in the target interface;
the display module is further configured to cancel displaying the third icon and display a first sub-icon in a display area of the second icon in response to the third input received by the receiving module; or canceling the display of the third icon and hiding the first sub-icon in the display area of the second icon;
the first sub-icon is used for indicating an application program corresponding to the third icon.
11. The electronic device of claim 10, wherein the third input is an input to move the third icon to a display area of a second sub-icon of the N sub-icons, the electronic device further comprising an obtaining module;
the receiving module is further configured to receive a fourth input to the first control after the first sub-icon is hidden in the display area of the second icon;
the obtaining module is configured to, if the display area of the second sub-icon is a privacy area, obtain first verification information in response to the fourth input received by the receiving module;
the display module is further configured to display an interface of an application program corresponding to the first sub-icon under the condition that the first verification information acquired by the acquisition module conforms to first preset information; or if the display area of the second sub-icon is a non-privacy area, responding to the fourth input received by the receiving module, and displaying an interface of the application program corresponding to the first sub-icon.
12. The electronic device of claim 10, wherein the third input is an input to move the third icon to a display area of a second sub-icon of the N sub-icons; the electronic equipment further comprises an acquisition module;
the receiving module is further configured to receive a fifth input to the second sub-icon after the first sub-icon is hidden in the display area of the second icon;
the obtaining module is further configured to, if the display area of the second sub-icon is a privacy area, obtain second verification information in response to the fifth input received by the receiving module;
the display module is further configured to update and display the second sub-icon as the first sub-icon when the second verification information acquired by the acquisition module conforms to second preset information; or, if the display area of the second sub-icon is a non-privacy area, updating and displaying the second sub-icon as the first sub-icon in response to the fifth input received by the receiving module.
13. The electronic device of claim 9, wherein the display module is specifically configured to:
if the target sub-icon is one sub-icon of the N sub-icons and the second input is input to the target sub-icon, displaying an interface of an application program corresponding to the target sub-icon;
if the target sub-icon is the N sub-icons and the second input is input to a first control indicating the N sub-icons, displaying interfaces of N application programs corresponding to the N sub-icons; or displaying interfaces of M application programs corresponding to M sub-icons in the N sub-icons, and running (N-M) application programs corresponding to other (N-M) sub-icons in a background, wherein M is a positive integer less than or equal to N.
14. The electronic device of claim 9, further comprising an acquisition module;
the display module is specifically used for controlling the target sub-icon to be in a hidden state;
the receiving module is further configured to receive a sixth input after the display module controls the target sub-icon to be in a hidden state;
the obtaining module is configured to obtain third verification information in response to the sixth input received by the receiving module;
the display module is further configured to redisplay the target sub-icon in the display area of the second icon or display an interface of an application program corresponding to the target sub-icon when the third verification information acquired by the acquisition module matches third preset information.
15. The electronic device of claim 9, wherein the second input is an input to a target control in a display area of the target sub-icon;
the display module is specifically configured to cancel displaying the target sub-icon, and display a fourth icon in an area of the target interface except for the area where the second icon is located, where the fourth icon is used to indicate an application program corresponding to the target sub-icon.
16. The electronic device of claim 9, wherein the second input is a slide input in a display area of the target sub-icon;
the display module is specifically used for updating and displaying the target sub-icon into a first sub-icon;
the receiving module is further configured to receive a seventh input to the first control;
the display module is further configured to display an interface of an application program corresponding to the first sub-icon in response to the seventh input received by the receiving module, and display an interface of an application program corresponding to a sub-icon, except the target sub-icon, of the N sub-icons.
17. An electronic device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the icon processing method as claimed in any one of claims 1 to 8.
18. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the icon processing method according to any one of claims 1 to 8.
CN201911420380.3A 2019-12-31 2019-12-31 Icon processing method and electronic equipment Active CN111176512B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911420380.3A CN111176512B (en) 2019-12-31 2019-12-31 Icon processing method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911420380.3A CN111176512B (en) 2019-12-31 2019-12-31 Icon processing method and electronic equipment

Publications (2)

Publication Number Publication Date
CN111176512A true CN111176512A (en) 2020-05-19
CN111176512B CN111176512B (en) 2022-03-04

Family

ID=70655954

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911420380.3A Active CN111176512B (en) 2019-12-31 2019-12-31 Icon processing method and electronic equipment

Country Status (1)

Country Link
CN (1) CN111176512B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115268731A (en) * 2021-04-29 2022-11-01 华为技术有限公司 Method for processing service card and electronic equipment
WO2022242542A1 (en) * 2021-05-19 2022-11-24 维沃移动通信有限公司 Application icon management method and electronic device

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103616981A (en) * 2013-10-31 2014-03-05 小米科技有限责任公司 Application process method, device and mobile terminal
CN104951206A (en) * 2015-05-28 2015-09-30 努比亚技术有限公司 Icon hiding method and device
CN106126077A (en) * 2016-06-15 2016-11-16 维沃移动通信有限公司 A kind of application program image target display control method and mobile terminal
CN106126009A (en) * 2016-06-15 2016-11-16 宇龙计算机通信科技(深圳)有限公司 Method, device and the terminal of a kind of application icon management
US20180121057A1 (en) * 2016-11-01 2018-05-03 Beijing Xiaomi Mobile Software Co., Ltd. Method and device for hiding application icon
CN108153460A (en) * 2017-12-19 2018-06-12 维沃移动通信有限公司 A kind of icon hiding method and terminal
CN108170331A (en) * 2017-12-26 2018-06-15 上海展扬通信技术有限公司 A kind of double switching methods and relevant device for opening application
CN108171034A (en) * 2017-12-20 2018-06-15 维沃移动通信有限公司 A kind of method and terminal for protecting privacy
CN108279950A (en) * 2018-01-22 2018-07-13 维沃移动通信有限公司 A kind of application program launching method and mobile terminal
CN109032447A (en) * 2018-07-26 2018-12-18 维沃移动通信有限公司 A kind of icon processing method and mobile terminal
CN110213438A (en) * 2019-05-27 2019-09-06 维沃移动通信有限公司 A kind of processing method and terminal device of application program

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103616981A (en) * 2013-10-31 2014-03-05 小米科技有限责任公司 Application process method, device and mobile terminal
CN104951206A (en) * 2015-05-28 2015-09-30 努比亚技术有限公司 Icon hiding method and device
CN106126077A (en) * 2016-06-15 2016-11-16 维沃移动通信有限公司 A kind of application program image target display control method and mobile terminal
CN106126009A (en) * 2016-06-15 2016-11-16 宇龙计算机通信科技(深圳)有限公司 Method, device and the terminal of a kind of application icon management
US20180121057A1 (en) * 2016-11-01 2018-05-03 Beijing Xiaomi Mobile Software Co., Ltd. Method and device for hiding application icon
CN108153460A (en) * 2017-12-19 2018-06-12 维沃移动通信有限公司 A kind of icon hiding method and terminal
CN108171034A (en) * 2017-12-20 2018-06-15 维沃移动通信有限公司 A kind of method and terminal for protecting privacy
CN108170331A (en) * 2017-12-26 2018-06-15 上海展扬通信技术有限公司 A kind of double switching methods and relevant device for opening application
CN108279950A (en) * 2018-01-22 2018-07-13 维沃移动通信有限公司 A kind of application program launching method and mobile terminal
CN109032447A (en) * 2018-07-26 2018-12-18 维沃移动通信有限公司 A kind of icon processing method and mobile terminal
CN110213438A (en) * 2019-05-27 2019-09-06 维沃移动通信有限公司 A kind of processing method and terminal device of application program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115268731A (en) * 2021-04-29 2022-11-01 华为技术有限公司 Method for processing service card and electronic equipment
WO2022242542A1 (en) * 2021-05-19 2022-11-24 维沃移动通信有限公司 Application icon management method and electronic device

Also Published As

Publication number Publication date
CN111176512B (en) 2022-03-04

Similar Documents

Publication Publication Date Title
CN109542282B (en) Interface display method and terminal equipment
CN109101147B (en) Message notification display method and terminal
CN111142991A (en) Application function page display method and electronic equipment
CN108509204B (en) Application program login method and mobile terminal
CN110109604B (en) Application interface display method and mobile terminal
CN111339515A (en) Application program starting method and electronic equipment
CN111163260B (en) Camera starting method and electronic equipment
CN110752981B (en) Information control method and electronic equipment
CN110851031A (en) Display control method and electronic equipment
KR20220024682A (en) Icon display method and terminal equipment
CN111163224B (en) Voice message playing method and electronic equipment
CN109521920B (en) Application icon control method and terminal equipment
CN111459362A (en) Information display method, information display device, electronic apparatus, and storage medium
CN111273993A (en) Icon sorting method and electronic equipment
CN111142724A (en) Display control method and electronic equipment
CN108762606B (en) Screen unlocking method and terminal equipment
CN111459361B (en) Application icon display method and device and electronic equipment
CN111190517B (en) Split screen display method and electronic equipment
CN111176512B (en) Icon processing method and electronic equipment
CN110012151B (en) Information display method and terminal equipment
CN109189514B (en) Terminal device control method and terminal device
CN111124537B (en) Application starting method and electronic equipment
CN109634508B (en) User information loading method and device
CN110493451B (en) Data transmission method, electronic equipment and terminal
CN109343900B (en) Permission configuration method and terminal

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