

技术领域technical field
本发明涉及计算机系统技术领域,具体涉及一种控制应用程序自启动的方法和装置。The invention relates to the technical field of computer systems, in particular to a method and device for controlling the self-starting of application programs.
背景技术Background technique
随着互联网技术的兴起,越来越多的互联网企业、电商平台将应用程序作为盈利的主战场之一,目前安卓平台上的应用就超过100万,用户安装的应用程序也越来越多。一些应用程序开发者为了方便用户使用或者为了增加用户的使用率等,往往会有一项功能,就是安装平台开机时应用程序自启动。这个功能确实为用户带来了一定便利,但当计算机或移动终端安装的应用程序很多时,每个应用程序都开机自启动就会拖慢开机速度,大量占用系统资源,使系统整体的体验变差。With the rise of Internet technology, more and more Internet companies and e-commerce platforms regard applications as one of the main battlefields for profit. At present, there are more than 1 million applications on the Android platform, and more and more applications are installed by users. . For the convenience of users or to increase the usage rate of users, some application developers often have a function, that is, the application starts automatically when the platform is installed and turned on. This function does bring some convenience to users, but when there are many applications installed on a computer or mobile terminal, each application will slow down the booting speed if it starts automatically after booting, occupying a large amount of system resources, and changing the overall system experience. Difference.
并且,本方案发明人在对现有应用程序开机自启动的研究和学习的过程中发现,安卓原生系统是没有禁止应用开机自启动的功能的,一些应用开机自启动,用户无法通过安卓系统自带功能进行控制。现在有一种解决方案是使用应用管理器禁止开机广播消息的响应以达到禁止开机自启动的功能,但是这种方法有系统版本的限制,并且需要有超级用户权限,带超级用户权限的设备具有一定危险隐患。因此,现有技术有待改进和提高。Moreover, the inventors of this solution found in the process of research and study on the self-starting of existing applications that the Android native system does not have the function of prohibiting the self-starting of applications. Control with functions. Now there is a solution is to use the application manager to prohibit the response of the boot broadcast message to achieve the function of prohibiting the self-starting function, but this method is limited by the system version, and requires superuser permissions. Devices with superuser permissions Danger hidden. Therefore, the prior art needs to be improved and improved.
发明内容Contents of the invention
本发明实施例提供一种控制应用程序自启动的方法和装置,以期更方便、更安全控制应用程序的自启动。Embodiments of the present invention provide a method and device for controlling self-starting of application programs, so as to control the self-starting of application programs more conveniently and safely.
第一方面,本发明实施例提供一种控制应用程序自启动的方法,所述方法包括:In a first aspect, an embodiment of the present invention provides a method for controlling the self-starting of an application program, the method comprising:
监听终端设备启动的广播消息;Listen to the broadcast message initiated by the terminal device;
获取当前的应用程序响应列表,并显示给用户,所述应用程序响应列表是指订阅了所述广播消息的应用程序集合;Obtaining the current application response list and displaying it to the user, the application response list refers to a set of application programs that have subscribed to the broadcast message;
根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除。According to the control instruction, the application program that needs to be prohibited from starting is deleted from the application program response list.
在第一种实施方式中,结合第一方面,所述根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除包括:In a first implementation manner, in combination with the first aspect, the deleting the application that needs to be prohibited from starting from the application response list according to the control instruction includes:
建立禁止自启动应用程序列表,所述禁止自启动应用程序列表是指用户需要禁止自启动的应用程序集合;Establishing a list of prohibited self-starting application programs, wherein the prohibited self-starting application program list refers to a set of application programs that the user needs to prohibit self-starting;
根据所述禁止自启动应用程序列表从所述应用程序响应列表中删除相应的应用程序;deleting the corresponding application program from the application program response list according to the prohibited self-starting application program list;
将所述终端设备启动的广播消息发送至所述应用程序响应列表中的应用程序。Sending the broadcast message initiated by the terminal device to the application programs in the application program response list.
在第二种实施方式中,结合第一方面,所述根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除包括:In the second implementation manner, in combination with the first aspect, the deleting the application that needs to be prohibited from starting from the application response list according to the control instruction includes:
根据用户选择确定所述应用程序响应列表中的应用程序是否为需要禁止自启动的应用程序;若是,将所述相应应用程序从所述应用程序响应列表中删除,直到确定完所述应用程序响应列表中所有的应用程序;Determine whether the application program in the application program response list is an application program that needs to be prohibited from starting according to the user selection; if so, delete the corresponding application program from the application program response list until the application program response is determined All applications in the list;
将所述终端设备启动的广播消息发送至所述应用程序响应列表中的应用程序。Sending the broadcast message initiated by the terminal device to the application programs in the application program response list.
其中,所述终端设备包括具有安卓操作系统的移动设备。Wherein, the terminal device includes a mobile device with an Android operating system.
第二方面,本发明实施例还提供一种控制应用程序自启动的装置,包括:In the second aspect, the embodiment of the present invention also provides a device for controlling the self-starting of an application program, including:
监听模块,用于监听终端设备启动的广播消息;The monitoring module is used to monitor the broadcast message started by the terminal device;
获取模块,用于获取当前的应用程序响应列表,并显示给用户,所述应用程序响应列表是指订阅了所述广播消息的应用程序集合;An acquisition module, configured to acquire a current application response list and display it to the user, where the application response list refers to a set of application programs that have subscribed to the broadcast message;
控制模块,用于根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除。The control module is configured to delete the application program that needs to be prohibited from starting from the application program response list according to the control instruction.
本发明实施例提供的控制应用程序自启动的方法,采取将用户需要禁止开机自启动的应用程序从操作系统的应用程序响应列表中删除,防止应用程序接收到终端设备启动的广播消息,从而实现禁止应用程序自启动,该方法不需要通过应用管理器禁止终端设备开机的广播消息,不需要开启高级用户权限,从而不会引起副作用,安全性高。The method for controlling the self-starting of the application program provided by the embodiment of the present invention adopts the method of deleting the application program that the user needs to prohibit the self-starting of the power-on from the application program response list of the operating system, so as to prevent the application program from receiving the broadcast message that the terminal device starts, thereby realizing Prohibiting the self-starting of the application program, this method does not need to prohibit the broadcast message of terminal device startup through the application manager, and does not need to enable advanced user rights, so that it will not cause side effects and has high security.
附图说明Description of drawings
图1是本发明实施例提供的一种控制应用程序自启动的方法流程示意图;FIG. 1 is a schematic flowchart of a method for controlling self-starting of an application program provided by an embodiment of the present invention;
图2是本发明实施例提供的另一种控制应用程序自启动的方法流程示意图;FIG. 2 is a schematic flowchart of another method for controlling the self-starting of an application provided by an embodiment of the present invention;
图3本发明实施例提供的一种控制应用程序自启动的装置结构示意图。FIG. 3 is a schematic structural diagram of a device for controlling self-starting of application programs provided by an embodiment of the present invention.
具体实施方式Detailed ways
本发明实施例提供一种控制应用程序自启动的方法和装置,以期更方便、更安全控制应用程序的自启动。Embodiments of the present invention provide a method and device for controlling self-starting of application programs, so as to control the self-starting of application programs more conveniently and safely.
为了使本技术领域的人员更好地理解本发明方案,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明保护的范围。In order to enable those skilled in the art to better understand the solutions of the present invention, the following will clearly and completely describe the technical solutions in the embodiments of the present invention in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments are only It is an embodiment of a part of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts shall fall within the protection scope of the present invention.
本发明实施例提供一种控制应用程序自启动的方法,包括:An embodiment of the present invention provides a method for controlling the self-starting of an application program, including:
监听终端设备启动的广播消息;Listen to the broadcast message initiated by the terminal device;
获取当前的应用程序响应列表,并显示给用户,所述应用程序响应列表是指订阅了所述广播消息的应用程序集合;Obtaining the current application response list and displaying it to the user, the application response list refers to a set of application programs that have subscribed to the broadcast message;
根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除。According to the control instruction, the application program that needs to be prohibited from starting is deleted from the application program response list.
需要说明的是,本发明实施例中所述的订阅是指能够接收终端设备启动的广播消息,具体的,指应用程序在安装过程中,基于用户选择将应用程序设置为开机自启动的模式,即应用程序只要监听到终端设备启动的广播消息就自动启动。It should be noted that the subscription mentioned in the embodiment of the present invention refers to the ability to receive broadcast messages initiated by the terminal device. Specifically, it refers to setting the application program to a mode that starts automatically at startup based on the user's choice during the installation process of the application program. That is, the application program will automatically start as long as it listens to the broadcast message that the terminal device starts.
进一步的,所述根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除包括:Further, the deleting the application that needs to be prohibited from starting from the application response list according to the control instruction includes:
建立禁止自启动应用程序列表,所述禁止自启动应用程序列表是指用户需要禁止自启动的应用程序集合;Establishing a list of prohibited self-starting application programs, wherein the prohibited self-starting application program list refers to a set of application programs that the user needs to prohibit self-starting;
根据所述禁止自启动应用程序列表从所述应用程序响应列表中删除相应的应用程序。Deleting corresponding applications from the application response list according to the prohibited self-starting application list.
进一步的,所述根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除还可以包括:Further, the deleting the application that needs to be prohibited from starting from the application response list according to the control instruction may also include:
根据用户选择确定所述应用程序响应列表中的应用程序是否为需要禁止自启动的应用程序;若是,将所述相应应用程序从所述应用程序响应列表中删除,直到确定完所述应用程序响应列表中所有的应用程序;Determine whether the application program in the application program response list is an application program that needs to be prohibited from starting according to the user selection; if so, delete the corresponding application program from the application program response list until the application program response is determined All applications in the list;
将所述终端设备启动的广播消息发送至所述应用程序响应列表中的应用程序。Sending the broadcast message initiated by the terminal device to the application programs in the application program response list.
由上可见,本发明实施例提供的控制应用程序自启动的方法,采取将用户需要禁止开机自启动的应用程序从操作系统的应用程序响应列表中删除,防止应用程序接收到终端设备启动的广播消息,从而实现禁止应用程序自启动,该方法不需要通过应用管理器禁止终端设备开机的广播消息,不需要开启高级用户权限,从而不会引起副作用,安全性高。It can be seen from the above that the method for controlling the self-starting of the application program provided by the embodiment of the present invention adopts the method of deleting the application program that the user needs to prohibit the self-starting of the power-on from the application program response list of the operating system, so as to prevent the application program from receiving the broadcast that the terminal device starts. message, so as to realize the prohibition of self-starting of the application program. This method does not need to prohibit the broadcast message of terminal device startup through the application manager, and does not need to enable advanced user rights, so that it will not cause side effects and has high security.
本发明实施例还提供一种控制应用程序自启动的方法,参见图1所示,包括:The embodiment of the present invention also provides a method for controlling the self-starting of an application program, as shown in FIG. 1 , including:
S101、监听终端设备启动的广播消息;S101. Monitor the broadcast message started by the terminal device;
需要说明的是,在终端设备启动时,会发送一个启动的广播消息,例如,在具有安卓操作系统的终端设备开启时,会发送一个系统启动的广播事件ACTION_BOOT_COMPLETED。It should be noted that when the terminal device is started, a start-up broadcast message will be sent, for example, when a terminal device with an Android operating system is started up, a system start-up broadcast event ACTION_BOOT_COMPLETED will be sent.
S102、获取当前的应用程序响应列表,并显示给用户,其中,所述应用程序响应列表是指订阅了所述广播消息的应用程序集合;S102. Obtain the current application response list and display it to the user, wherein the application response list refers to a set of application programs that have subscribed to the broadcast message;
终端设备启动后,会发送系统启动的广播事件ACTION_BOOT_COMPLETED给服务活动管理器ActivityManagerService,ActivityManagerService接收到这个广播以后,就会在自己的注册中心查看有哪些广播接收器订阅了该广播,亦即查看应用程序响应列表,并且将应用程序响应列表显示给用户。终端设备根据应用程序响应列表发送广播消息。After the terminal device is started, it will send the system-started broadcast event ACTION_BOOT_COMPLETED to the service activity manager ActivityManagerService. After the ActivityManagerService receives this broadcast, it will check in its registration center which broadcast receivers have subscribed to the broadcast, that is, view the application. Responses list, and display the list of application responses to the user. End devices send broadcast messages according to the application response list.
S103、根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除。S103. Delete the application that needs to be prohibited from starting from the application response list according to the control instruction.
由于只有存在于所述应用程序响应列表中的应用程序才能接收到终端设备开启的广播消息,因此可以通过修改应用层,当发送系统启动的广播事件ACTION_BOOT_COMPLETED时,把一些不想让其自启动的广播接收者过滤掉,则相应的应用程序就不会自启动,至于哪些应用程序要过滤掉,则可以在“设置-应用”里添加一个页,用来给用户选择可以自启动的应用程序。本方案采取由用户根据获取到的应用程序响应列表从中选择其想禁止开机自启动的应用程序,从而根据用户的选择发出控制指令,该控制指令将用户选择的应用程序从所述应用程序响应列表中删除。当将需要禁止自启动的应用程序从应用程序响应列表中删除后,对应的应用程序就不会收到系统启动的广播事件ACTION_BOOT_COMPLETED,从而没办法开启自启动。Since only the applications that exist in the application response list can receive the broadcast message that the terminal device starts, it is possible to modify the application layer, when sending the broadcast event ACTION_BOOT_COMPLETED initiated by the system, some broadcasts If the receiver filters it out, the corresponding application will not start automatically. As for which applications need to be filtered out, you can add a page in "Settings-Application" to allow the user to select the application that can be started automatically. In this solution, the user selects the application program that he or she wants to prohibit from starting automatically according to the obtained application program response list, so as to issue a control instruction according to the user's selection, and the control instruction removes the application program selected by the user from the application program response list. Deleted in . When the application that needs to be disabled from self-starting is deleted from the application response list, the corresponding application will not receive the system-started broadcast event ACTION_BOOT_COMPLETED, so there is no way to enable self-starting.
进一步的,可以将所述从应用程序响应列表中删除的应用程序移入禁止自启动应用程序列表,所述禁止自启动应用程序列表是指禁止自启动的应用程序集合。具体的,可以将需要过滤的应用程序通过一个文件配置,在建立的文件里记录着需要禁止开机自启动的应用程序列表,每一行对应着一个应用。Further, the application deleted from the application response list may be moved into a self-starting prohibited application list, and the self-starting prohibited application list refers to a collection of applications prohibited from self-starting. Specifically, the application programs that need to be filtered can be configured through a file, and the list of application programs that need to be prohibited from starting automatically after booting is recorded in the created file, and each line corresponds to an application.
由上可见,本发明实施例提供的控制应用程序自启动的方法,采取将用户需要禁止开机自启动的应用程序从操作系统的应用程序响应列表中删除,而不在应用程序响应列表中的应用程序是无法接收到终端设备启动的广播消息,从而实现禁止应用程序自启动,该方法不需要通过应用管理器禁止终端设备开机的广播消息,不需要开启高级用户权限,从而不会引起副作用,安全性高。It can be seen from the above that the method for controlling the self-starting of application programs provided by the embodiment of the present invention adopts the method of deleting the application programs that the user needs to prohibit the self-starting at power-on from the application program response list of the operating system, and the application programs that are not in the application program response list It is impossible to receive the broadcast message that the terminal device starts, so as to prohibit the self-starting of the application program. This method does not need to prohibit the broadcast message of the terminal device start-up through the application manager, and does not need to enable advanced user rights, so that it will not cause side effects. Security high.
本发明实施例还提供一种控制应用程序自启动的方法,参见图2所示,包括:The embodiment of the present invention also provides a method for controlling the self-starting of an application program, as shown in FIG. 2 , including:
S201、终端设备开机,并发送系统启动的广播事件ACTION_BOOT_COMPLETED;S201. The terminal device is powered on, and sends a system-started broadcast event ACTION_BOOT_COMPLETED;
S202、服务活动管理器ActivityManagerService处理ACTION_BOOT_COMPLETED:获取要接收系统启动的广播事件ACTION_BOOT_COMPLETED的应用程序响应列表,并获取禁止自启动应用程序列表;S202, the service activity manager ActivityManagerService processes ACTION_BOOT_COMPLETED: obtain the application response list to receive the system-started broadcast event ACTION_BOOT_COMPLETED, and obtain a list of prohibited self-starting applications;
其中,所述应用程序响应列表为订阅了系统启动的广播事件ACTION_BOOT_COMPLETED的应用程序集合,禁止自启动应用程序列表为根据用户选择建立的禁止开机自启动的应用程序集合;Wherein, the application response list is a set of application programs that have subscribed to the broadcast event ACTION_BOOT_COMPLETED initiated by the system, and the list of prohibited self-starting applications is a set of application programs that are prohibited from starting automatically after booting according to user selection;
S203、确定所述应用程序响应列表中的应用程序是否属于禁止自启动应用程序列表中的应用程序,若是,进行步骤S204,若否,进行步骤S205;S203. Determine whether the application in the application response list belongs to the application in the list of prohibited self-starting applications, if yes, go to step S204, if not, go to step S205;
S204、将相应应用程序从所述应用程序响应列表中删除;S204. Delete the corresponding application from the application response list;
S205、所述应用程序响应列表中的应用程序是否确定完毕,若否,则返回S203,若是,则进行步骤S206;S205. Whether the application program in the application program response list has been determined, if not, return to S203, and if so, proceed to step S206;
S206、将所述终端设备启动的广播消息发送至所述应用程序响应列表中剩下的应用程序中。S206. Send the broadcast message initiated by the terminal device to the remaining applications in the application response list.
由上可见,本发明方案通过将要禁止自启动的应用程序从开机广播的应用程序响应列表中删除,防止应用程序接收到系统启动的广播事件ACTION_BOOT_COMPLETED,从而实现禁止应用开机自启动,该方法不会引起副作用,安全性高。It can be seen from the above that the solution of the present invention deletes the application program that is to be prohibited from starting from the application program response list of the boot broadcast to prevent the application program from receiving the system-started broadcast event ACTION_BOOT_COMPLETED, thereby realizing the prohibition of the application from starting on boot. This method will not Cause side effects, high security.
本发明实施例还提供一种控制应用程序自启动的装置,参见图3所示,包括:The embodiment of the present invention also provides a device for controlling self-starting of application programs, as shown in FIG. 3 , including:
监听模块301,用于监听终端设备启动的广播消息;A monitoring module 301, configured to monitor the broadcast message initiated by the terminal device;
获取模块302,用于获取当前的应用程序响应列表,并显示给用户,所述应用程序响应列表是指订阅了所述广播消息的应用程序集合;An acquisition module 302, configured to acquire a current application response list and display it to the user, where the application response list refers to a set of application programs that have subscribed to the broadcast message;
控制模块303,用于根据控制指令将需要禁止自启动的应用程序从所述应用程序响应列表中删除。The control module 303 is configured to delete the application program that needs to be prohibited from starting from the application program response list according to the control instruction.
其中,所述控制模块303具体可以用于建立禁止自启动应用程序列表,所述禁止自启动应用程序列表是指用户需要禁止自启动的应用程序集合;Wherein, the control module 303 may be specifically configured to establish a list of prohibited self-starting application programs, and the prohibited self-starting application program list refers to a set of application programs that the user needs to prohibit self-starting;
根据所述禁止自启动应用程序列表从所述应用程序响应列表中删除相应的应用程序,将所述终端设备启动的广播消息发送至所述应用程序响应列表中的应用程序。Delete the corresponding application program from the application program response list according to the prohibited self-starting application program list, and send the broadcast message started by the terminal device to the application programs in the application program response list.
或者,所述控制模块303具体用于根据用户选择确定所述应用程序响应列表中的应用程序是否为需要禁止自启动的应用程序;若是,将所述相应应用程序从所述应用程序响应列表中删除,直到确定完所述应用程序响应列表中所有的应用程序;Or, the control module 303 is specifically configured to determine whether the application program in the application program response list is an application program that needs to be prohibited from starting according to the user selection; if so, remove the corresponding application program from the application program response list delete until all applications in the application response list are determined;
将所述终端设备启动的广播消息发送至所述应用程序响应列表中的应用程序。Sending the broadcast message initiated by the terminal device to the application programs in the application program response list.
在本发明实施例中,所述终端设备包括具有安卓操作系统的移动设备。In the embodiment of the present invention, the terminal device includes a mobile device with an Android operating system.
由上可见,本发明实施例提供的控制应用程序自启动的装置采取由监听模块301监听终端设备开机时发送的广播消息,由获取模块302获取当前的应用程序响应列表,从而控制模块303将用户需要禁止自启动的应用程序从应用程序响应列表中删除,实现禁止应用程序自启动,该装置不需要通过应用管理器禁止终端设备开机的广播消息,不需要开启高级用户权限,从而不会引起副作用,安全性高,并且结构简单。It can be seen from the above that the device for controlling the self-starting of the application program provided by the embodiment of the present invention uses the monitoring module 301 to monitor the broadcast message sent when the terminal device is powered on, and the obtaining module 302 obtains the current application program response list, so that the control module 303 sends the user The application program that needs to be prohibited from starting is deleted from the application response list to realize the prohibition of application program self-starting. The device does not need to prohibit the broadcast message of terminal device startup through the application manager, and does not need to enable advanced user permissions, so that it will not cause side effects , high security and simple structure.
本领域普通技术人员可以理解上述实施例的各种流程中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于一计算机可读存储介质中,存储介质可以包括:只读存储器(ROM,Read Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁盘或光盘等。Those of ordinary skill in the art can understand that all or part of the steps in the various processes of the above embodiments can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium, and the storage medium can include: Read Only Memory (ROM, Read Only Memory), Random Access Memory (RAM, Random Access Memory), disk or CD, etc.
同时,在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。At the same time, in the above embodiments, the descriptions of each embodiment have their own emphases, and for the parts not described in detail in a certain embodiment, refer to the relevant descriptions of other embodiments.
以上对本发明实施例所提供的一种控制应用程序自启动的方法和装置进行了详细介绍,本文中应用了具体个例对交互的本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。The method and device for controlling the self-starting of application programs provided by the embodiments of the present invention are described above in detail. In this paper, specific examples are used to illustrate the principle and implementation of the interactive present invention. The description of the above embodiments It is only used to help understand the method of the present invention and its core idea; at the same time, for those of ordinary skill in the art, according to the idea of the present invention, there will be changes in the specific implementation and scope of application. In summary, The contents of this description should not be construed as limiting the present invention.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410069564.0ACN103823699A (en) | 2014-02-27 | 2014-02-27 | Method and device for controlling self-starting of application program |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410069564.0ACN103823699A (en) | 2014-02-27 | 2014-02-27 | Method and device for controlling self-starting of application program |
| Publication Number | Publication Date |
|---|---|
| CN103823699Atrue CN103823699A (en) | 2014-05-28 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201410069564.0APendingCN103823699A (en) | 2014-02-27 | 2014-02-27 | Method and device for controlling self-starting of application program |
| Country | Link |
|---|---|
| CN (1) | CN103823699A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104020999A (en)* | 2014-06-16 | 2014-09-03 | 腾讯科技(深圳)有限公司 | Management method and system of application programs |
| CN104375869A (en)* | 2014-11-28 | 2015-02-25 | 北京奇虎科技有限公司 | Self-starting application control method and device |
| CN104680060A (en)* | 2014-11-25 | 2015-06-03 | 北京奇虎科技有限公司 | Procedure self-starting management method and procedure self-starting management device |
| CN105094278A (en)* | 2015-06-30 | 2015-11-25 | 努比亚技术有限公司 | information processing method and device |
| CN105138400A (en)* | 2015-07-29 | 2015-12-09 | 努比亚技术有限公司 | Application self-starting management method and apparatus |
| CN105159700A (en)* | 2015-07-30 | 2015-12-16 | 努比亚技术有限公司 | Application self-start control apparatus and method |
| CN105278931A (en)* | 2014-06-19 | 2016-01-27 | 腾讯科技(深圳)有限公司 | Android system application program backstage self-start forbidden method and terminal |
| CN105446853A (en)* | 2015-11-03 | 2016-03-30 | 深圳市金立通信设备有限公司 | Application management method and terminal |
| CN105607722A (en)* | 2015-12-18 | 2016-05-25 | 北京金山安全软件有限公司 | Power saving method and device and electronic equipment |
| CN105955792A (en)* | 2016-06-29 | 2016-09-21 | 北京金山安全软件有限公司 | Start control method, device and equipment |
| CN106022099A (en)* | 2016-05-16 | 2016-10-12 | 上海传英信息技术有限公司 | Application self-starting management apparatus and method |
| CN106406944A (en)* | 2016-09-05 | 2017-02-15 | Tcl集团股份有限公司 | Control method and system for forbidding self-starting of application |
| CN106502645A (en)* | 2016-09-23 | 2017-03-15 | 宇龙计算机通信科技(深圳)有限公司 | From the method to set up, setting device and the terminal that wake up authority |
| CN106598600A (en)* | 2016-12-15 | 2017-04-26 | 青岛海信移动通信技术股份有限公司 | Startup guide information display method and terminal device |
| CN106648937A (en)* | 2016-12-29 | 2017-05-10 | 北京奇虎科技有限公司 | Broadcast agent method and device for Android applications |
| CN106713608A (en)* | 2016-07-26 | 2017-05-24 | 腾讯科技(深圳)有限公司 | Application function state modifying method and apparatus, and terminal |
| CN106775851A (en)* | 2016-12-02 | 2017-05-31 | 深圳创维数字技术有限公司 | A kind of self-start method and device |
| CN106844070A (en)* | 2017-03-10 | 2017-06-13 | 广东欧珀移动通信有限公司 | A kind of control method of broadcast, device and mobile terminal |
| CN104123162B (en)* | 2014-07-29 | 2017-06-16 | 北京奇虎科技有限公司 | The method and device that control application program is opened certainly |
| CN106937258A (en)* | 2017-03-10 | 2017-07-07 | 广东欧珀移动通信有限公司 | A broadcast control method, device and mobile terminal |
| CN106937370A (en)* | 2017-03-10 | 2017-07-07 | 广东欧珀移动通信有限公司 | A broadcast message sending method, device and mobile terminal |
| CN106936994A (en)* | 2017-03-10 | 2017-07-07 | 广东欧珀移动通信有限公司 | A kind of control method of broadcast recipients, device and mobile terminal |
| CN107423064A (en)* | 2017-07-26 | 2017-12-01 | 广东欧珀移动通信有限公司 | Message processing method, device, terminal device and storage medium |
| CN107704295A (en)* | 2017-10-31 | 2018-02-16 | 北京小米移动软件有限公司 | The method, apparatus and storage medium of self-starting authority are set |
| CN108459878A (en)* | 2018-01-08 | 2018-08-28 | 郑州云海信息技术有限公司 | A kind of the centralized management platform and method of Intrusion Detection based on host control client starting up |
| WO2019071405A1 (en)* | 2017-10-10 | 2019-04-18 | 深圳传音通讯有限公司 | Terminal application control method and apparatus |
| CN109874058A (en)* | 2019-03-04 | 2019-06-11 | 深圳市天威视讯股份有限公司 | Set-top box, readable storage medium storing program for executing, the EMS memory management process of set-top box and system |
| CN110084036A (en)* | 2019-05-13 | 2019-08-02 | 深圳市趣创科技有限公司 | Prevent the method and device of application program self-starting |
| CN110324715A (en)* | 2019-07-04 | 2019-10-11 | 深圳市康冠技术有限公司 | Application management method, device and computer readable storage medium |
| CN111611028A (en)* | 2020-05-28 | 2020-09-01 | 湖北亿咖通科技有限公司 | Starting method of application program of vehicle-mounted information entertainment system and electronic equipment |
| CN114153502A (en)* | 2020-09-08 | 2022-03-08 | 深圳Tcl新技术有限公司 | Control method of startup items, storage medium and terminal equipment |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP0910015A1 (en)* | 1997-10-08 | 1999-04-21 | Sony Corporation | Program startup apparatus and methods for use in electronic machines and associated media |
| CN101916197A (en)* | 2010-07-22 | 2010-12-15 | 北京东土科技股份有限公司 | A Realization Method of Self-starting Program of Control System |
| CN102163150A (en)* | 2010-02-24 | 2011-08-24 | 腾讯科技(深圳)有限公司 | System starting method and apparatus |
| CN102624862A (en)* | 2011-11-28 | 2012-08-01 | 江苏奇异点网络有限公司 | Document access information acquiring and filtering method |
| CN102855148A (en)* | 2012-08-02 | 2013-01-02 | 广东欧珀移动通信有限公司 | Android-based startup management method |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP0910015A1 (en)* | 1997-10-08 | 1999-04-21 | Sony Corporation | Program startup apparatus and methods for use in electronic machines and associated media |
| CN102163150A (en)* | 2010-02-24 | 2011-08-24 | 腾讯科技(深圳)有限公司 | System starting method and apparatus |
| CN101916197A (en)* | 2010-07-22 | 2010-12-15 | 北京东土科技股份有限公司 | A Realization Method of Self-starting Program of Control System |
| CN102624862A (en)* | 2011-11-28 | 2012-08-01 | 江苏奇异点网络有限公司 | Document access information acquiring and filtering method |
| CN102855148A (en)* | 2012-08-02 | 2013-01-02 | 广东欧珀移动通信有限公司 | Android-based startup management method |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104020999A (en)* | 2014-06-16 | 2014-09-03 | 腾讯科技(深圳)有限公司 | Management method and system of application programs |
| CN105278931B (en)* | 2014-06-19 | 2019-08-02 | 腾讯科技(深圳)有限公司 | A kind of method and terminal that Android system forbids application program backstage to open certainly |
| CN105278931A (en)* | 2014-06-19 | 2016-01-27 | 腾讯科技(深圳)有限公司 | Android system application program backstage self-start forbidden method and terminal |
| CN104123162B (en)* | 2014-07-29 | 2017-06-16 | 北京奇虎科技有限公司 | The method and device that control application program is opened certainly |
| CN104680060A (en)* | 2014-11-25 | 2015-06-03 | 北京奇虎科技有限公司 | Procedure self-starting management method and procedure self-starting management device |
| CN104375869A (en)* | 2014-11-28 | 2015-02-25 | 北京奇虎科技有限公司 | Self-starting application control method and device |
| CN104375869B (en)* | 2014-11-28 | 2018-04-10 | 北京奇虎科技有限公司 | Self-starting application control method and device |
| CN105094278A (en)* | 2015-06-30 | 2015-11-25 | 努比亚技术有限公司 | information processing method and device |
| CN105138400A (en)* | 2015-07-29 | 2015-12-09 | 努比亚技术有限公司 | Application self-starting management method and apparatus |
| CN105138400B (en)* | 2015-07-29 | 2018-09-21 | 努比亚技术有限公司 | Application program self-starting management method and device |
| CN105159700A (en)* | 2015-07-30 | 2015-12-16 | 努比亚技术有限公司 | Application self-start control apparatus and method |
| CN105446853A (en)* | 2015-11-03 | 2016-03-30 | 深圳市金立通信设备有限公司 | Application management method and terminal |
| CN105607722A (en)* | 2015-12-18 | 2016-05-25 | 北京金山安全软件有限公司 | Power saving method and device and electronic equipment |
| CN106022099A (en)* | 2016-05-16 | 2016-10-12 | 上海传英信息技术有限公司 | Application self-starting management apparatus and method |
| CN105955792A (en)* | 2016-06-29 | 2016-09-21 | 北京金山安全软件有限公司 | Start control method, device and equipment |
| CN106713608B (en)* | 2016-07-26 | 2020-04-24 | 腾讯科技(深圳)有限公司 | Application function state modification method and device and terminal |
| CN106713608A (en)* | 2016-07-26 | 2017-05-24 | 腾讯科技(深圳)有限公司 | Application function state modifying method and apparatus, and terminal |
| CN106406944A (en)* | 2016-09-05 | 2017-02-15 | Tcl集团股份有限公司 | Control method and system for forbidding self-starting of application |
| CN106502645A (en)* | 2016-09-23 | 2017-03-15 | 宇龙计算机通信科技(深圳)有限公司 | From the method to set up, setting device and the terminal that wake up authority |
| CN106775851A (en)* | 2016-12-02 | 2017-05-31 | 深圳创维数字技术有限公司 | A kind of self-start method and device |
| WO2018099253A1 (en)* | 2016-12-02 | 2018-06-07 | 深圳创维数字技术有限公司 | Self-starting method and device |
| CN106598600A (en)* | 2016-12-15 | 2017-04-26 | 青岛海信移动通信技术股份有限公司 | Startup guide information display method and terminal device |
| CN106648937B (en)* | 2016-12-29 | 2020-02-28 | 北京奇虎科技有限公司 | A kind of broadcast agent method and device for Android application |
| CN106648937A (en)* | 2016-12-29 | 2017-05-10 | 北京奇虎科技有限公司 | Broadcast agent method and device for Android applications |
| CN106844070B (en)* | 2017-03-10 | 2020-07-31 | Oppo广东移动通信有限公司 | Broadcast control method and device and mobile terminal |
| CN106937370A (en)* | 2017-03-10 | 2017-07-07 | 广东欧珀移动通信有限公司 | A broadcast message sending method, device and mobile terminal |
| US10863521B1 (en) | 2017-03-10 | 2020-12-08 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | Broadcast receiver control method and apparatus, and mobile terminal |
| WO2018161955A1 (en)* | 2017-03-10 | 2018-09-13 | 广东欧珀移动通信有限公司 | Method and device for controlling broadcast recipient, and mobile terminal |
| US11086697B2 (en) | 2017-03-10 | 2021-08-10 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | Broadcast-controlling method in operating system and mobile terminal |
| CN106844070A (en)* | 2017-03-10 | 2017-06-13 | 广东欧珀移动通信有限公司 | A kind of control method of broadcast, device and mobile terminal |
| CN106937258A (en)* | 2017-03-10 | 2017-07-07 | 广东欧珀移动通信有限公司 | A broadcast control method, device and mobile terminal |
| CN106937258B (en)* | 2017-03-10 | 2019-07-12 | Oppo广东移动通信有限公司 | Broadcast control method and device and mobile terminal |
| EP3592003A4 (en)* | 2017-03-10 | 2020-01-08 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | BROADCASTING CONTROL METHOD, DEVICE, STORAGE MEDIUM, AND MOBILE TERMINAL |
| CN106936994A (en)* | 2017-03-10 | 2017-07-07 | 广东欧珀移动通信有限公司 | A kind of control method of broadcast recipients, device and mobile terminal |
| CN106936994B (en)* | 2017-03-10 | 2019-10-01 | Oppo广东移动通信有限公司 | A kind of control method of broadcast recipients, device and mobile terminal |
| CN107423064B (en)* | 2017-07-26 | 2020-12-08 | Oppo广东移动通信有限公司 | Message processing method, device, terminal device and storage medium |
| CN107423064A (en)* | 2017-07-26 | 2017-12-01 | 广东欧珀移动通信有限公司 | Message processing method, device, terminal device and storage medium |
| WO2019071405A1 (en)* | 2017-10-10 | 2019-04-18 | 深圳传音通讯有限公司 | Terminal application control method and apparatus |
| CN107704295A (en)* | 2017-10-31 | 2018-02-16 | 北京小米移动软件有限公司 | The method, apparatus and storage medium of self-starting authority are set |
| CN108459878A (en)* | 2018-01-08 | 2018-08-28 | 郑州云海信息技术有限公司 | A kind of the centralized management platform and method of Intrusion Detection based on host control client starting up |
| CN109874058A (en)* | 2019-03-04 | 2019-06-11 | 深圳市天威视讯股份有限公司 | Set-top box, readable storage medium storing program for executing, the EMS memory management process of set-top box and system |
| CN110084036A (en)* | 2019-05-13 | 2019-08-02 | 深圳市趣创科技有限公司 | Prevent the method and device of application program self-starting |
| CN110324715A (en)* | 2019-07-04 | 2019-10-11 | 深圳市康冠技术有限公司 | Application management method, device and computer readable storage medium |
| CN111611028A (en)* | 2020-05-28 | 2020-09-01 | 湖北亿咖通科技有限公司 | Starting method of application program of vehicle-mounted information entertainment system and electronic equipment |
| CN114153502A (en)* | 2020-09-08 | 2022-03-08 | 深圳Tcl新技术有限公司 | Control method of startup items, storage medium and terminal equipment |
| CN114153502B (en)* | 2020-09-08 | 2024-07-05 | 深圳Tcl新技术有限公司 | Control method of starting-up start-up item, storage medium and terminal equipment |
| Publication | Publication Date | Title |
|---|---|---|
| CN103823699A (en) | Method and device for controlling self-starting of application program | |
| US9130927B2 (en) | Single certificate service system and operational method thereof | |
| CN103826215B (en) | A kind of method and apparatus for carrying out Root authority management on the terminal device | |
| JP6443813B2 (en) | Task management method and task management device | |
| CN106201574B (en) | Application interface starting method and device | |
| CN103532946B (en) | Based on without password or the mthods, systems and devices of the arbitrarily network authorization of password | |
| EP2985695B1 (en) | Method and device for setting application program state | |
| CN104680060B (en) | A kind of program opens management method and device certainly | |
| CN106534277B (en) | Data sharing method and device | |
| CN107748685B (en) | Application program starting control method and device, terminal equipment and storage medium | |
| KR101941761B1 (en) | Method, device and mobile terminal for reducing power consumption | |
| EP2755136A1 (en) | Remote backup system and remote backup method thereof | |
| CN105786607B (en) | Method and device for freezing and waking up multiple systems | |
| CN105824664A (en) | Application program startup monitoring method, device and terminal equipment | |
| CN104199731A (en) | Method and device for managing application program processes | |
| CN106127030A (en) | Method and device for interface control | |
| CN107957913A (en) | Management and control method and device for associated startup, storage medium and mobile terminal | |
| EP3713246B1 (en) | Multimedia processing apparatus, multimedia processing server, and methods applied thereto | |
| CN104363634A (en) | Method for acquiring Bluetooth broadcasting information | |
| WO2018099253A1 (en) | Self-starting method and device | |
| CN106020426B (en) | Method and device for releasing wake-up lock | |
| CN105550129A (en) | Power failure protection system and method based on NVDIMM (Non-Volatile Dual In-line Memory Module) | |
| CN104363636A (en) | Terminal | |
| CN109683715B (en) | VR equipment control method and device and computer readable storage medium | |
| CN106874713A (en) | Application program operation authority management method and device and user equipment |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20140528 |