CN111752631B - Parameter setting method and device for application program, electronic equipment and storage medium - Google Patents

Parameter setting method and device for application program, electronic equipment and storage medium Download PDF

Info

Publication number
CN111752631B
CN111752631B CN202010474359.8A CN202010474359A CN111752631B CN 111752631 B CN111752631 B CN 111752631B CN 202010474359 A CN202010474359 A CN 202010474359A CN 111752631 B CN111752631 B CN 111752631B
Authority
CN
China
Prior art keywords
program
input
target
application
folder
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010474359.8A
Other languages
Chinese (zh)
Other versions
CN111752631A (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 CN202010474359.8A priority Critical patent/CN111752631B/en
Publication of CN111752631A publication Critical patent/CN111752631A/en
Application granted granted Critical
Publication of CN111752631B publication Critical patent/CN111752631B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses a parameter setting method and device of an application program, electronic equipment and a storage medium, and belongs to the field of electronic equipment. The method comprises the following steps: receiving a first input of a user to a target program grouping folder; in response to the first input, updating first parameter values of N application programs corresponding to the target program grouping folder to a first target value; wherein N is an integer greater than or equal to 1. By using the embodiment of the application program setting method and device, each setting item of each application program does not need to be set independently, so that the setting efficiency of a user on the application program is improved.

Description

Parameter setting method and device for application program, electronic equipment and storage medium
Technical Field
The application belongs to the field of electronic equipment, and particularly relates to a parameter setting method and device of an application program, electronic equipment and a storage medium.
Background
With the rapid development of technology, the number of applications installed on electronic devices is increasing. After the application is installed, the user typically needs to set the application, for example, at least one of the function and the authority of the application.
In the related art, it is necessary to enter a setting interface of an application program, within which setting items of the application program are set. Since each setting item of each application program needs to be set individually, this results in low setting efficiency of the application program.
Disclosure of Invention
An object of the embodiment of the present application is to provide a method, an apparatus, an electronic device, and a storage medium for setting parameters of an application, which can solve the problem of low setting efficiency of the application caused by the need of setting each setting item of each application separately.
In order to solve the technical problems, the application is realized as follows:
in a first aspect, an embodiment of the present application provides a method for setting parameters of an application program, including:
receiving a first input of a user to a target program grouping folder;
in response to the first input, updating first parameter values of N application programs corresponding to the target program grouping folder to a first target value;
wherein N is an integer greater than or equal to 1.
In a second aspect, an embodiment of the present application provides a parameter setting apparatus for an application program, including:
the first input receiving module is used for receiving a first input of a user to the target program grouping folder;
The first input response module is used for responding to the first input and updating first parameter values of N application programs corresponding to the target program grouping folder into first target values;
wherein N is an integer greater than or equal to 1.
In a third aspect, embodiments of the present application provide an electronic device comprising a processor, a memory and a program or instruction stored on the memory and executable on the processor, the program or instruction implementing the steps of the method according to the first aspect when executed by the processor.
In a fourth aspect, embodiments of the present application provide a readable storage medium having stored thereon a program or instructions which when executed by a processor implement the steps of the method according to the first aspect.
In a fifth aspect, embodiments of the present application provide a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and where the processor is configured to execute a program or instructions to implement a method according to the first aspect.
In the embodiment of the application, a first input of a user to a target program grouping folder is received, and first parameter values of N application programs corresponding to the target program grouping folder are updated to a first target value. Therefore, the user can group the application programs according to the own requirements, and the parameter values of the application programs in the grouping folder of the target program can be uniformly set. Because each parameter value of each application program does not need to be set independently, the setting efficiency of the application program by a user is improved.
Drawings
FIG. 1 is a flow chart of a method for setting parameters of an application program according to one embodiment of the present application;
FIG. 2 is a schematic diagram of an interface including a program grouping folder according to one embodiment provided herein;
FIG. 3 is a schematic diagram of an interface including a program grouping folder and its parameter value setting controls for one embodiment provided herein;
FIG. 4 is a schematic diagram of an interface including a program grouping folder and its parameter value setting controls according to another embodiment provided herein;
FIG. 5 is a schematic diagram of an interface including a target program grouping folder according to one embodiment provided herein;
FIG. 6 is a schematic diagram of an interface including parameter values of program grouping folders according to one embodiment provided herein;
FIG. 7 is a schematic illustration of an interface including parameter values of program grouping folders according to another embodiment of the present application;
FIG. 8 is a schematic illustration of an interface including parameter values of program grouping folders according to yet another embodiment provided herein;
FIG. 9 is a diagram of an interface including multiple levels of program grouping folders according to one embodiment provided herein;
FIG. 10 is a schematic diagram of an interface including a subroutine grouping folder according to one embodiment provided herein;
FIG. 11 is a hierarchical relationship tree diagram of one embodiment provided herein;
FIG. 12 is a schematic diagram of a setup interface including icons for applications according to one embodiment provided herein;
FIG. 13 is a schematic view of a setup interface including icons of applications according to another embodiment of the present application;
FIG. 14 is a schematic view of a setup interface including icons for applications according to yet another embodiment provided herein;
FIG. 15 is a schematic structural diagram of a parameter setting device of an application program according to one embodiment of the present application;
fig. 16 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
The terms first, second and the like in the description and in the claims, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the present application may be implemented in sequences other than those illustrated or described herein. In addition, the character "/" in the specification and claims generally indicates that the associated objects are an or relationship.
The method for setting the parameters of the application program provided in the embodiment of the application is described in detail below by means of specific embodiments and application scenarios thereof with reference to the accompanying drawings.
Since an application generally has a function of notification (such as notification of a push message) or the like, and needs to acquire rights of an electronic device, for example, needs to acquire at least one of rights in a location, an address book, and bluetooth. Therefore, the importance of setting the application is self-evident.
For notifications, multiple parameters of the notification need to be set, such as: whether notification is allowed, whether audible vibration and marking are generated at the time of notification, and a notification presentation mode. The notification display mode comprises at least one of a message notification display mode, a banner display mode and a screen locking display mode, so that different notification modes of different application programs are realized. For rights, multiple parameters of rights need to be set, such as: whether to open the authority required by the application program, and the duration and mode of the authority, thereby achieving the effect of controlling the privacy of the user not to be abused.
The user usually sets the application after installing the application, and the use modes of the push content, the push frequency and the authorized privacy of the application are not known by the user, so that the setting of the application is not in line with the expectations of the user, and in the long term, the number of applications in the setting state not in line with the expectations of the user is increased, and the operation of changing the setting is troublesome.
In the related art, there are two ways of setting an application program, the first setting way is: the user finds the corresponding application program in the setting and then performs the setting. The second setting mode is as follows: the user clicks the application program and sets the application program on a setting interface of the application program.
For the above two setting modes, the user needs to set each setting item of each application program separately, and for the first setting mode, when the number of application programs is large, the time spent for finding the application program is additionally increased, and the steps are complicated. Therefore, the setting efficiency of the application program is low.
In view of the foregoing technical problems, an embodiment of the present application provides a method for setting parameters of an application program. Fig. 1 is a flowchart of a method for setting parameters of an application according to an embodiment provided in the present application. As shown in fig. 1, the parameter setting method of the application program includes:
step 110, a first input from a user to a target program grouping folder is received.
Optionally, the first input is at least one of a slide input, a voice input, and a click input.
For example, in the case of displaying a main interface, a first input by a user to a target program grouping folder on the main interface is received.
For another example, in the case of displaying a setup interface, a first input by a user to a target program grouping folder on the setup interface is received.
Step 120, in response to the first input, updating first parameter values of the N application programs corresponding to the target program grouping folder to a first target value; wherein N is an integer greater than or equal to 1.
Wherein the first parameter value may comprise at least one of: parameter values related to notifications, parameter values related to permissions.
For example, the parameter values associated with the notification include at least one of: a value for indicating whether notification is allowed, a value for indicating whether sound vibration and a flag are generated at the time of notification, and a value for indicating a notification presentation mode.
The parameter values associated with the rights include at least one of: a value for indicating whether or not there is a predetermined authority, and a value for indicating a period of time for which there is a predetermined authority. The predetermined rights may include at least one of: using bluetooth, using traffic, using Wi-Fi, accessing a camera, accessing a photograph.
Step 102 is described below by way of one example.
For example, if the object program group folder includes the application program a and the application program B, the parameter values of the application program a and the application program B are updated to a value indicating that bluetooth is not permitted to be used, a value indicating that access to the camera is permitted, and a value indicating that access to the photograph is permitted.
In the embodiment of the application, a first input of a user to a target program grouping folder is received, and first parameter values of N application programs corresponding to the target program grouping folder are updated to a first target value. Therefore, the user can group the application programs according to the own requirements, and the parameter values of the application programs in the grouping folder of the target program can be uniformly set. Because each parameter value of each application program does not need to be set independently, the setting efficiency of the application program by a user is improved.
In one or more embodiments of the present application, before receiving the first input of the target program grouping folder by the user, the parameter setting method of the application further includes:
receiving a second input of a target program grouping folder from a user;
responding to a second input, and displaying a setting control of each program parameter in at least one program parameter, wherein the at least one program parameter is a program parameter shared by application programs corresponding to the target program grouping folder;
wherein receiving a first input from a user to a target program grouping folder comprises:
a first input is received to a target setting control, wherein the target setting control is a setting control of a target program parameter of the at least one program parameter.
Optionally, the second input includes at least one of a click input, a long press input, a voice input, a slide input.
For example, as shown in fig. 2, in the case of displaying the program package folder 210 and the program package folder 310, a long press input of the user to the program package folder 210 is received, and an interface as shown in (a) in fig. 3, that is, a setting control 220 for displaying notification parameter values corresponding to the program package folder 210 is displayed. In fig. 2, the parameter values corresponding to the program group folder 210 are described by taking the notification parameter values as an example. The parameter values corresponding to the program grouping folder 210 are not limited thereto, that is, the program grouping folder 210 may correspond to other parameter values, for example, parameter values related to authority.
With continued reference to fig. 3 (a), upon receiving a click operation by the user on the right-side area of the setting control 220 (i.e., the first input to the target setting control described above), the notification parameter value of the application in the target program group folder 210 is updated to a parameter value for representing an open notification, and an interface as shown in fig. 3 (b) is displayed.
For another example, in the case of displaying the interface shown in fig. 2, a long press input of the program package folder 310 by the user is received, and the interface shown in fig. 4 (a), that is, the setting control 320 of the notification parameter value corresponding to the program package folder 310 is displayed. Upon receiving a click operation (i.e., the first input to the target setting control described above) by the user on the left side area of the setting control 320, the notification parameter value of the application in the target program group folder 310 is updated to a parameter value for representing a closing notification, and an interface as shown in (b) in fig. 4 is displayed.
It should be noted that the state of the target setting control before the first input is received is not limited herein, for example, the state of the setting control 220 of (a) in fig. 3 and the state of the setting control 320 of (a) in fig. 4 are not limited. For example, the target setting control may be the state of the last setting result or the default state of the system before receiving the first input.
In the embodiment of the application, the first parameter values of the application programs in the target program grouping folder can be uniformly updated to the first target values through operating the target setting control. For example, the object program grouping folder has a plurality of application programs, so that the first parameter values of the application programs can be uniformly updated to the first target value at a time, and each application program is not required to be set by a user independently, thereby improving the setting efficiency of the application programs by the user.
In one or more embodiments of the present application, after receiving the second input of the target program grouping folder from the user, the method for setting parameters of the application further includes: and displaying the object program grouping folder in a selected state.
As one example, displaying the target program group folder in the selected state includes: and superposing the target program grouping folder and the setting control of the at least one program parameter on a preset picture, and superposing display elements except the target program grouping folder and the setting control on the same interface under the preset picture.
Alternatively, the predetermined picture may be such that the transparency is within the interval range (0, 100%).
For example, as shown in fig. 5, after receiving a long press input from the user to the target program group folder 210, the target program group folder 210 and the setting control 220 notifying the parameter value are superimposed over the predetermined picture 510, and other display elements (i.e., the program group folder 310) are superimposed under the predetermined picture 510. Therefore, the object program grouping folder is highlighted, and a user can conveniently determine that the application programs in the object program grouping folder are currently set.
In one or more embodiments of the present application, before receiving the first input of the target program grouping folder by the user, the parameter setting method of the application further includes:
receiving third input of a user on a target program grouping folder and a first application icon, wherein the first application icon is an icon of any one application program in N application programs;
and responding to the third input, and moving the application program corresponding to the first application icon into the target program grouping folder.
As one example, the third input is an input dragging the first application icon to the location of the target program grouping folder.
As another example, the third input is an input dragging the target program grouping folder to the location of the first application icon.
For example, the target program grouping folder is a mobile floating window, and when the mobile floating window is pressed by a user and moves to the position of the first application icon, the mobile floating window adsorbs the first application icon, so that an application program corresponding to the first application icon is attributed to the target program grouping folder.
In the embodiment of the application, before updating the first parameter value of the application program in the target program grouping folder, the application program is moved into the target program grouping folder, so as to realize grouping of the application program. After the target program grouping folder is obtained, the user can operate the target program grouping folder, and uniformly set the first parameter values of the application programs in the target program grouping folder. Therefore, the user operates the target program grouping folder to uniformly set one or more application programs in the target program grouping folder, so that the setting efficiency of the application programs can be improved. Particularly, under the condition that the number of application programs in the target program grouping folder is relatively large, the setting efficiency of the application programs can be effectively improved.
In one or more embodiments of the present application, receiving a first input by a user of a target program grouping folder includes:
receiving a first input of a user to a target program grouping folder and a second application icon;
after responding to the first input, the parameter setting method of the application program further comprises the following steps: moving the application program corresponding to the second application icon into a target program grouping folder;
the updating the first parameter values of the N application programs corresponding to the target program grouping folder to the target values includes:
and updating the first parameter value of the application program corresponding to the second application icon to the first target value according to the preset first target value corresponding to the target program grouping folder.
The embodiments of the present application are described below by way of three examples.
For example, as shown in fig. 6, a bluetooth parameter value (a bluetooth parameter value may indicate whether bluetooth is permitted to be used) setting control, a wireless network parameter value (a wireless network parameter value may indicate whether wireless network is permitted to be used), a camera parameter value (a camera parameter value may indicate whether access to a camera is permitted), a photo parameter value (a photo parameter value indicates whether access to a photo is permitted), and a background update parameter value (a background update parameter value indicates whether background automatic update is permitted) setting control are displayed for the target program group folder.
In this case, the user may set the bluetooth parameter value, the wireless network parameter value, the camera parameter value, the photo parameter value, and the background update parameter value in advance, resulting in the first target value. The first target value may be regarded as a setting template of the parameter value.
Wherein the first target value comprises: a value indicating that bluetooth is not allowed, a value indicating that wireless network is allowed, a value indicating that access to a camera is not allowed, a value indicating that access to a photograph is allowed, and a value indicating that background automatic update is not allowed.
After the first target value is saved, the target program group folder is empty, i.e., there is no application program in the target program group folder for a while. Then, if it is received that the user drags the app4 icon to the location of the target program grouping folder, the application corresponding to the app4 icon is automatically moved into the target program grouping folder. And updating the parameter value of the application program corresponding to the app4 icon to a pre-stored first target value. Thereby, the application program corresponding to the app4 icon is set to be: disallowing use of bluetooth, allowing use of a wireless network, disallowing access to a camera, allowing access to a photo, and disallowing background updates.
As another example, as shown in fig. 7, the first target value corresponding to the target program grouping folder includes: a value indicating that bluetooth is permitted, a value indicating that wireless network is not permitted, a value indicating that access to a camera is not permitted, a value indicating that access to a photograph is permitted, and a value indicating that background automatic update is not permitted.
After the first target value is saved, the user may move the application to the target program group folder, and in the case where the application is moved to the target program group folder, the parameter value of the application is updated according to the first target value.
For another example, referring to fig. 8, the first target value corresponding to the target program grouping folder includes: a value indicating that bluetooth is not allowed, a value indicating that access to the camera is allowed, a value indicating that access to the photograph is not allowed, and a value indicating that automatic background update is allowed.
After the first target value is saved, the user may move the application to the target program group folder, and in the case where the application is moved to the target program group folder, the parameter value of the application is updated according to the first target value.
In this embodiment of the present application, the first target value corresponding to the target program packet folder is preset. Then, in the case of dividing the application program into the target program group folder, the parameter value of the application program may be updated in accordance with the first target value set in advance. The first target value is preset, and the parameter values of the application programs are updated according to the first target value, so that a user does not need to independently set each application program, and the setting efficiency of the application programs is improved.
In one or more embodiments of the present application, before receiving the first input of the user to the target program grouping folder, or after updating the first parameter values of the N application programs corresponding to the target program grouping folder to the first target values, the parameter setting method of the application program further includes:
receiving a fourth input of a target program grouping folder by a user;
creating a sub-program grouping folder of the target program grouping folder in response to the fourth input;
receiving a fifth input of a user to the sub-program grouping folder and the third application icon;
and responding to the fifth input, and moving the application program corresponding to the third application icon into the sub-program grouping folder.
The embodiments of the present application are described below by way of an example.
In the case of opening the target program package folder, the display target program package folder includes app1, app2, app3, and app4. Then, the user's click input is received twice in succession, creating a sub program group folder of the target program group folder. Then, the user's operation is received, and app1 and app2 are moved into the subroutine packet folder.
In this case, the user may operate the object program group folder to set applications respectively corresponding to app1, app2, app3, and app4 to allow bluetooth to be used. In addition, the user may also operate the sub-program grouping folder, and additionally set applications corresponding to app1 and app2, respectively, to allow access to the camera.
In the embodiment of the application, the program grouping folders of a plurality of levels can be divided according to the requirements, so that the application program is subdivided, the parameter values of the application program are subdivided, batch setting of complex setting conditions by a user is facilitated, and the setting efficiency of the application program is improved.
In one or more embodiments of the present application, the same parameter values between applications in the target program package folder are at least some of the at least two parameter values.
The at least two parameter values are the same parameter values between applications in the subroutine packet folder.
In addition, the setting item states of the plurality of applications in one program group folder of the minimum hierarchy are the same.
For example, FIG. 9 is an interface diagram of a program grouping folder including multiple hierarchies according to one embodiment of the present application. As shown in fig. 9, the program grouping folder 910 and the program grouping folder 920 are program grouping folders of a first hierarchy, and each of the program grouping folder 910 and the program grouping folder 920 includes a program grouping folder of a second hierarchy, respectively. Taking the program grouping folder 910 as an example, the program grouping folder 910 includes a subroutine grouping folder 911, a subroutine grouping folder 912, a subroutine grouping folder 913, and a subroutine grouping folder 914. After the multiple tiers of program package folders are obtained, the applications in each tier of program package folders may be set.
The program package folder 910 shown in fig. 9 may be operated to update the parameter values of the application programs in the program package folder 910 to the parameter values for representing the permission notifications. Then, the user operates the program package folder 911 shown in fig. 9, and displays an interface as shown in fig. 10, that is, updates the parameter value of the application program in the program package folder 911 to a value for representing a temporary banner style, a value for representing an opening sound, and a value for an opening flag.
Where temporary banner style means that after a banner pops up, if the user does not operate the banner, the banner disappears after a few seconds.
It can be seen that the same at least two parameter values between applications in the program package folder 911 include: the parameter values of the notification are allowed, the values for the temporary banner style, the values for the opening sound, and the values for the opening flag. The same parameter value between applications in the program package folder 910 is one of at least two parameter values, i.e., a parameter value that allows notification.
In addition, with continued reference to fig. 9, after the user sets the program package folder of the minimum hierarchy, taking the program package folder of the minimum hierarchy as the program package folder 911 as an example, the parameter values of the three application programs in the program package folder 911 are the same.
In one or more embodiments of the present application, after creating the sub-program group folder of the target program group folder, the parameter setting method of the application further includes:
receiving a sixth input from the user;
generating a tree structure diagram of the at least two grouping folders according to a hierarchical relationship between the at least two grouping folders in response to the sixth input;
displaying a tree structure diagram on a target interface;
wherein the tree structure diagram is used to represent a hierarchical relationship and an application in each of at least two group folders,
the at least two grouping folders include a target program grouping folder and a subroutine grouping folder thereof.
FIG. 11 is a hierarchical tree diagram of one embodiment provided herein. The global effect of the hierarchical relationship between the program package folders of the multiple levels in fig. 9 can be more intuitively seen by the user from fig. 11.
Alternatively, the target interface may be a setup interface or a main interface.
In the embodiment of the application, the hierarchical relationship tree diagram is displayed on the target interface, so that the global effect of the hierarchical relationship among the program grouping folders can be more intuitively displayed, and the user can conveniently adjust the program grouping folders, thereby being convenient for the user to uniformly set the setting items of the application program.
In one or more embodiments of the present application, after grouping the installed plurality of application programs to obtain at least one program grouping folder, the method for setting parameters of the application programs further includes:
receiving a seventh input to the target interface;
in response to the seventh input, switching from the target interface to the main interface, the icons displayed on the main interface being arranged in an arrangement before receiving the sixth input.
In the embodiment of the present application, although the plurality of installed applications are grouped to obtain at least one program grouping folder, in the case of exiting the application setting, the arrangement manner of the icons displayed on the main interface is still arranged according to the arrangement manner before the sixth input is received. Therefore, the result of at least one program grouping folder does not influence the arrangement mode of icons displayed on the main interface, and the operation of a user on the main interface is prevented from being influenced.
In one or more embodiments of the present application, before receiving the first input of the target program grouping folder by the user, the parameter setting method of the application further includes:
displaying icons of the installed application programs on a target interface according to a predetermined sequence;
Or,
displaying the icon of the installed application program on the target interface according to the display mode of the icon of the installed application program on the main interface;
or,
and displaying the icon of the installed application program on the target interface according to the display mode of the icon of the installed application program on the target interface last time.
For example, the electronic device receives signals input by a user, including, but not limited to, at least one of a long press main interface, a gesture motion, and a voice input. After receiving the signal, the electronic device enters a set mode.
In the case where the electronic apparatus first enters the setting mode, a setting interface as shown in fig. 12 is displayed, and icons of applications on the setting interface are displayed in a predetermined order (such as the time order of installation).
Alternatively, in the case where the electronic apparatus first enters the setting mode, a setting interface as shown in fig. 13 is displayed, and icons of the application programs on the setting interface are displayed in a display manner on the main interface.
In the case where the electronic apparatus does not enter the setting mode for the first time, a setting interface as shown in fig. 14 is displayed, and icons of applications on the setting interface are displayed in a display manner on the setting interface last time. Optionally, the setting interface may also display the last setting result of the application program.
In the embodiment of the application, the icons of the application program can be displayed on the target interface according to the multiple display modes, so that a user can conveniently operate the icons of the application program to group the application program.
Correspondingly, the application provides a parameter setting device of the application according to an embodiment, and fig. 15 is a schematic structural diagram of the parameter setting device of the application according to an embodiment. As shown in fig. 15, the parameter setting apparatus of the application program includes:
a first input receiving module 1501 for receiving a first input of a target program package folder from a user;
a first input response module 1502, configured to update first parameter values of N applications corresponding to the target program grouping folder to first target values in response to a first input;
wherein N is an integer greater than or equal to 1.
In the embodiment of the application, a first input of a user to a target program grouping folder is received, and first parameter values of N application programs corresponding to the target program grouping folder are updated to a first target value. Therefore, the user can group the application programs according to the own requirements, and the parameter values of the application programs in the grouping folder of the target program can be uniformly set. Because each parameter value of each application program does not need to be set independently, the setting efficiency of the application program by a user is improved.
In one or more embodiments of the present application, the parameter setting apparatus of an application further includes:
the second input receiving module is used for receiving a second input of a target program grouping folder from a user;
the second input response module is used for responding to the second input and displaying a setting control of each program parameter in at least one program parameter, wherein the at least one program parameter is a program parameter shared by application programs corresponding to the target program grouping folder;
the first input receiving module 1501 is specifically configured to receive a first input of a target setting control, where the target setting control is a setting control of a target program parameter in at least one program parameter.
In the embodiment of the application, the first parameter values of the application programs in the target program grouping folder can be uniformly updated to the first target values through operating the target setting control. For example, the object program grouping folder has a plurality of application programs, so that the first parameter values of the application programs can be uniformly updated to the first target value at a time, and each application program is not required to be set by a user independently, thereby improving the setting efficiency of the application programs by the user.
In one or more embodiments of the present application, the parameter setting apparatus of an application further includes:
the third input receiving module is used for receiving third input of a user on the target program grouping folder and the first application icons, wherein the first application icons are icons of any one application program in the N application programs;
and the third input response module is used for responding to the third input and moving the application program corresponding to the first application icon into the target program grouping folder.
In the embodiment of the application, before updating the first parameter value of the application program in the target program grouping folder, the application program is moved into the target program grouping folder, so as to realize grouping of the application program. After the target program grouping folder is obtained, the user may operate on the target program grouping folder to uniformly set the first parameter values of the application programs in the target program grouping folder. Therefore, the user operates the target program grouping folder, one or more application programs in the target program grouping folder can be uniformly set, and the setting efficiency of the application programs is improved. Particularly, under the condition that the number of application programs in the target program grouping folder is relatively large, the setting efficiency of the application programs can be effectively improved.
In one or more embodiments of the present application, the first input receiving module 1501 is specifically configured to receive a first input of a target program packet folder and a second application icon from a user;
the parameter setting device of the application program further includes:
the first moving-in module is used for moving the application program corresponding to the second application icon into the target program grouping folder;
the first input response module is specifically configured to update a first parameter value of an application program corresponding to the second application icon to a first target value according to a preset first target value corresponding to the target program grouping folder.
In this embodiment of the present application, the first target value corresponding to the target program packet folder is preset. Then, in the case of dividing the application program into the target program group folder, the parameter value of the application program may be updated in accordance with the first target value set in advance. The first target value is preset, and the parameter values of the application programs are updated according to the first target value, so that a user does not need to independently set each application program, and the setting efficiency of the application programs is improved.
In one or more embodiments of the present application, the parameter setting apparatus of an application further includes:
a fourth input receiving module for receiving a fourth input of the target program grouping folder from the user;
a fourth input response module for creating a sub-program group folder of the target program group folder in response to the fourth input;
a fifth input receiving module for receiving a fifth input of the user to the sub-program grouping folder and the third application icon;
and the fifth input response module is used for responding to the fifth input and moving the application program corresponding to the third application icon into the sub-program grouping folder.
In the embodiment of the application, the program grouping folders of a plurality of levels can be divided according to the requirements, so that the application program is subdivided, the parameter values of the application program are subdivided, batch setting of complex setting conditions by a user is facilitated, and the setting efficiency of the application program is improved.
In one or more embodiments of the present application, the same parameter values between applications in the object program package folder are at least some of the at least two parameter values, the at least two parameter values being the same parameter values between applications in the sub-program package folder.
In one or more embodiments of the present application, the parameter setting apparatus of an application further includes:
a sixth input receiving module for receiving a sixth input of the user;
a sixth input response module, configured to generate a tree structure diagram of at least two grouping folders according to a hierarchical relationship between the at least two grouping folders in response to a sixth input;
the structure diagram display module is used for displaying a tree structure diagram on the target interface;
wherein the tree structure diagram is used to represent a hierarchical relationship and an application in each of at least two group folders,
the at least two grouping folders include a target program grouping folder and a subroutine grouping folder thereof.
In the embodiment of the application, the hierarchical relationship tree diagram is displayed on the target interface, so that the global effect of the hierarchical relationship among the program grouping folders can be more intuitively displayed, and the user can conveniently adjust the program grouping folders, thereby being convenient for the user to uniformly set the setting items of the application program.
It should be noted that, in the above-mentioned embodiments, the parameter setting device using the execution subject as the application program is taken as an example to describe the parameter setting method of the execution application program. However, the execution subject of the parameter setting method of the application provided in the embodiment of the present application is not limited to the parameter setting device of the application, and may be a control module for executing the parameter setting method of the loaded application in the parameter setting device of the application.
The parameter setting device of the application program in the embodiment of the application program may be a device, or may be a component, an integrated circuit, or a chip in the device. The device may be a mobile electronic device or a non-mobile electronic device. By way of example, the mobile electronic device may be a cell phone, tablet computer, notebook computer, palm computer, vehicle-mounted electronic device, wearable device, ultra-mobile personal computer (ultra-mobile personal computer, UMPC), netbook or personal digital assistant (personal digital assistant, PDA), etc., and the non-mobile electronic device may be a server, network attached storage (Network Attached Storage, NAS), personal computer (personal computer, PC), television (TV), teller machine or self-service machine, etc., and the embodiments of the present application are not limited in particular.
The parameter setting device of the application program in the embodiment of the present application may be a device having an operating system. The operating system may be an Android operating system, an ios operating system, or other possible operating systems, which are not specifically limited in the embodiments of the present application.
The parameter setting device for an application program provided in this embodiment of the present application can implement each process implemented by the method embodiment of fig. 1, and in order to avoid repetition, a description is omitted here.
Optionally, the embodiment of the present application further provides an electronic device, including a processor, a memory, and a program or an instruction stored in the memory and capable of running on the processor, where the program or the instruction implements each process of the parameter setting method embodiment of the application when executed by the processor, and the process can achieve the same technical effect, so that repetition is avoided, and details are not repeated here.
It should be noted that, the electronic device in the embodiment of the present application includes the mobile electronic device and the non-mobile electronic device described above.
Fig. 16 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present application.
The electronic device 1600 includes, but is not limited to: radio frequency unit 1601, network module 1602, audio output unit 1603, input unit 1604, sensor 1605, display unit 1606, user input unit 1607, interface unit 1608, memory 1609, and processor 1610.
Among other things, the input unit 1604 may include a graphics processor 16041 and a microphone 16042. The display unit 1606 includes a display panel 16061. The user input unit 1607 may include a touch panel 16071 and other input devices 16072. Memory 1609 may include application programs and an operating system.
Those skilled in the art will appreciate that the electronic device 1600 may also include a power source (e.g., a battery) for powering the various components, which may be logically connected to the processor 1610 by a power management system that performs the functions of managing charge, discharge, and power consumption. The electronic device structure shown in fig. 16 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than those shown in the drawings, or may combine some components, or may be arranged in different components, which will not be described in detail herein.
Wherein, the user input unit 1607 is used for receiving the first input of the user to the object program grouping folder;
a processor 1610, configured to update first parameter values of N applications corresponding to the target program group folder to a first target value in response to a first input; wherein N is an integer greater than or equal to 1.
In the embodiment of the application, a first input of a user to a target program grouping folder is received, and first parameter values of N application programs corresponding to the target program grouping folder are updated to a first target value. Therefore, the user can group the application programs according to the own requirements, and the parameter values of the application programs in the grouping folder of the target program can be uniformly set. Because each parameter value of each application program does not need to be set independently, the setting efficiency of the application program by a user is improved.
In one or more embodiments of the present application, the user input unit 1607 is further configured to receive a second input from a user of the target program package folder;
a display unit 1606, configured to display, in response to the second input, a setting control of each of at least one program parameter, where the at least one program parameter is a program parameter common to the application programs corresponding to the target program group folder;
the user input unit 1607 is specifically configured to receive a first input to a target setting control, where the target setting control is a setting control of a target program parameter in the at least one program parameter.
In the embodiment of the application, the first parameter values of the application programs in the target program grouping folder can be uniformly updated to the first target values through operating the target setting control. For example, the object program grouping folder has a plurality of application programs, so that the first parameter values of the application programs can be uniformly updated to the first target value at a time, and each application program is not required to be set by a user independently, thereby improving the setting efficiency of the application programs by the user.
In one or more embodiments of the present application, the user input unit 1607 is further configured to receive a third input from a user of the target program grouping folder and a first application icon, where the first application icon is an icon of any one of the N application programs;
The processor 1610 is further configured to move, in response to the third input, an application corresponding to the first application icon into the target program grouping folder.
In the embodiment of the application, before updating the first parameter value of the application program in the target program grouping folder, the application program is moved into the target program grouping folder, so as to realize grouping of the application program. After the target program grouping folder is obtained, the user may operate on the target program grouping folder to uniformly set the first parameter values of the application programs in the target program grouping folder. Therefore, the user operates the target program grouping folder, one or more application programs in the target program grouping folder can be uniformly set, and the setting efficiency of the application programs is improved. Particularly, under the condition that the number of application programs in the target program grouping folder is relatively large, the setting efficiency of the application programs can be effectively improved.
In one or more embodiments of the present application, the user input unit 1607 is specifically configured to receive a first input of a target program grouping folder and a second application icon from a user;
the processor 1610 is further configured to move an application program corresponding to the second application icon into the target program grouping folder;
And the processor 1610 is configured to update the first parameter value of the application program corresponding to the second application icon to the first target value according to the preset first target value corresponding to the target program grouping folder.
In this embodiment of the present application, the first target value corresponding to the target program packet folder is preset. Then, in the case of dividing the application program into the target program group folder, the parameter value of the application program may be updated in accordance with the first target value set in advance. The first target value is preset, and the parameter values of the application programs are updated according to the first target value, so that a user does not need to independently set each application program, and the setting efficiency of the application programs is improved.
In one or more embodiments of the present application, the user input unit 1607 is further configured to receive a fourth input from a user of the target program package folder;
processor 1610 is further configured to create a sub-program group folder of the target program group folder in response to the fourth input;
a user input unit 1607 for receiving a fifth input from the user of the sub-program grouping folder and the third application icon;
The processor 1610 is further configured to move, in response to the fifth input, an application corresponding to the third application icon into the subroutine package folder.
In the embodiment of the application, the program grouping folders of a plurality of levels can be divided according to the requirements, so that the application program is subdivided, the parameter values of the application program are subdivided, batch setting of complex setting conditions by a user is facilitated, and the setting efficiency of the application program is improved.
In one or more embodiments of the present application, the same parameter values between applications in the object program package folder are at least some of the at least two parameter values, the at least two parameter values being the same parameter values between applications in the sub-program package folder.
In one or more embodiments of the present application, the user input unit 1607 is further configured to receive a sixth input from a user;
a processor 1610, further configured to generate a tree structure diagram of at least two grouping folders according to a hierarchical relationship between the at least two grouping folders in response to a sixth input;
a display unit 1606 for displaying the tree structure diagram on the target interface;
wherein the tree structure diagram is used to represent a hierarchical relationship and an application in each of at least two group folders,
The at least two grouping folders include a target program grouping folder and a subroutine grouping folder thereof.
In the embodiment of the application, the hierarchical relationship tree diagram is displayed on the target interface, so that the global effect of the hierarchical relationship among the program grouping folders can be more intuitively displayed, and the user can conveniently adjust the program grouping folders, thereby being convenient for the user to uniformly set the setting items of the application program.
The embodiment of the application also provides a readable storage medium, and the readable storage medium stores a program or an instruction, which when executed by a processor, implements each process of the parameter setting method embodiment of the application, and can achieve the same technical effects, so that repetition is avoided, and no further description is provided herein.
The processor is a processor in the electronic device in the above embodiment. Readable storage media include computer readable storage media such as Read-Only Memory (ROM), random access Memory (Random Access Memory, RAM), magnetic or optical disks, and the like.
The embodiment of the application further provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled with the processor, the processor is used for running a program or instructions, each process of the parameter setting method embodiment of the application is implemented, the same technical effect can be achieved, and in order to avoid repetition, the description is omitted here.
It should be understood that the chips referred to in the embodiments of the present application may also be referred to as system-on-chip chips, chip systems, or system-on-chip chips, etc.
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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element. Furthermore, it should be noted that the scope of the methods and apparatus in the embodiments of the present application is not limited to performing the functions in the order shown or discussed, but may also include performing the functions in a substantially simultaneous manner or in an opposite order depending on the functions involved, e.g., the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk), including several instructions for causing a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method of the embodiments of the present application.
The embodiments of the present application have been described above with reference to the accompanying drawings, but the present application is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those of ordinary skill in the art without departing from the spirit of the present application and the scope of the claims, which are also within the protection of the present application.

