CN114090132A - Application program starting method, application program starting device and equipment - Google Patents

Application program starting method, application program starting device and equipment Download PDF

Info

Publication number
CN114090132A
CN114090132A CN202111435368.7A CN202111435368A CN114090132A CN 114090132 A CN114090132 A CN 114090132A CN 202111435368 A CN202111435368 A CN 202111435368A CN 114090132 A CN114090132 A CN 114090132A
Authority
CN
China
Prior art keywords
information
application program
target
target application
authorization information
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.)
Pending
Application number
CN202111435368.7A
Other languages
Chinese (zh)
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 CN202111435368.7A priority Critical patent/CN114090132A/en
Publication of CN114090132A publication Critical patent/CN114090132A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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/44589Program code verification, e.g. Java bytecode verification, proof-carrying code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses an application program starting method, an application program starting device and equipment, and belongs to the technical field of terminals. The application program starting method comprises the following steps: under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, acquiring target authorization information of the target application program based on a user account; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting; and starting the target application program under the condition that the target authorization information meets the starting condition of the target application program.

Description

Application program starting method, application program starting device and equipment
Technical Field
The application belongs to the technical field of terminals, and particularly relates to an application program starting method, an application program starting device and equipment.
Background
According to the requirement of security compliance, before an application or service is used for the first time, a terminal user needs to display related content such as declaration information, wherein the declaration information is used for indicating authority information to be confirmed by the user, such as privacy declaration information, and the terminal user can continue to use the terminal user after obtaining the authorization of the user.
At present, when a user changes a terminal, restores factory settings or reinstalls an application, statement information is popped up again when the application is started for the first time, user authorization is obtained, and user operation is complicated.
Disclosure of Invention
The embodiment of the application program starting method and device and equipment aims to provide the application program starting method and device and solve the problem that a user is complicated to operate.
In a first aspect, an embodiment of the present application provides an application program starting method, where the method includes:
under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, acquiring target authorization information of the target application program based on a user account; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting;
and starting the target application program under the condition that the target authorization information meets the starting condition of the target application program.
In a second aspect, an embodiment of the present application provides an application starting apparatus, including:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring target authorization information of a target application program based on a user account under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting;
and the processing module is used for starting the target application program under the condition that the target authorization information meets the starting condition of the target application program.
In a third aspect, an embodiment of the present application provides a terminal, where the electronic device includes a processor, a memory, and a program or instructions stored on the memory and executable on the processor, and the program or instructions, when executed by the processor, implement the steps of the method according to the first aspect.
In a fourth aspect, embodiments of the present application provide a readable storage medium, on which a program or instructions are stored, which when executed by a processor implement the steps of the method according to the first aspect.
In a fifth aspect, an embodiment of the present application provides a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and the processor is configured to execute a program or instructions to implement the method according to the first aspect.
In a sixth aspect, the present application provides a computer program product comprising a computer program which, when executed by a processor, implements the steps of the method according to the first aspect.
In the embodiment of the application, under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, target authorization information of the target application program is obtained based on a user account; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting, if the target authorization information meets the starting condition of the target application program, the target application program is directly started, the user does not need to authorize the target application program again, the user operation is reduced, the application program starting delay is small, and the efficiency is high.
Drawings
Fig. 1 is a schematic flowchart of an application starting method according to an embodiment of the present application;
fig. 2 is one of interface diagrams of an application starting method according to an embodiment of the present application;
fig. 3 is a second interface schematic diagram of the application starting method according to the embodiment of the present application;
fig. 4 is a third schematic interface diagram of an application starting method according to an embodiment of the present application;
fig. 5 is a fourth schematic interface diagram of an application starting method according to an embodiment of the present application;
fig. 6 is a fifth schematic interface diagram of an application startup method according to an embodiment of the present application;
fig. 7 is a detailed flowchart of an application starting method according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of an application starting apparatus according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of a terminal provided in an embodiment of the present application;
fig. 10 is a hardware schematic diagram of a terminal provided in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments that can be derived by one of ordinary skill in the art from the embodiments given herein are intended to be within the scope of the present disclosure.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the application may be practiced in sequences other than those illustrated or described herein, and that the terms "first," "second," and the like are generally used herein in a generic sense and do not limit the number of terms, e.g., the first term can be one or more than one. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
In the related art, when a user changes a terminal, restores factory settings or reinstalls an application and then starts the application for the first time, statement information such as a privacy authority statement is popped up again to obtain user authorization, and the user operation is complicated.
The following describes in detail an application program starting method provided in the embodiment of the present application through a specific embodiment and an application scenario thereof with reference to the accompanying drawings.
The application program starting method can be applied to the terminal, and can be specifically executed by hardware or software in the terminal. The execution subject of the application starting method can be a terminal, or an application starting device in the terminal, and the like.
The terminal includes, but is not limited to, a mobile phone or other portable communication device such as a tablet computer having a touch sensitive surface (e.g., a touch screen display and/or a touch pad). It should also be understood that in some embodiments, the terminal may not be a portable communication device, but rather a desktop computer having a touch-sensitive surface (e.g., a touch screen display and/or touchpad).
In the following various embodiments, a terminal including a display and a touch-sensitive surface is described. However, it should be understood that the terminal may include one or more other physical user interface devices such as a physical keyboard, mouse, and joystick.
Fig. 1 is a schematic flowchart of an application starting method according to an embodiment of the present application. As shown in fig. 1, the application program starting method includes:
step 101, acquiring target authorization information of a target application program based on a user account under the condition of updating the version of the target application program or starting the target application program for the first time after downloading the target application program; the target authorization information is obtained when the user account is used for authorizing the target application program before the first start;
specifically, during the process of using the terminal, the user starts the target application program, and complies with the compliance requirement, in some scenarios, the declaration information is required to be authorized, the declaration information is used for indicating the authority information to be confirmed by the user in the target application program, for example, the privacy declaration information is authorized, as shown in fig. 2, the privacy declaration information is displayed on the terminal interface, and the declaration information can include options, such as "not agree" or "agree and continue", besides the specific authority content of the declaration, and is used for receiving the input of the user, such as clicking agree and continue by the user, which indicates that the user authorizes the privacy authority of the target application program. The above-mentioned scenarios include, for example: and the version of the target application program is updated or downloaded and then started for the first time at the current terminal.
If the user uses the user account to authorize the target application program before the first start, the previous target authorization information is obtained, and authorization is performed based on the target authorization information, so that the user does not need to participate, and user operation is reduced.
And 102, starting the target application program under the condition that the target authorization information meets the starting condition of the target application program.
Specifically, in a case where the target authorization information satisfies the start condition of the target application, for example, in a case where the current version number of the target application is not higher than the history version number, the target application is started.
In the method of the embodiment, under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, target authorization information of the target application program is acquired based on a user account; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting, if the target authorization information meets the starting condition of the target application program, the target application program is directly started, the user does not need to authorize the target application program again, the user operation is reduced, the application program starting delay is small, and the efficiency is high.
Optionally, in any scenario as follows, the declaration information needs to be authorized during the process of starting the target application program:
starting a target application program for the first time after the current terminal downloads the target application program;
the version of the target application is started for the first time after being updated.
Specifically, for example, the terminal of the user is changed, that is, the target application program is started at the other terminal for the first time; or, the terminal executes factory restoration setting, the application program needs to be reinstalled after factory restoration setting, and the terminal is started for the first time after the application program is installed; or, the version of the target application program is started for the first time after being updated.
Optionally, before step 101, the method for starting the application program further includes:
sending the target authorization information to a server for storage; and/or
And storing the target authorization information locally in the terminal.
In particular, the target authorization information may be sent to the server for storage and/or stored locally at the terminal for which authorization has been performed for the target application, i.e. obtained prior to the first launch.
If the user changes the terminal, or restores the factory settings, or uninstalls the reinstalled application program, or updates the version of the target application program, the target application program can be authorized based on the stored target authorization information, so that a popup box for displaying statement information is avoided, user operation is reduced, and user experience is improved.
Optionally, in any of the following scenarios, the target authorization information is stored:
detecting that a Subscriber Identity Module (SIM) card pops up from a current terminal;
detecting a downloading operation of an application program of a target type; the target type application program is an application program used for transmitting information when a user changes the terminal;
a delete operation of the target application is detected.
Specifically, it is detected that the SIM card is popped up from the current terminal, or a downloading operation of an application program of a target type is detected, which indicates that the user wants to replace the current terminal, where the application program of the target type is, for example, an application program used for the user to transmit information when the user replaces the terminal, such as an application program for quickly transmitting information such as photos, chat records, and the like in the user terminal.
Or, detecting the deletion operation of the target application program, which indicates that the user wants to delete the current target application program, and for the convenience of subsequent use of the user, first storing the target authorization information of the target application program.
The target authorization information can be stored in the above scenario, that is, the latest target authorization information of the target application program is stored, for example, sent to the cloud server for storage, so that authorization use is facilitated on the replaced terminal or after factory setting is restored.
In the foregoing embodiment, after the target authorization information is acquired, and when it is detected that the SIM card is popped up from the terminal, or when a download operation of an application program of a target type is detected, or when a delete operation of the target application program is detected, the target authorization information is stored, and the stored target authorization information is the target authorization information in the latest state, which is convenient for subsequent authorization processing.
Optionally, before storing, the following operations may be performed:
and binding the target authorization information with a user account, wherein the user account comprises an account for logging in a terminal or an account for logging in a target application program.
Specifically, the target authorization information is bound with a user account and stored, where the user account includes an account for logging in a terminal or an account for logging in a target application program.
When the target authorization information acquisition system is used, the corresponding target authorization information can be found based on the user account, and if the target authorization information corresponding to the user account comprises authorization information of a plurality of application programs, the target authorization information of the target application program can be further acquired based on the identification of the target application program, so that the complexity is low, and the efficiency is high.
In the above embodiment, by binding and storing the target authorization information and the user account, when in use, the corresponding target authorization information can be found based on the user account, so that the implementation complexity is low, and the efficiency is high.
In an embodiment, step 101 may be implemented as follows:
sending a request message to a server, wherein the request message is used for requesting the server to return target authorization information of a target application program;
and receiving the target authorization information returned by the server.
Specifically, the terminal and the server send a request message for requesting the server to return the target authorization information corresponding to the target application program, and the server may be, for example, a cloud server.
And receiving target authorization information returned by the server, wherein the target authorization information is obtained when the target application program is authorized by using the user account before the first starting and is stored in the server.
Optionally, the request message may carry a user account, and further may also carry an identifier of a target application program, and obtain target authorization information corresponding to the user account, where the target authorization information may include authorization information of at least one application program. The target authorization information includes at least one of: identification of the application program, version number, authorization time and authorization result.
In the above embodiment, after the target authorization information is acquired, the target authorization information is stored in the server, and when the subsequent authorization processing is executed, the target authorization information is acquired from the server, so that the implementation complexity is low.
In one embodiment, the target authorization information includes a historical version number of the target application at the time of authorization processing; step 102 may be implemented as follows:
and starting the target application program under the condition that the current version number corresponding to the target application program is lower than or equal to the historical version number.
The current version number is the current version number of the target application program, and the historical version number is the version number of the target application program during previous authorization processing.
Specifically, when the current version number corresponding to the target application program is lower than or equal to the historical version number, the target authorization information for the target application program before the first start is directly used, and the target application program is directly started without the user authorizing the target application program again.
In the above embodiment, whether the target authorization information meets the starting condition of the target application program is determined based on the historical version number in the target authorization information obtained in the previous authorization processing, and if the current version number is not higher than the historical version number, the starting condition of the target application program is met, so that the implementation complexity is low, and the target application program is directly started without the user authorizing the target application program again, so that the user operation is reduced, the application program is started with a shorter delay, and the efficiency is higher.
In one embodiment, the target authorization information further includes historical declaration information of the target application, where the historical declaration information is used to indicate permission information to be confirmed by the user in the target application when the target application is previously authorized, and before starting the target application, the method further includes:
displaying a first information frame under the condition that first difference declaration information exists between the current declaration information and the historical declaration information of the target application program; the first information frame is used for receiving first authorization information corresponding to the first difference statement information to be input; the current declaration information is current permission information used for indicating permission to be confirmed by the user in the target application program.
And the first difference declaration information is difference declaration information between the current declaration information and the historical declaration information under the condition that the current version number of the target application program is lower than or equal to the historical version number.
Specifically, under the condition that the current version number corresponding to the target application program is not higher than the historical version number, assuming that the declaration information of the current version is changed relative to the historical version, the user is also required to authorize the changed declaration information part, comparing the current declaration information corresponding to the target application program with the historical declaration information, taking the part of the current declaration information different from the historical declaration information as first difference declaration information, and acquiring first authorization information of the user on the first difference declaration information.
For example, the current declaration information is privacy declaration information, as shown in fig. 3, first difference declaration information a and an option of "disagree" or "agree and continue" are displayed in the first information box 10 for receiving an input of the user.
For example, as shown in fig. 4, the declaration information includes whether to allow use of the location information, the camera, the microphone, or the address book, etc., and assuming that the current declaration information includes whether to allow use of the location information, the camera, the microphone, and the address book, the history declaration information includes whether to allow use of the location information, the camera, and the microphone, the first difference declaration information is whether to allow use of the address book, a first information frame 10 is displayed, the first difference declaration information, i.e., the address book and a corresponding option, "allow" or "prohibit" are displayed in the first information frame 10 for receiving first authorization information corresponding to the first difference declaration information to be input, the first authorization information being, for example, to allow use of the address book.
Optionally, the first information frame may also display all contents of the current declaration information, so as to receive authorization information corresponding to the current declaration information to be input by the user.
In the foregoing embodiment, when the current version number corresponding to the target application program is not higher than the historical version number, it is further required to further determine whether the current declaration information changes relative to the historical declaration information in the target authorization information, and if so, only the first difference declaration information may be displayed to obtain the first authorization information of the user for the first difference declaration information, so that the user authorization efficiency can be improved.
In an embodiment, the method further comprises:
under the condition that the target authorization information is not acquired, displaying a second information frame; the second information frame is used for receiving second authorization information to be input.
Specifically, under the condition that the declaration information needs to be authorized, but the target authorization information is not acquired, assuming that the user does not authorize the target application program, or the stored target authorization information is lost, and the like, displaying a second information frame; the second information box is used for receiving second authorization information aiming at the target application program.
Optionally, the method further comprises:
receiving first input of a user for a second information frame;
and responding to the first input, acquiring and storing second authorization information input by the user.
Alternatively, the second authorization information of the target application may be stored in the server, or locally in the terminal.
Further, the second authorization information and the user account can be bound and stored.
In the above embodiment, after the user authorizes the target application program, the second authorization information is stored, which is convenient for subsequent authorization processing of the declaration information.
In an embodiment, the method further comprises:
displaying a third information frame under the condition that the current version number corresponding to the target application program is higher than the historical version number; the third information frame is used for receiving third authorization information to be input.
Specifically, when the current version number corresponding to the target application program is higher than the historical version number, for example, the version of the target application program is upgraded and needs to be authorized again for the declaration information, a third information frame is displayed, and the third information frame displays the declaration information, and an authorization option for receiving third authorization information for the declaration information may also be displayed. The third information frame is similar to the first information frame and the second information frame.
Optionally, after displaying the third information frame, the method further includes:
receiving a second input of the user for a third information frame;
and responding to the second input, acquiring third authorization information input by the user, and updating and storing the target authorization information by using the third authorization information.
Specifically, as shown in fig. 5, a second input of the user to the third information frame 30 is received, and it is assumed that the authorization information for the declaration information as the camera in the third authorization information is the authorization allowed, the authorization information for the location information is the authorization allowed, the authorization information for the microphone is the authorization allowed, and the authorization information for the address book is the authorization prohibited.
The authorization information corresponding to the historical statement information in the target authorization information is assumed to comprise: the authorization information for the statement information as the camera is authorization permission, the authorization information for the position information is authorization permission, the authorization information for the microphone is authorization permission, and the authorization information for the address list is authorization permission.
And further, updating and storing the target authorization information, namely changing the authorization information aiming at the address list from permission authorization to prohibition authorization, and further sending the authorization information to the server for storage.
Further, the target application may be started after the third authorization information is acquired.
Optionally, the third authorization information to be input includes: third authorization information corresponding to the second difference declaration information; the second difference declaration information is a difference portion between current declaration information and historical declaration information corresponding to the target application. And the second difference declaration information is the difference declaration information between the current declaration information and the historical declaration information under the condition that the current version number of the target application program is higher than the historical version number.
Assuming that the historical declaration information includes a camera, a microphone, and an address book, and the current declaration information includes a camera, a microphone, an address book, and location information, the second difference declaration information is location information, and as shown in fig. 6, location information is displayed in a third information frame, and authorization information of a user for the location information is received.
In the above embodiment, when the current version number is higher than the historical version number, the user is required to authorize, display the third information frame, and receive a second input of the user for the third information frame; and responding to the second input, acquiring third authorization information input by the user, starting the target application program, and updating and storing the target authorization information by using the third authorization information, so that the target application program can be conveniently used when performing authorization processing on the statement information.
In one embodiment, as shown in fig. 7, the method of this embodiment includes:
step 201, logging in a user account at a terminal, and synchronizing the authorization record of a server to the local;
step 202, comparing the historical version number with the current version number in the target authorization information when the target application program is started;
step 203, judging whether a statement information interface needs to be popped up;
the declaration information interface is, for example, an information box in the foregoing embodiment.
If yes, executing step 204, popping up a statement information interface, and authorizing by the user; if not, the process is ended
And step 205, updating the local target authorization information and synchronously updating the target authorization information to the server.
According to the application program starting method provided by the embodiment of the application program, the execution main body can be an application program starting device. In the embodiment of the present application, an application starting apparatus executing an application starting method is taken as an example, and the application starting apparatus provided in the embodiment of the present application is described.
Fig. 8 is a schematic structural diagram of an application startup device provided in the present application. As shown in fig. 8, the application startup device provided in this embodiment includes:
an obtaining module 210, configured to obtain target authorization information of a target application based on a user account when the target application is started for the first time after a version of the target application is updated or the target application is downloaded; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting;
the processing module 220 is configured to start the target application program when the target authorization information meets a start condition of the target application program.
According to the application program starting device provided by the embodiment of the application program, under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, the target authorization information of the target application program is obtained based on the user account; the target authorization information is obtained when the target application program is authorized by using the user account before the first starting, if the target authorization information meets the starting condition of the target application program, the target application program is directly started, the user does not need to authorize the target application program again, the user operation is reduced, the delay of starting the application program is small, and the efficiency is high.
In some embodiments, the target authorization information includes a historical version number of the target application at the time of authorization processing;
the processing module 220 is specifically configured to:
and starting the target application program under the condition that the current version number corresponding to the target application program is lower than or equal to the historical version number.
In some embodiments, the target authorization information further includes target historical declaration information, where the historical declaration information is used to indicate permission information in the target application to be confirmed by a user when previously authorized;
the display module is used for displaying a first information frame under the condition that first difference declaration information exists between the current declaration information and the historical declaration information of the target application program; the first information box is used for receiving first authorization information corresponding to the first difference declaration part to be input; the current declaration information is currently used for indicating the authority information to be confirmed by the user in the target application program.
In some embodiments, the display module is further configured to display a second information frame if the target authorization information is not obtained; the second information frame is used for receiving second authorization information to be input.
Optionally, the obtaining module 210 is further configured to:
receiving a first input of a user for the second information frame;
the processing module 220 is specifically configured to, in response to the first input, obtain and store the second authorization information input by the user.
In some embodiments, the display module is further configured to:
displaying a third information frame under the condition that the current version number corresponding to the target application program is higher than the historical version number; the third information frame is used for receiving third authorization information to be input.
In some embodiments, the obtaining module 210 is further configured to:
receiving a second input of the user for the third information frame;
the processing module 220 is specifically configured to, in response to the second input, obtain third authorization information input by the user, and update and store the target authorization information of the target application program by using the third authorization information.
In some embodiments, the third information box is configured to receive third authorization information corresponding to the second difference declaration information to be input; the second difference declaration information is a difference part between the current declaration information and the historical declaration information corresponding to the target application program.
In some embodiments, the apparatus further comprises:
a storage module, configured to store the target authorization information in any one of the following scenarios:
detecting that a Subscriber Identity Module (SIM) card pops up from the terminal;
detecting a downloading operation of an application program of a target type; the target type application program is an application program used for transmitting information when a user changes a terminal;
detecting a deletion operation of the target application program.
The application program starting device in the embodiments of the application program may be an electronic device, and may also be a component in the electronic device, such as an integrated circuit or a chip. The electronic device may be a terminal, or may be a device other than a terminal. The electronic Device may be, for example, a Mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic Device, a Mobile Internet Device (MID), an Augmented Reality (AR)/Virtual Reality (VR) Device, a robot, a wearable Device, an ultra-Mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and may also be a server, a Network Attached Storage (NAS), a Personal Computer (PC), a Television (TV), a teller machine, a self-service machine, and the like, and the embodiments of the present application are not particularly limited.
The application starting device in the embodiment of the present application may be a device having an operating system. The operating system may be an Android (Android) operating system, an IOS operating system, or other possible operating systems, which is not specifically limited in the embodiments of the present application.
The application program starting device provided in the embodiment of the present application can implement each process implemented by the method embodiments of fig. 1 to fig. 7, and is not described here again to avoid repetition.
Optionally, as shown in fig. 9, an electronic device 800 is further provided in this embodiment of the present application, and includes a processor 801 and a memory 802, where the memory 802 stores a program or an instruction that can be executed on the processor 801, and when the program or the instruction is executed by the processor 801, the steps of the embodiment of the application starting method are implemented, and the same technical effects can be achieved, and are not described again here to avoid repetition.
Fig. 10 is a schematic hardware structure diagram of a terminal implementing the embodiment of the present application.
The terminal 1000 includes, but is not limited to: a radio frequency unit 1001, a network module 1002, an audio output unit 1003, an input unit 1004, a sensor 1005, a display unit 1006, a user input unit 1007, an interface unit 1008, a memory 1009, and a processor 1010.
Those skilled in the art will appreciate that terminal device 1000 can further include a power supply (e.g., a battery) for supplying power to various components, and the power supply can be logically connected to processor 1010 through a power management system, so as to implement functions of managing charging, discharging, and power consumption through the power management system. The terminal device structure shown in fig. 10 does not constitute a limitation of the terminal device, and the terminal device may include more or less components than those shown, or combine some components, or arrange different components, and thus, the description is omitted here.
The interface unit 1008 is configured to, when the version of the target application program is updated or the target application program is started for the first time after the target application program is downloaded, obtain target authorization information of the target application program based on a user account; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting;
a processor 1010, configured to start the target application program when the target authorization information meets the target application program starting condition.
In the above embodiment, in the case where the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, the target authorization information of the target application program is acquired based on the user account; the target authorization information is obtained when the target application program is authorized by using the user account before the first starting, if the target authorization information meets the starting condition of the target application program, the target application program is directly started, the user does not need to authorize the target application program again, the user operation is reduced, the delay of starting the application program is small, and the efficiency is high.
Optionally, the target authorization information includes a historical version number of the target application;
the processor 1010 is specifically configured to:
and starting the target application program under the condition that the current version number corresponding to the target application program is lower than or equal to the historical version number.
In the above embodiment, if the current version number is lower than or equal to the historical version number, the starting condition of the target application program is met, the implementation complexity is low, and the target application program is directly started without the user authorizing the target application program again, so that the user operation is reduced, the application program is started with less delay, and the efficiency is high.
In some embodiments, the target authorization information further includes historical declaration information, the historical declaration information indicating permission information to be confirmed by a user in the target application program when previously authorized; a display unit 1006, configured to display a first information frame in a case that there is first difference declaration information between the current declaration information of the target application and the historical declaration information; the first information box is used for receiving first authorization information to be input and corresponding to the first difference statement information; the current declaration information is currently used for indicating the authority information to be confirmed by the user in the target application program.
In the foregoing embodiment, when the current version number corresponding to the target application is lower than or equal to the historical version number, it is further required to further determine whether the current declaration information changes relative to the historical declaration information in the target authorization information, and if so, only the first difference declaration information may be displayed to obtain the first authorization information of the user for the first difference declaration information, so that the user authorization efficiency can be improved.
In some embodiments, the display unit 1006 is further configured to display a second information frame if the target authorization information is not acquired; the second information frame is used for receiving second authorization information to be input.
In some embodiments, the display unit 1006 is further configured to:
displaying a third information frame under the condition that the current version number corresponding to the target application program is higher than the historical version number; the third information frame is used for receiving third authorization information to be input.
In some embodiments, the user input unit 1007 is further configured to:
receiving a first input of a user for the second information frame;
the processor 1010 is specifically configured to, in response to the first input, obtain and store second authorization information input by the user.
In some embodiments, the user input unit 1007 is further configured to:
receiving a second input of the user for the third information frame;
the processor 1010 is specifically configured to, in response to the second input, obtain third authorization information input by the user, and update and store target authorization information of the target application program by using the third authorization information.
In some embodiments, the third information box is configured to receive third authorization information corresponding to the second difference declaration information to be input; the second difference declaration information is a difference part between the current declaration information and the historical declaration information corresponding to the target application program.
In some embodiments, the memory 1009 is specifically configured to store the target authorization information in any of the following scenarios:
detecting that a Subscriber Identity Module (SIM) card pops up from the terminal;
detecting a downloading operation of an application program of a target type; the target type application program is an application program used for transmitting information when a user changes a terminal;
detecting a deletion operation of the target application program.
In the above embodiment, after the target authorization information is acquired, and when it is detected that the SIM card is popped up from the terminal, or when a download operation of an application program of a target type is detected or a delete operation of the target application program is detected, the target authorization information is stored, and the stored target authorization information is the authorization information in the latest state, so that the subsequent authorization processing is facilitated, and the utilization rate of the target authorization information in the subsequent authorization processing using process can be improved.
It should be understood that in the embodiment of the present application, the input Unit 1004 may include a Graphics Processing Unit (GPU) 10041 and a microphone 10042, and the Graphics Processing Unit 10041 processes image data of still pictures or videos obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode. The display unit 1006 may include a display panel 10061, and the display panel 10061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 1007 includes a touch panel 10071 and at least one of other input devices 10072. The touch panel 10071 is also referred to as a touch screen. The touch panel 10071 may include two parts, a touch detection device and a touch controller. Other input devices 10072 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.
The memory 1009 may be used to store software programs as well as various data. The memory 1009 may mainly include a first storage area storing a program or an instruction and a second storage area storing data, wherein the first storage area may store an operating system, an application program or an instruction (such as a sound playing function, an image playing function, and the like) required for at least one function, and the like. Further, the memory 1009 may include volatile memory or nonvolatile memory, or the memory 1009 may include both volatile and nonvolatile memory. The non-volatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory. The volatile Memory may be a Random Access Memory (RAM), a Static Random Access Memory (Static RAM, SRAM), a Dynamic Random Access Memory (Dynamic RAM, DRAM), a Synchronous Dynamic Random Access Memory (Synchronous DRAM, SDRAM), a Double Data Rate Synchronous Dynamic Random Access Memory (Double Data Rate SDRAM, ddr SDRAM), an Enhanced Synchronous SDRAM (ESDRAM), a Synchronous Link DRAM (SLDRAM), and a Direct Memory bus RAM (DRRAM). The memory 1009 in the embodiments of the present application includes, but is not limited to, these and any other suitable types of memory. .
Processor 1010 may include one or more processing units; optionally, the processor 1010 integrates an application processor, which primarily handles operations related to the operating system, user interface, and applications, and a modem processor, which primarily handles wireless communication signals, such as a baseband processor. It will be appreciated that the modem processor described above may not be integrated into processor 1010.
The embodiment of the present application further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the above-mentioned application program starting method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
The processor is the processor in the electronic device described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a computer read only memory ROM, a random access memory RAM, a magnetic or optical disk, and the like.
The embodiment of the present application further provides a chip, where the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is configured to run a program or an instruction to implement each process of the embodiment of the application program starting method, and can achieve the same technical effect, and is not described here again to avoid repetition.
It should be understood that the chips mentioned in the embodiments of the present application may also be referred to as system-on-chip, system-on-chip or system-on-chip, etc.
Embodiments of the present application provide a computer program product, where the program product is stored in a storage medium, and the program product is executed by at least one processor to implement the processes of the foregoing application program starting method embodiments, and can achieve the same technical effects, and in order to avoid repetition, details are not described here again. 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. Further, it should be noted that the scope of the methods and apparatus of the embodiments of the present application is not limited to performing the functions in the order illustrated or discussed, but may include performing the functions in a substantially simultaneous manner or in a reverse order based on the functions involved, e.g., the methods described may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
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 computer software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, 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 (11)