Claims (8)

1. A parameter setting method of an application program, comprising:
receiving a first input of a user to a target program grouping folder;
in response to the first input, updating first parameter values of N application programs corresponding to the target program grouping folder to a first target value; wherein N is an integer greater than or equal to 1;
before the receiving the first input of the target program grouping folder from the user, the method further comprises:
receiving a second input of a user to the target program grouping folder;
responding to the second input, and displaying a setting control of each program parameter in at least one program parameter, wherein the at least one program parameter is a program parameter shared by application programs corresponding to the target program grouping folder;
wherein said receiving a first user input to a target program grouping folder comprises:
receiving the first input of a target setting control, wherein the target setting control is a setting control of a target program parameter in the at least one program parameter;
after receiving the second input of the user to the target program grouping folder, the method further comprises:
Stacking the target program grouping folder and the setting control of the at least one program parameter on a preset picture, and stacking display elements except the target program grouping folder and the setting control thereof on the same interface under the preset picture;
the method further comprises the steps of:
receiving a sixth input from the user;
generating a tree structure diagram of at least two grouping folders according to a hierarchical relationship between the at least two grouping folders in response to the sixth input;
displaying the tree structure diagram on a target interface;
wherein the tree structure diagram is used to represent the hierarchical relationship and the application in each of the at least two group folders,
the at least two grouping folders comprise the target program grouping folder and a subroutine grouping folder thereof;
the setting item states of a plurality of application programs in one program group folder of the minimum hierarchy are the same.
2. The method of claim 1, wherein prior to receiving the first user input to the target program grouping folder, the method further comprises:
receiving third input of a user to the target program grouping folder and a first application icon, wherein the first application icon is an icon of any one application program in the N application programs;
And responding to the third input, and moving the application program corresponding to the first application icon into the target program grouping folder.
3. The method of claim 1, wherein receiving a first user input to a target program grouping folder comprises:
receiving a first input of a user to the target program grouping folder and a second application icon;
after said responding to said first input, said method further comprises: moving the application program corresponding to the second application icon into the target program grouping folder;
the updating the first parameter values of the N application programs corresponding to the target program grouping folder to the first target value includes:
and updating the first parameter value of the application program corresponding to the second application icon to the first target value according to the preset first target value corresponding to the target program grouping folder.
4. The method according to claim 1, wherein before the receiving the first input of the target program grouping folder from the user, or after the updating the first parameter values of the N application programs corresponding to the target program grouping folder to the first target values, the method further comprises:
Receiving a fourth input of a user to the target program grouping folder;
creating a sub-program grouping folder of the target program grouping folder in response to the fourth input;
receiving a fifth input of a user to the subroutine grouping folder and the third application icon;
and responding to the fifth input, and moving the application program corresponding to the third application icon into the sub-program grouping folder.
5. The method of claim 4, wherein the step of determining the position of the first electrode is performed,
the same parameter values between applications in the object program package folder are at least some of the at least two parameter values,
the at least two parameter values are the same parameter values between applications in the sub-program grouping folder.
6. A parameter setting apparatus of an application program, comprising:
the first input receiving module is used for receiving a first input of a user to the target program grouping folder;
the first input response module is used for responding to the first input and updating first parameter values of N application programs corresponding to the target program grouping folder into first target values; wherein N is an integer greater than or equal to 1;
The parameter setting device of the application program further comprises:
the second input receiving module is used for receiving a second input of the target program grouping folder from a user;
the second input response module is used for responding to the second input and displaying a setting control of each program parameter in at least one program parameter, wherein the at least one program parameter is a program parameter shared by application programs corresponding to the target program grouping folder;
the first input receiving module is specifically configured to:
receiving the first input of a target setting control, wherein the target setting control is a setting control of a target program parameter in the at least one program parameter;
the second input receiving module is further configured to:
stacking the target program grouping folder and the setting control of the at least one program parameter on a preset picture, and stacking display elements except the target program grouping folder and the setting control thereof on the same interface under the preset picture;
the parameter setting device of the application program further comprises:
a sixth input receiving module for receiving a sixth input of the user;
A sixth input response module, configured to generate a tree structure diagram of at least two grouping folders according to a hierarchical relationship between the at least two grouping folders in response to the sixth input;
the structure diagram display module is used for displaying the tree structure diagram on a target interface;
wherein the tree structure diagram is used to represent the hierarchical relationship and the application in each of the at least two group folders,
the at least two grouping folders comprise the target program grouping folder and a subroutine grouping folder thereof;
the setting item states of a plurality of application programs in one program group folder of the minimum hierarchy are the same.
7. An electronic device comprising a processor, a memory and a program or instruction stored on the memory and executable on the processor, which when executed by the processor, implements the steps of the method for setting parameters of an application program as claimed in any one of claims 1-5.
8. A readable storage medium, wherein a program or instructions are stored on the readable storage medium, which when executed by a processor, implement the steps of the parameter setting method of an application program according to any one of claims 1-5.
CN202010474359.8A 2020-05-29 2020-05-29 Parameter setting method and device for application program, electronic equipment and storage medium Active CN111752631B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010474359.8A CN111752631B (en) 2020-05-29 2020-05-29 Parameter setting method and device for application program, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010474359.8A CN111752631B (en) 2020-05-29 2020-05-29 Parameter setting method and device for application program, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111752631A CN111752631A (en) 2020-10-09
CN111752631B true CN111752631B (en) 2024-04-02

Family

ID=72674450

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010474359.8A Active CN111752631B (en) 2020-05-29 2020-05-29 Parameter setting method and device for application program, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111752631B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113515219A (en) * 2021-07-13 2021-10-19 维沃移动通信有限公司 Setting method, setting device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107894908A (en) * 2017-11-22 2018-04-10 解君 A kind of rapid-setting method of intelligent terminal
CN109379488A (en) * 2018-09-27 2019-02-22 联想(北京)有限公司 Processing method, device and electronic equipment
CN110764845A (en) * 2019-10-28 2020-02-07 维沃移动通信有限公司 Application program setting method and electronic equipment
CN111177710A (en) * 2019-12-31 2020-05-19 维沃移动通信有限公司 Application authorization method, electronic device and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107894908A (en) * 2017-11-22 2018-04-10 解君 A kind of rapid-setting method of intelligent terminal
CN109379488A (en) * 2018-09-27 2019-02-22 联想(北京)有限公司 Processing method, device and electronic equipment
CN110764845A (en) * 2019-10-28 2020-02-07 维沃移动通信有限公司 Application program setting method and electronic equipment
CN111177710A (en) * 2019-12-31 2020-05-19 维沃移动通信有限公司 Application authorization method, electronic device and storage medium

Also Published As

Publication number Publication date
CN111752631A (en) 2020-10-09