1. An application program starting method, comprising:
under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded, acquiring target authorization information of the target application program based on a user account; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting;
and starting the target application program under the condition that the target authorization information meets the starting condition of the target application program.
2. The application startup method according to claim 1, wherein the target authorization information includes a historical version number of the target application at the time of authorization processing;
the starting the target application program under the condition that the target authorization information meets the starting condition of the target application program comprises the following steps:
and starting the target application program under the condition that the current version number corresponding to the target application program is lower than or equal to the historical version number.
3. The application starting method according to claim 2, wherein the target authorization information further includes historical declaration information indicating a permission information to be confirmed by a user in the target application when previously authorized; before the starting the target application program, the method further comprises:
displaying a first information frame under the condition that first difference declaration information exists between the current declaration information and the historical declaration information of the target application program; the first information box is used for receiving first authorization information to be input and corresponding to the first difference statement information; the current declaration information is currently used for indicating the authority information to be confirmed by the user in the target application program.
4. The application startup method according to claim 1, wherein the target authorization information includes a historical version number of the target application at the time of authorization processing; the method further comprises the following steps:
under the condition that the target authorization information is not acquired, displaying a second information frame; the second information frame is used for receiving second authorization information to be input;
receiving a first input of a user for the second information frame;
responding to the first input, and acquiring and storing second authorization information input by the user; or the like, or, alternatively,
displaying a third information frame under the condition that the current version number corresponding to the target application program is higher than the historical version number; the third information frame is used for receiving third authorization information to be input;
receiving a second input of the user for the third information frame;
and responding to the second input, acquiring third authorization information input by the user, and updating and storing the target authorization information of the target application program by using the third authorization information.
5. The application starting method according to claim 4, wherein the target authorization information further includes historical declaration information indicating a permission information to be confirmed by a user in the target application when previously authorized; the third information frame is used for receiving third authorization information to be input, and comprises:
the third information frame is used for receiving third authorization information corresponding to second difference statement information to be input; the second difference declaration information is a difference part between current declaration information corresponding to the target application program and the historical declaration information, and the current declaration information is authority information currently used for indicating the target application program to be confirmed by a user.
6. An application startup device, comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring target authorization information of a target application program based on a user account under the condition that the target application program is started for the first time after the version of the target application program is updated or the target application program is downloaded; the target authorization information is obtained when the user account is used for authorizing the target application program before the first starting;
and the processing module is used for starting the target application program under the condition that the target authorization information meets the starting condition of the target application program.
7. The application launching device of claim 6, wherein the target authorization information comprises a historical version number of the target application at the time of authorization processing; the processing module is specifically configured to:
and starting the target application program under the condition that the current version number corresponding to the target application program is lower than or equal to the historical version number.
8. The application launching device of claim 7, wherein the target authorization information further comprises historical declaration information; the history statement information is used for indicating the authority information to be confirmed by the user in the target application program when the authority information is authorized previously, and the processing module is further used for:
displaying a first information frame under the condition that first difference declaration information exists between the current declaration information and the historical declaration information of the target application program; the first information box is used for receiving first authorization information to be input and corresponding to the first difference statement information; the current declaration information is currently used for indicating the authority information to be confirmed by the user in the target application program.
9. The application launching device of claim 6, wherein the target authorization information comprises a historical version number of the target application at the time of authorization processing; the device further comprises:
the display module is used for displaying a second information frame under the condition that the target authorization information is not acquired; the second information frame is used for receiving second authorization information to be input;
the acquisition module is further used for receiving first input of a user for the second information frame;
the processing module is further used for responding to the first input, acquiring and storing second authorization information input by the user; or the like, or, alternatively,
the display module is used for displaying a third information frame under the condition that the current version number corresponding to the target application program is higher than the historical version number; the third information frame is used for receiving third authorization information to be input;
the acquisition module is further used for receiving a second input of the user for the third information frame;
and the processing module is also used for responding to the second input, acquiring third authorization information input by the user, and updating and storing the target authorization information of the target application program by using the third authorization information.
10. The application launching device of claim 9, wherein the target authorization information further includes historical declaration information, the historical declaration information indicating the permissions to be confirmed by the user in the target application when previously authorized;
the third information frame is used for receiving third authorization information corresponding to second difference statement information to be input; the second difference declaration information is a difference part between current declaration information corresponding to the target application program and the historical declaration information, and the current declaration information is authority information currently used for indicating the target application program to be confirmed by a user.
11. An electronic device comprising a processor and a memory, the memory storing a program or instructions executable on the processor, the program or instructions when executed by the processor implementing the steps of the application launching method as claimed in any one of claims 1 to 5.
CN202111435368.7A 2021-11-29 2021-11-29 Application program starting method, application program starting device and equipment Pending CN114090132A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111435368.7A CN114090132A (en) 2021-11-29 2021-11-29 Application program starting method, application program starting device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111435368.7A CN114090132A (en) 2021-11-29 2021-11-29 Application program starting method, application program starting device and equipment