Similar Documents

Publication Publication Date Title
EP2990939B1 (en) Wireless communications device and method of adding widget thereof
CN112214142B (en) Application information display method and device, electronic equipment and storage medium
EP2381357B1 (en) Generation and control of a title bar on a display of a portable electronic device having multiple applications
US11972274B2 (en) Application management method and apparatus, and electronic device
CN107180186B (en) Permission configuration method, control method and device of application program and mobile terminal
CN111966258B (en) Permission setting method and device and electronic equipment
US9600662B2 (en) User configurable profiles for security permissions
EP2364475B1 (en) Method, apparatus and computer program product for configuration of a display screen
CN111026479A (en) Interface switching method, terminal and computer readable storage medium
CN112099702A (en) Application running method and device and electronic equipment
CN111752631B (en) Parameter setting method and device for application program, electronic equipment and storage medium
CN114721761A (en) Terminal device, application icon management method and storage medium
CN114116098A (en) Application icon management method and device, electronic equipment and storage medium
CN104980451A (en) Information prompting method and apparatus
CN112732368A (en) Program running method and device and electronic equipment
CN112016080A (en) Application authority management method and device and electronic equipment
CN116669039A (en) Application authority management method and device, electronic equipment and readable storage medium
CN112578961B (en) Application identifier display method and device
WO2022068720A1 (en) Icon display control method and apparatus, and electronic device
CN112905072B (en) Application processing method and device and electronic equipment
CN111638827B (en) Display control method, display control device and electronic equipment
CN112306702B (en) Data sharing method and device, electronic equipment and storage medium
CN111857465B (en) Application icon sorting method and device and electronic equipment
CN113824830A (en) Application management method and device
CN114416269A (en) Interface display method and display device

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