Publications (1)

Publication Number Publication Date
CN114090132A true CN114090132A (en) 2022-02-25

Family

ID=80305765

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111435368.7A Pending CN114090132A (en) 2021-11-29 2021-11-29 Application program starting method, application program starting device and equipment

Country Status (1)

Country Link
CN (1) CN114090132A (en)

Similar Documents

Publication Publication Date Title
CN108376079B (en) Automatic application updates
CN106445309B (en) Application download entry display method and device
US10021213B2 (en) Systems and methods for adaptive cloning of mobile devices
US20180314832A1 (en) Information processing apparatus and computer readable storage medium
EP3021250B1 (en) Electronic device and method for suggesting response manual in occurrence of denial
CN113569288A (en) Authority management method and device and electronic equipment
CN112463199A (en) System upgrading method and terminal
KR101223981B1 (en) Virtualization apparatus and server for securly executing applications and method therefor
CN111817944A (en) Picture sharing method and device and electronic equipment
CN112016080A (en) Application authority management method and device and electronic equipment
CN107861666B (en) Desktop application installation method and device
CN114090132A (en) Application program starting method, application program starting device and equipment
CN113709300B (en) Display method and device
CN113656148B (en) Container management method, device, electronic equipment and readable storage medium
CN113824830A (en) Application management method and device
CN112100672B (en) Application program unloading method and device
CN106648671A (en) Application upgrade method and terminal
CN112492035A (en) File transmission method and device and electronic equipment
CN114489698A (en) Application program installation method and device
CN112579236A (en) Function button display method and device, computer equipment and storage medium
CN115658088A (en) Application program downloading method and device
CN115017473B (en) Authorization method and electronic equipment
US11809550B2 (en) Electronic device and control method therefor
CN112511881A (en) Video playing method and device and electronic equipment
CN116755736A (en) Application updating method and electronic equipment

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