CN113971049A - Background service management method and display device - Google Patents

Background service management method and display device Download PDF

Info

Publication number
CN113971049A
CN113971049A CN202010718613.4A CN202010718613A CN113971049A CN 113971049 A CN113971049 A CN 113971049A CN 202010718613 A CN202010718613 A CN 202010718613A CN 113971049 A CN113971049 A CN 113971049A
Authority
CN
China
Prior art keywords
service
application
application program
program
event
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
CN202010718613.4A
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.)
Hisense Visual Technology Co Ltd
Original Assignee
Hisense Visual Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hisense Visual Technology Co Ltd filed Critical Hisense Visual Technology Co Ltd
Priority to CN202010718613.4A priority Critical patent/CN113971049A/en
Publication of CN113971049A publication Critical patent/CN113971049A/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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents

Abstract

The invention discloses a background service management method and display equipment, wherein a service management program is started in response to the fact that a unified service mode is determined to be started; the service management program is used for monitoring a plurality of event detection modules, and each event detection module corresponds to one application program; the unified service mode refers to a background service process which adopts a single service management program to execute a plurality of associated application programs; the service manager is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring the event information sent by the target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event. The method and the device realize the unified management of the multiple application service processes and reduce the consumption of system memory resources.

Description

Background service management method and display device
Technical Field
The invention relates to the technical field of display equipment, in particular to a background service management method and display equipment.
Background
Each application program in the display equipment of the Android system has a corresponding background service process, and the background service process is resident in a system background and is used for monitoring the event of each application program, so that the application program is prompted to start the processing logic corresponding to the event when the event is triggered, and corresponding services are executed, thereby ensuring the normal operation of the application program. Each background service process applies for a certain memory, taking the Android8 system as an example, the smallest background service process occupies 10M (megabyte) of memory, and many applications may be installed in the display device, for example, 20 applications are installed, so the background service processes corresponding to 20 applications at least occupy 200M of memory, and for a display device of a low-memory (below 1.5G) type, the occupation ratio of system memory resources is very high, which easily causes problems of control jamming, key response delay or no response, even system crash, and the like.
Disclosure of Invention
In order to solve the technical problem, the invention provides a background service management method and display equipment.
A first aspect provides a display device comprising:
a controller for performing: in response to determining that the unified service mode is enabled, starting a service manager; the service management program is used for monitoring a plurality of event detection modules simultaneously, and each event detection module corresponds to one application program; the unified service mode refers to a background service process for executing a plurality of associated application programs by adopting a single service management program;
wherein the service manager is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring event information sent by a target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event.
The background service management method provided by the second aspect is used for a display device, and includes:
in response to determining that the unified service mode is enabled, starting a service manager; the service management program is used for monitoring a plurality of event detection modules, and each event detection module corresponds to an application program; the unified service mode refers to a background service process for executing a plurality of associated application programs by adopting a single service management program;
the service manager is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring event information sent by a target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event.
In this application, the service management program may monitor a plurality of event detection modules at the same time, where each event detection module corresponds to one application program, so that the service management program may associate with the plurality of application programs, and is configured to monitor events of the plurality of application programs from each event detection module in a unified manner, for example, when the event detection module 1 sends one event message, after receiving the event message, the service management program determines, according to the service logic of the application program 1 corresponding to the event detection module 1, that a service corresponding to the event message is triggered, that is, determines a triggered event, so that indication information may be generated and sent to the application program 1, and the target application program may process the service corresponding to the triggered event in response to the indication information. Therefore, each application program does not need to be configured with a corresponding background service process, but a single service management program monitors events and controls the service processing of a plurality of application programs, so that the unified management of a plurality of application service processes is facilitated, even more application programs are subsequently added, the memory resources of the system cannot be cumulatively occupied, and the processing performance of the operating system is ensured.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic diagram illustrating an operation scenario between a display device 200 and a control apparatus 100;
fig. 2 is a block diagram illustrating a hardware configuration of the display device 200 in fig. 1;
fig. 3 is a block diagram schematically showing a hardware configuration of the control apparatus 100 in fig. 1;
fig. 4 is a schematic diagram illustrating a software configuration in the display device 200 in fig. 1;
FIG. 5 is a schematic diagram illustrating an icon control interface display of an application on display device 200;
an architectural diagram of background service management is illustrated in FIG. 6;
FIG. 7 is a flow chart illustrating a background service management method;
FIG. 8 is a flowchart illustrating the process of installing or updating an application;
a process flow diagram for a service manager installation or update is illustrated in fig. 9.
Detailed Description
To make the objects, embodiments and advantages of the present application clearer, the following description of exemplary embodiments of the present application will clearly and completely describe the exemplary embodiments of the present application with reference to the accompanying drawings in the exemplary embodiments of the present application, and it is to be understood that the described exemplary embodiments are only a part of the embodiments of the present application, and not all of the embodiments.
All other embodiments, which can be derived by a person skilled in the art from the exemplary embodiments described herein without inventive step, are intended to be within the scope of the claims appended hereto. In addition, while the disclosure herein has been presented in terms of one or more exemplary examples, it should be appreciated that aspects of the disclosure may be implemented solely as a complete embodiment.
It should be noted that the brief descriptions of the terms in the present application are only for the convenience of understanding the embodiments described below, and are not intended to limit the embodiments of the present application. These terms should be understood in their ordinary and customary meaning unless otherwise indicated.
The terms "first," "second," "third," and the like in the description and claims of this application and in the above-described drawings are used for distinguishing between similar or analogous objects or entities and are not necessarily intended to limit the order or sequence of any particular one, Unless otherwise indicated. It is to be understood that the terms so used are interchangeable under appropriate circumstances such that the embodiments described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein.
Furthermore, the terms "comprises" and "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a product or device that comprises a list of elements is not necessarily limited to those elements explicitly listed, but may include other elements not expressly listed or inherent to such product or device.
The term "module," as used herein, refers to any known or later developed hardware, software, firmware, artificial intelligence, fuzzy logic, or combination of hardware and/or software code that is capable of performing the functionality associated with that element.
The term "remote control" as used in this application refers to a component of an electronic device (such as the display device disclosed in this application) that is typically wirelessly controllable over a relatively short range of distances. Typically using infrared and/or Radio Frequency (RF) signals and/or bluetooth to connect with the electronic device, and may also include WiFi, wireless USB, bluetooth, motion sensor, etc. For example: the hand-held touch remote controller replaces most of the physical built-in hard keys in the common remote control device with the user interface in the touch screen.
The term "gesture" as used in this application refers to a user's behavior through a change in hand shape or an action such as hand motion to convey a desired idea, action, purpose, or result.
Fig. 1 is a schematic diagram illustrating an operation scenario between a display device and a control apparatus according to an embodiment. As shown in fig. 1, a user may operate the display device 200 through the mobile terminal 300 and the control apparatus 100.
In some embodiments, the control apparatus 100 may be a remote controller, and the communication between the remote controller and the display device includes an infrared protocol communication or a bluetooth protocol communication, and other short-distance communication methods, etc., and the display device 200 is controlled by wireless or other wired methods. The user may input a user command through a key on a remote controller, voice input, control panel input, etc. to control the display apparatus 200. Such as: the user can input a corresponding control command through a volume up/down key, a channel control key, up/down/left/right moving keys, a voice input key, a menu key, a power on/off key, etc. on the remote controller, to implement the function of controlling the display device 200.
In some embodiments, mobile terminals, tablets, computers, laptops, and other smart devices may also be used to control the display device 200. For example, the display device 200 is controlled using an application program running on the smart device. The application, through configuration, may provide the user with various controls in an intuitive User Interface (UI) on a screen associated with the smart device.
In some embodiments, the mobile terminal 300 may install a software application with the display device 200 to implement connection communication through a network communication protocol for the purpose of one-to-one control operation and data communication. Such as: the mobile terminal 300 and the display device 200 can establish a control instruction protocol, synchronize a remote control keyboard to the mobile terminal 300, and control the display device 200 by controlling a user interface on the mobile terminal 300. The audio and video content displayed on the mobile terminal 300 can also be transmitted to the display device 200, so as to realize the synchronous display function.
As also shown in fig. 1, the display apparatus 200 also performs data communication with the server 400 through various communication means. The display device 200 may be allowed to be communicatively connected through a Local Area Network (LAN), a Wireless Local Area Network (WLAN), and other networks. The server 400 may provide various contents and interactions to the display apparatus 200. Illustratively, the display device 200 receives software program updates, or accesses a remotely stored digital media library, by sending and receiving information, as well as Electronic Program Guide (EPG) interactions. The server 400 may be a cluster or a plurality of clusters, and may include one or more types of servers. Other web service contents such as video on demand and advertisement services are provided through the server 400.
The display device 200 may be a liquid crystal display, an OLED display, a projection display device. The particular display device type, size, resolution, etc. are not limiting, and those skilled in the art will appreciate that the display device 200 may be modified in performance and configuration as desired.
The display apparatus 200 may additionally provide an intelligent network tv function of a computer support function including, but not limited to, a network tv, an intelligent tv, an Internet Protocol Tv (IPTV), and the like, in addition to the broadcast receiving tv function.
A hardware configuration block diagram of a display device 200 according to an exemplary embodiment is exemplarily shown in fig. 2.
In some embodiments, at least one of the controller 250, the tuner demodulator 210, the communicator 220, the detector 230, the input/output interface 255, the display 275, the audio output interface 285, the memory 260, the power supply 290, the user interface 265, and the external device interface 240 is included in the display apparatus 200.
In some embodiments, a display 275 receives image signals originating from the first processor output and displays video content and images and components of the menu manipulation interface.
In some embodiments, the display 275, includes a display component for presenting a picture, and a drive component that drives the display of an image.
In some embodiments, the video content is displayed from broadcast television content, or alternatively, from various broadcast signals that may be received via wired or wireless communication protocols. Alternatively, various image contents received from the network communication protocol and sent from the network server side can be displayed.
In some embodiments, the display 275 is used to present a user-manipulated UI interface generated in the display apparatus 200 and used to control the display apparatus 200.
In some embodiments, a driver assembly for driving the display is also included, depending on the type of display 275.
In some embodiments, display 275 is a projection display and may also include a projection device and a projection screen.
In some embodiments, communicator 220 is a component for communicating with external devices or external servers according to various communication protocol types. For example: the communicator may include at least one of a Wifi chip, a bluetooth communication protocol chip, a wired ethernet communication protocol chip, and other network communication protocol chips or near field communication protocol chips, and an infrared receiver.
In some embodiments, the display apparatus 200 may establish control signal and data signal transmission and reception with the external control device 100 or the content providing apparatus through the communicator 220.
In some embodiments, the user interface 265 may be configured to receive infrared control signals from a control device 100 (e.g., an infrared remote control, etc.).
In some embodiments, the detector 230 is a signal used by the display device 200 to collect an external environment or interact with the outside.
In some embodiments, the detector 230 includes a light receiver, a sensor for collecting the intensity of ambient light, and parameters changes can be adaptively displayed by collecting the ambient light, and the like.
In some embodiments, the detector 230 may further include an image collector, such as a camera, etc., which may be configured to collect external environment scenes, collect attributes of the user or gestures interacted with the user, adaptively change display parameters, and recognize user gestures, so as to implement a function of interaction with the user.
In some embodiments, the detector 230 may also include a temperature sensor or the like, such as by sensing ambient temperature.
In some embodiments, the display apparatus 200 may adaptively adjust a display color temperature of an image. For example, the display apparatus 200 may be adjusted to display a cool tone when the temperature is in a high environment, or the display apparatus 200 may be adjusted to display a warm tone when the temperature is in a low environment.
In some embodiments, the detector 230 may also be a sound collector or the like, such as a microphone, which may be used to receive the user's voice. Illustratively, a voice signal including a control instruction of the user to control the display device 200, or to collect an ambient sound for recognizing an ambient scene type, so that the display device 200 can adaptively adapt to an ambient noise.
In some embodiments, as shown in fig. 2, the input/output interface 255 is configured to allow data transfer between the controller 250 and external other devices or other controllers 250. Such as receiving video signal data and audio signal data of an external device, or command instruction data, etc.
In some embodiments, the external device interface 240 may include, but is not limited to, the following: the interface can be any one or more of a high-definition multimedia interface (HDMI), an analog or data high-definition component input interface, a composite video input interface, a USB input interface, an RGB port and the like. The plurality of interfaces may form a composite input/output interface.
In some embodiments, as shown in fig. 2, the tuning demodulator 210 is configured to receive a broadcast television signal through a wired or wireless receiving manner, perform modulation and demodulation processing such as amplification, mixing, resonance, and the like, and demodulate an audio and video signal from a plurality of wireless or wired broadcast television signals, where the audio and video signal may include a television audio and video signal carried in a television channel frequency selected by a user and an EPG data signal.
In some embodiments, the frequency points demodulated by the tuner demodulator 210 are controlled by the controller 250, and the controller 250 can send out control signals according to user selection, so that the modem responds to the television signal frequency selected by the user and modulates and demodulates the television signal carried by the frequency.
In some embodiments, the broadcast television signal may be classified into a terrestrial broadcast signal, a cable broadcast signal, a satellite broadcast signal, an internet broadcast signal, or the like according to the broadcasting system of the television signal. Or may be classified into a digital modulation signal, an analog modulation signal, and the like according to a modulation type. Or the signals are classified into digital signals, analog signals and the like according to the types of the signals.
In some embodiments, the controller 250 and the modem 210 may be located in different separate devices, that is, the modem 210 may also be located in an external device of the main device where the controller 250 is located, such as an external set-top box. Therefore, the set top box outputs the television audio and video signals modulated and demodulated by the received broadcast television signals to the main body equipment, and the main body equipment receives the audio and video signals through the first input/output interface.
In some embodiments, the controller 250 controls the operation of the display device and responds to user operations through various software control programs stored in memory. The controller 250 may control the overall operation of the display apparatus 200. For example: in response to receiving a user command for selecting a UI object to be displayed on the display 275, the controller 250 may perform an operation related to the object selected by the user command.
In some embodiments, the object may be any one of selectable objects, such as a hyperlink or an icon. Operations related to the selected object, such as: displaying an operation connected to a hyperlink page, document, image, or the like, or performing an operation of a program corresponding to the icon. The user command for selecting the UI object may be a command input through various input means (e.g., a mouse, a keyboard, a touch pad, etc.) connected to the display apparatus 200 or a voice command corresponding to a voice spoken by the user.
As shown in fig. 2, the controller 250 includes at least one of a Random Access Memory 251 (RAM), a Read-Only Memory 252 (ROM), a video processor 270, an audio processor 280, other processors 253 (e.g., a Graphics Processing Unit (GPU), a Central Processing Unit 254 (CPU), a Communication Interface (Communication Interface), and a Communication Bus 256(Bus), which connects the respective components.
In some embodiments, RAM 251 is used to store temporary data for the operating system or other programs that are running, and in some embodiments, ROM252 is used to store instructions for various system boots.
In some embodiments, the ROM252 is used to store a Basic Input Output System (BIOS). The system is used for completing power-on self-test of the system, initialization of each functional module in the system, a driver of basic input/output of the system and booting an operating system.
In some embodiments, when the power-on signal is received, the display device 200 starts to power up, the CPU executes the system boot instruction in the ROM252, and copies the temporary data of the operating system stored in the memory to the RAM 251 so as to start or run the operating system. After the start of the operating system is completed, the CPU copies the temporary data of the various application programs in the memory to the RAM 251, and then, the various application programs are started or run.
In some embodiments, CPU processor 254 is used to execute operating system and application program instructions stored in memory. And executing various application programs, data and contents according to various interactive instructions received from the outside so as to finally display and play various audio and video contents.
In some example embodiments, the CPU processor 254 may comprise a plurality of processors. The plurality of processors may include a main processor and one or more sub-processors. A main processor for performing some operations of the display apparatus 200 in a pre-power-up mode and/or operations of displaying a screen in a normal mode. One or more sub-processors for one operation in a standby mode or the like.
In some embodiments, the graphics processor 253 is used to generate various graphics objects, such as: icons, operation menus, user input instruction display graphics, and the like. The display device comprises an arithmetic unit which carries out operation by receiving various interactive instructions input by a user and displays various objects according to display attributes. And the system comprises a renderer for rendering various objects obtained based on the arithmetic unit, wherein the rendered objects are used for being displayed on a display.
In some embodiments, the video processor 270 is configured to receive an external video signal, and perform video processing such as decompression, decoding, scaling, noise reduction, frame rate conversion, resolution conversion, image synthesis, and the like according to a standard codec protocol of the input signal, so as to obtain a signal that can be displayed or played on the direct display device 200.
In some embodiments, video processor 270 includes a demultiplexing module, a video decoding module, an image synthesis module, a frame rate conversion module, a display formatting module, and the like.
The demultiplexing module is used for demultiplexing the input audio and video data stream, and if the input MPEG-2 is input, the demultiplexing module demultiplexes the input audio and video data stream into a video signal and an audio signal.
And the video decoding module is used for processing the video signal after demultiplexing, including decoding, scaling and the like.
And the image synthesis module is used for carrying out superposition mixing processing on the GUI signal input by the user or generated by the user and the video image after the zooming processing by the graphic generator so as to generate an image signal for display.
The frame rate conversion module is configured to convert an input video frame rate, such as a 60Hz frame rate into a 120Hz frame rate or a 240Hz frame rate, and the normal format is implemented in, for example, an interpolation frame mode.
The display format module is used for converting the received video output signal after the frame rate conversion, and changing the signal to conform to the signal of the display format, such as outputting an RGB data signal.
In some embodiments, the graphics processor 253 and the video processor may be integrated or separately configured, and when the graphics processor and the video processor are integrated, the graphics processor and the video processor may perform processing of graphics signals output to the display, and when the graphics processor and the video processor are separately configured, the graphics processor and the video processor may perform different functions, respectively, for example, a GPU + frc (frame Rate conversion) architecture.
In some embodiments, the audio processor 280 is configured to receive an external audio signal, decompress and decode the received audio signal according to a standard codec protocol of the input signal, and perform noise reduction, digital-to-analog conversion, and amplification processes to obtain an audio signal that can be played in a speaker.
In some embodiments, video processor 270 may comprise one or more chips. The audio processor may also comprise one or more chips.
In some embodiments, the video processor 270 and the audio processor 280 may be separate chips or may be integrated together with the controller in one or more chips.
In some embodiments, the audio output, under the control of controller 250, receives sound signals output by audio processor 280, such as: the speaker 286, and an external sound output terminal of a generating device that can output to an external device, in addition to the speaker carried by the display device 200 itself, such as: external sound interface or earphone interface, etc., and may also include a near field communication module in the communication interface, for example: and the Bluetooth module is used for outputting sound of the Bluetooth loudspeaker.
The power supply 290 supplies power to the display device 200 from the power input from the external power source under the control of the controller 250. The power supply 290 may include a built-in power supply circuit installed inside the display apparatus 200, or may be a power supply interface installed outside the display apparatus 200 to provide an external power supply in the display apparatus 200.
A user interface 265 for receiving an input signal of a user and then transmitting the received user input signal to the controller 250. The user input signal may be a remote controller signal received through an infrared receiver, and various user control signals may be received through the network communication module.
In some embodiments, the user inputs a user command through the control apparatus 100 or the mobile terminal 300, the user input interface responds to the user input through the controller 250 according to the user input, and the display device 200 responds to the user input through the controller 250.
In some embodiments, a user may enter user commands on a Graphical User Interface (GUI) displayed on the display 275, and the user input interface receives the user input commands through the Graphical User Interface (GUI). Alternatively, the user may input the user command by inputting a specific sound or gesture, and the user input interface receives the user input command by recognizing the sound or gesture through the sensor.
In some embodiments, a "user interface" is a media interface for interaction and information exchange between an application or operating system and a user that enables conversion between an internal form of information and a form that is acceptable to the user. A commonly used presentation form of the User Interface is a Graphical User Interface (GUI), which refers to a User Interface related to computer operations and displayed in a graphical manner. It may be an interface element such as an icon, window, control, etc. displayed in the display of the electronic device, where the control may include a visual interface element such as an icon, button, menu, tab, text box, dialog box, status bar, navigation bar, Widget, etc.
The memory 260 includes a memory storing various software modules for driving the display device 200. Such as: various software modules stored in the first memory, including: at least one of a basic module, a detection module, a communication module, a display control module, a browser module, and various service modules.
The base module is a bottom layer software module for signal communication between various hardware in the display device 200 and for sending processing and control signals to the upper layer module. The detection module is used for collecting various information from various sensors or user input interfaces, and the management module is used for performing digital-to-analog conversion and analysis management.
For example, the voice recognition module comprises a voice analysis module and a voice instruction database module. The display control module is used for controlling the display to display the image content, and can be used for playing the multimedia image content, UI interface and other information. And the communication module is used for carrying out control and data communication with external equipment. And the browser module is used for executing a module for data communication between browsing servers. And the service module is used for providing various services and modules including various application programs. Meanwhile, the memory 260 may store a visual effect map for receiving external data and user data, images of various items in various user interfaces, and a focus object, etc.
Fig. 3 exemplarily shows a block diagram of a configuration of the control apparatus 100 according to an exemplary embodiment. As shown in fig. 3, the control device 100 includes a controller 110, a communication interface 130, a user input/output interface, a memory, and a power supply.
The control apparatus 100 is configured to control the display device 200 and may receive an input operation instruction of a user and convert the operation instruction into an instruction recognizable and responsive by the display device 200, serving as an interaction intermediary between the user and the display device 200. Such as: the user operates the channel up/down key on the control device 100, and the display device 200 responds to the channel up/down operation.
In some embodiments, the control device 100 may be a smart device. Such as: the control apparatus 100 may install various applications that control the display device 200 according to user demands.
In some embodiments, as shown in fig. 1, a mobile terminal 300 or other intelligent electronic device may function similar to the control apparatus 100 after an application for manipulating the display device 200 is installed. Such as: the user may implement the function of controlling the physical keys of the apparatus 100 by installing an application, various function keys or virtual buttons of a graphical user interface available on the mobile terminal 300 or other intelligent electronic device.
The controller 110 includes a processor 112 and RAM 113 and ROM 114, a communication interface 130, and a communication bus. The controller is used for controlling the operation of the control device 100, as well as the communication cooperation among the internal components and the external and internal data processing functions.
The communication interface 130 enables communication of control signals and data signals with the display apparatus 200 under the control of the controller 110. Such as: the received user input signal is transmitted to the display apparatus 200. The communication interface 130 may include at least one of a WiFi chip 131, a bluetooth module 132, an NFC module 133, and other near field communication modules.
A user input/output interface 140, wherein the input interface includes at least one of a microphone 141, a touch pad 142, a sensor 143, keys 144, and other input interfaces. Such as: the user can realize a user instruction input function through actions such as voice, touch, gesture, pressing, and the like, and the input interface converts the received analog signal into a digital signal and converts the digital signal into a corresponding instruction signal, and sends the instruction signal to the display device 200.
The output interface includes an interface that transmits the received user instruction to the display apparatus 200. In some embodiments, the interface may be an infrared interface or a radio frequency interface. Such as: when the infrared signal interface is used, the user input instruction needs to be converted into an infrared control signal according to an infrared control protocol, and the infrared control signal is sent to the display device 200 through the infrared sending module. The following steps are repeated: when the rf signal interface is used, a user input command needs to be converted into a digital signal, and then the digital signal is modulated according to the rf control signal modulation protocol and then transmitted to the display device 200 through the rf transmitting terminal.
In some embodiments, the control device 100 includes at least one of a communication interface 130 and an input-output interface 140. The control device 100 is configured with a communication interface 130, such as: the WiFi, bluetooth, NFC, etc. modules may transmit the user input command to the display device 200 through the WiFi protocol, or the bluetooth protocol, or the NFC protocol code.
And a memory 190 for storing various operation programs, data and applications for driving and controlling the control apparatus 100 under the control of the controller. The memory 190 may store various control signal commands input by a user.
And a power supply 180 for providing operation power support for each element of the control device 100 under the control of the controller. A battery and associated control circuitry.
In some embodiments, the system may include a Kernel (Kernel), a command parser (shell), a file system, and an application program. The kernel, shell, and file system together make up the basic operating system structure that allows users to manage files, run programs, and use the system. After power-on, the kernel is started, kernel space is activated, hardware is abstracted, hardware parameters are initialized, and virtual memory, a scheduler, signals and interprocess communication (IPC) are operated and maintained. And after the kernel is started, loading the Shell and the user application program. The application program is compiled into machine code after being started, and a process is formed.
Referring to fig. 4, in some embodiments, the system is divided into four layers, which are an Application (Applications) layer (abbreviated as "Application layer"), an Application Framework (Application Framework) layer (abbreviated as "Framework layer"), an Android runtime (Android runtime) and system library layer (abbreviated as "system runtime library layer"), and a kernel layer from top to bottom.
In some embodiments, at least one application program runs in the application program layer, and the application programs can be Window (Window) programs carried by an operating system, system setting programs, clock programs, camera applications and the like; or may be an application developed by a third party developer such as a hi program, a karaoke program, a magic mirror program, or the like. In specific implementation, the application packages in the application layer are not limited to the above examples, and may actually include other application packages, which is not limited in this embodiment of the present application.
The framework layer provides an Application Programming Interface (API) and a programming framework for the application program of the application layer. The application framework layer includes a number of predefined functions. The application framework layer acts as a processing center that decides to let the applications in the application layer act. The application program can access the resources in the system and obtain the services of the system in execution through the API interface.
As shown in fig. 4, in the embodiment of the present application, the application framework layer includes a manager (Managers), a Content Provider (Content Provider), a View System (View System), and the like, where the manager includes at least one of the following modules: an Activity Manager (Activity Manager) is used for interacting with all activities running in the system; the Location Manager (Location Manager) is used for providing the system service or application with the access of the system Location service; a Package Manager (Package Manager) for retrieving various information related to an application Package currently installed on the device; a Notification Manager (Notification Manager) for controlling display and clearing of Notification messages; a Window Manager (Window Manager) is used to manage the icons, windows, toolbars, wallpapers, and desktop components on a user interface.
In some embodiments, the activity manager is to: managing the life cycle of each application program and the general navigation backspacing function, such as controlling the exit of the application program (including switching the user interface currently displayed in the display window to the system desktop), opening, backing (including switching the user interface currently displayed in the display window to the previous user interface of the user interface currently displayed), and the like.
In some embodiments, the window manager is used to manage all window processes, such as obtaining display size, determining if there is a status bar, locking the screen, intercepting the screen, controlling display window changes (e.g., zooming out, dithering, distorting, etc.) and the like.
In some embodiments, the system runtime layer provides support for the upper layer, i.e., the framework layer, and when the framework layer is used, the android operating system runs the C/C + + library included in the system runtime layer to implement the functions to be implemented by the framework layer.
In some embodiments, the kernel layer is a layer between hardware and software. As shown in fig. 4, the core layer includes at least one of the following drivers: audio drive, display drive, bluetooth drive, camera drive, WIFI drive, USB drive, HDMI drive, sensor drive (such as fingerprint sensor, temperature sensor, touch sensor, pressure sensor, etc.), and so on.
In some embodiments, the kernel layer further comprises a power driver module for power management.
In some embodiments, software programs and/or modules corresponding to the software architecture of fig. 4 are stored in the first memory or the second memory shown in fig. 2 or 3.
In some embodiments, taking the magic mirror application (photographing application) as an example, when the remote control receiving device receives a remote control input operation, a corresponding hardware interrupt is sent to the kernel layer. The kernel layer processes the input operation into an original input event (including information such as a value of the input operation, a timestamp of the input operation, etc.). The raw input events are stored at the kernel layer. The application program framework layer obtains an original input event from the kernel layer, identifies a control corresponding to the input event according to the current position of the focus and uses the input operation as a confirmation operation, the control corresponding to the confirmation operation is a control of a magic mirror application icon, the magic mirror application calls an interface of the application framework layer to start the magic mirror application, and then the kernel layer is called to start a camera driver, so that a static image or a video is captured through the camera.
In some embodiments, for a display device with a touch function, taking a split screen operation as an example, the display device receives an input operation (such as a split screen operation) applied to a display by a user, and the kernel layer may generate a corresponding input event according to the input operation and report the event to the application framework layer. The window mode (such as multi-window mode) corresponding to the input operation, the position and size of the window and the like are set by an activity manager of the application framework layer. And the window management of the application program framework layer draws a window according to the setting of the activity manager, then sends the drawn window data to the display driver of the kernel layer, and the display driver displays the corresponding application interface in different display areas of the display.
In some embodiments, as shown in fig. 5, the application layer containing at least one application may display a corresponding icon control in the display, such as: a live television application icon control, a Video On Demand (VOD) application icon control, a media center application icon control, an application center icon control, a game application icon control, and the like.
In some embodiments, the live television application may provide live television via different signal sources. For example, a live television application may provide television signals using input from cable television, radio broadcasts, satellite services, or other types of live television services. And, the live television application may display video of the live television signal on the display device 200.
In some embodiments, a video-on-demand application may provide video from different storage sources. Unlike live television applications, video on demand provides a video display from some storage source. For example, the video on demand may come from a server side of the cloud storage, from a local hard disk storage containing stored video programs.
In some embodiments, the media center application may provide various applications for multimedia content playback. For example, a media center, which may be other than live television or video on demand, may provide services that a user may access to various images or audio through a media center application.
In some embodiments, an application center may provide storage for various applications. The application may be a game, an application, or some other application associated with a computer system or other device that may be run on the smart television. The application center may obtain these applications from different sources, store them in local storage, and then be operable on the display device 200.
The above embodiments show a display device, in practical applications, the display device includes but is not limited to a smart phone, a tablet computer, a notebook computer, a television, and the like, an application program related to a required service/function is installed in the display device, and a service management program is added, and the service management program is embodied in a software layer and is a service architecture/specification of unified background service process management. The controller 250 may control the start execution or stop operation of the service manager. The background service management method in the present application is mainly that the controller 250 starts the service management program and the service management program executes the service management program.
As shown in the background service management architecture of fig. 6, for convenience of illustration, the service management program in fig. 6 is executed by a virtual service management module 500, and the service management module 500 is not characterized as a hardware structure of the service management program. The service management module 500 is connected to a plurality of event detection modules 501, N event detection modules are N in fig. 6, N is an integer greater than 0, the event detection modules 501 are installed in a manner of adapting to an application program, when the application program is newly installed, corresponding event detection modules can be added to connect to the service management module 500, and the event detection modules 501 work in parallel. The service management module 500 may passively receive event information sent by each event detection module, or may query the event detection module at regular intervals for whether an event arrives or not in a regular query manner.
In some embodiments, as shown in fig. 7, the controller 250 is configured to perform: determining whether a unified service mode is enabled; in response to determining that the unified service mode is enabled, starting a service manager; and in response to determining that the unified service mode is not enabled, starting a background service process corresponding to each application program.
The unified service mode refers to a background service process that executes an associated plurality of applications using a single service manager. The system of the display device can be simultaneously provided with the service management program and the background service process of each application program, when the service management program is started, the background service process of each application program does not run (namely, the background is not maintained), but the service management program is resident in the background to monitor events and control the business processing of each application program; and when the unified service condition is not met, the service management program does not run in the background, but starts the background service process of each application program to perform one-to-one background service management.
The service manager is started only when the unified service mode is enabled by the system, i.e. the system currently supports the service manager to manage background service processes of multiple applications, otherwise the interception and alert processing service is started by the background service process of each application, specifically, the controller 250 is configured to determine whether to enable the unified service mode as follows:
after a display device is started, judging whether the service management program supports a unified service mode or not, and judging whether an application program associated with the service management program supports the unified service mode or not; determining that a unified service mode is enabled if the service manager supports a unified service mode and an application associated with the service manager supports a unified service mode; determining that unified service mode is not enabled if the service manager does not support unified service mode and/or an application associated with the service manager does not support unified service mode.
After the service management program is installed on the display device, for example, in some application scenarios, the unified service mode may be limited or not suitable for being enabled, so that the service management program cannot support unified background service management of multiple applications, and therefore it is necessary to determine whether the service management program supports the unified service mode; however, some application programs installed in the android system may not support the unified service mode, for example, the application program is updated and the service logic is changed, but the service management program does not have the service logic updated synchronously, so that the service management program cannot effectively prompt the application program to process the service, and the application program is not suitable for performing background service management by using the service management program, and therefore, it is also necessary to determine whether the application program associated with the service management program supports the unified service mode. The unified service mode can be started only when the service management program and the application program both support the unified service mode, the controller starts the service management program to realize the unified management of the accurate background service processes of the multiple applications, and if at least one of the service management program and the application program does not support the unified service mode, the service management program is determined not to be started, but the background service process corresponding to each application program is started.
Since the service management program is associated with a plurality of application programs, in the foregoing embodiment, as long as at least one application program does not support the unified service mode, the service management program is not started, but the background service processes corresponding to all the application programs are started, that is, the service management program and the background service processes of each application are not started at the same time. In some embodiments, for example, when the number of the applications that do not support the unified service mode is small, the background service process of the part of the applications may be started to perform independent service, and other applications that support the unified service mode may be uniformly serviced by the service manager; when the service management program monitors the relevant events of the application program which does not support the unified service mode, the service management program does not process the event information of the application program, does not send indication information to the application program, or can close the event detection module corresponding to the application program which does not support the unified service mode.
After the service manager is started, as shown in fig. 7, the service manager is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring event information sent by a target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event. And when the target application program finishes processing the service indicated by the service management program, the target application program can automatically quit, and the service management program continues to monitor the event.
The service management program has pre-stored the service logic of each application program, so the service logic of each application program is loaded for standby after starting. In some embodiments, referring to fig. 6, the service management module 500 may further be subdivided into an event monitoring module 502 and a service module 503, the event monitoring module 502 is connected to the plurality of event detection modules 501, the event monitoring module 502 is equivalent to an interface for receiving event information, and after the service management program is started, when it is monitored that event information comes, the event monitoring module 502 may send the event information to the service module 503. The service module 503 stores business logic of a plurality of associated applications, each application has a mapping relationship with an event detection module, and each monitored event information can determine a target application corresponding to a target event detection module from which the event information originates through the mapping relationship, for example, an application identifier can be set in association with each event detection module 501. The service module 503 determines which event is triggered according to the event information and the service logic corresponding to the target application program, for example, the user clicks the control a on the call interface of the video call application, the event detection module detects that the user clicks the control a, and sends the event information to the event monitoring module 502, if the event information is the click control a, the service module 503 determines that the click control a triggers the event that the user hangs up the video call according to the service logic of the video call application, generates corresponding indication information, and sends the indication information to the video call application, the video call application receives and responds to the indication information, and the executed service is to destroy the current call interface to hang up the current video call. It should be noted that fig. 6 is only an exemplary module architecture of the service manager, and does not represent an actual hardware structure.
In some embodiments, fig. 8 illustrates a process flow of a controller when an application is installed or updated, including:
step S101, judging whether the first application program has the authority of joining the service management program. The first application program is any application program requiring new installation or version update, and is not particularly limited to the serial number of the application program. When the first application program has the authority of joining the service management program, executing the step S102; otherwise, if the first application does not have the authority to join the service manager, step S106 is performed.
Step S102, determining whether the unified service mode is enabled. If it is determined that the unified service mode is enabled, step S103 is performed, and otherwise, step S106 is performed.
Step S103, acquiring the communication authority of the service management program, wherein the communication authority is used for allowing the application installation process of the controller to write data into the service management program; the data includes communication rules of the first application with the service manager. The purpose of obtaining the communication authority is to allow the application installation process of the controller to write data, such as a communication rule and the like, into the service management program, where the communication rule specifies how the service management program sends content, such as instruction information and the like, to the application program, and the data described herein may also include other data required for implementing the service management program to perform business process control on the application program, and may be specifically set according to an actual application. If there are no specific communication rights, a default right is selected.
Step S104, storing the business logic of the first application program in a preset path. The preset path may be a local directory of the first application program, a directory specified by the service manager, or a fixed directory established in the display device system, and the preset path is not limited.
And step S105, prompting the service management program to acquire and install the business logic of the first application program from the preset path. For example, the controller may send a prompt message to the service manager to prompt the service manager to access the preset path to acquire and install the corresponding service logic.
The service logic of the first application program is stored in a storage address corresponding to a fixed path, the service management program can conveniently access a preset path after receiving the prompt message, so that the service logic of the first application program is obtained, the service logic is synchronously installed in a memory of the service management program, if the first application program is a newly installed application program, an event detection module corresponding to the first application program can be newly added, and if the first application program is an application program updated to an old version, the corresponding event detection module can be updated, so that the service management program can accurately monitor event information related to the first application program, and indication information is generated to control the first application program to process services matched with the event information.
And step S106, installing the background service process corresponding to the first application program, and storing the service logic of the first application program in a preset path.
When the first application program does not have the authority of adding the service management program or the system does not support the unified service mode, a background service process corresponding to the first application program needs to be installed independently, and the background service process is used for independently processing event monitoring and indicating business processing of the first application.
In some embodiments, such as application a, the original version is 2.0, the service manager has business logic of application a2.0 version installed, and when application a is updated to 3.0 version, the service manager also has business logic of application a2.0, and then the service manager still listens for events and indicates business processing of application 3.0 according to the business logic of 2.0 version. After the application program A is upgraded, the service logic of the application program A3.0 can be stored in the preset path, so that the application program A can monitor events and instruct to process services through the corresponding background service process, when the service management program is updated, the preset path can be automatically accessed to obtain the newly added service logic of the application program A3.0, then the service logic of the application program A3.0 is installed in the service management program, and after the service management program is updated, the background service can be performed on the application program A3.0.
In some embodiments, for example, if the application B is newly installed, the service management program does not have the service logic of the application B installed, and it is obvious that the application B cannot support the unified service mode, the service logic of the application B may be stored in the preset path, when the service management program is updated, the preset path is automatically accessed to obtain the newly added service logic of the application B, then the service logic of the application B is installed in the service management program, and meanwhile, an event detection module corresponding to the application B is added, and after the service management program is updated, the application B can be subjected to background services such as event monitoring and service processing indication.
In some embodiments, for example, when the application C is installed or updated, a service manager is not installed in the display device system, then the background service process C corresponding to the application C is installed, the background service process C performs background service on the application C, and prestores the service logic of the application C in a preset path, when the system installs the service manager, the preset path is accessed, the service logic of the application C is obtained and installed in the service manager, and meanwhile, an event detection module corresponding to the application C is added, so that unified background service management of the application C and other applications is realized.
In some embodiments, FIG. 9 illustrates a process flow of a controller when a service manager is installed or updated, comprising:
step S201, when the service manager is updated, acquiring an application list, where the application list includes all application programs having a right to join the service manager.
In some embodiments, an application list may be created, and the application list may be changed, for example, according to an update of the service logic stored in the preset path, for example, if the service logic of the application program C is added to a directory of the preset path, a record of the application program C is inserted into the application list; for another example, if the service logic of the application program a2.0 is replaced with the service logic of the application program 3.0, the record of the application program a in the application list is kept unchanged; for another example, if the application D is uninstalled, the record of the application D is deleted from the application list. The applications added to the application list have by default the right to support the unified service mode.
Step S202, controlling the service management program to install the current business logic of each application program in the application list. After the installation is completed, the service management program can monitor the event and process the indication service for each application program in the application list.
When the service management program is installed or updated, the latest business logic of each application program in the application list is installed, so that the events of each application program in the application list can be accurately monitored and the business processing can be instructed.
In some embodiments, if the service manager supports unified service mode and the application also supports unified service mode, upon installation or update of the application, a prompt may be sent informing the service manager of the specified path in which the application was installed or updated, the service manager checking the service logic of the application upon subsequent updates, and installing the service logic of the application to the service manager.
In some embodiments, if the service manager supports the unified service mode and the application does not support the unified service mode, the application is updated independently without affecting the service manager; if the service management program does not support the unified service mode, the application program supports the unified service mode, if the unified service mode is limited to be used in the application scene, the service management program can not be updated, and if the unified service mode is not limited to be used in the application scene, the service management program can be updated according to actual needs.
At present, the updating frequency of the application program is obviously increased, after each application program is updated, the associated background service process also needs to be updated synchronously, and once the updating is asynchronous, the function and the service processing of the application program are abnormal. In the application, the application programs and the service management programs can be updated relatively independently, the service functions are dynamically adapted, each application program does not need to be configured with a corresponding background service process, but a single service management program monitors events and controls the service processing of a plurality of application programs, the unified management of the plurality of application service processes is facilitated, even more application programs are subsequently added, the memory resources of the system cannot be occupied in an accumulated mode, the occupation of the memory resources of the system is reduced, and the processing performance of the operating system is ensured.
In some embodiments, there is provided a background service management method, comprising:
in response to determining that the unified service mode is enabled, starting a service manager; the service management program is used for monitoring a plurality of event detection modules, and each event detection module corresponds to an application program; the unified service mode refers to a background service process for executing a plurality of associated application programs by adopting a single service management program;
wherein the service manager initiated by the controller is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring event information sent by a target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event.
The method according to this embodiment may further include the step of configuring and executing the controller and the service management program related to the display device, which is not described herein again.
Based on the software architecture and functional configuration of the foregoing service management program, the processing logic of background service management and the update/installation logic of the application program and the service management program may be adaptively adjusted and set according to actual requirements, and are not limited to the embodiments of the present application.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. In particular implementations, the present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and when the computer storage medium is located in a display device, the program may include method steps that the controller 250 and/or the service management program are configured to perform when executed. The computer storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
The same and similar parts in the embodiments in this specification may be referred to one another, and detailed description of some embodiments is omitted.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This invention is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. The specification and examples are to be regarded in an illustrative manner only and are not intended to limit the scope of the present invention. With a true scope and spirit of the invention being indicated by the following claims.

Claims (9)

1. A display device, comprising:
a controller for performing: in response to determining that the unified service mode is enabled, starting a service manager; the service management program is used for monitoring a plurality of event detection modules simultaneously, and each event detection module corresponds to one application program; the unified service mode refers to a background service process for executing a plurality of associated application programs by adopting a single service management program;
wherein the service manager is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring event information sent by a target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event.
2. The display device of claim 1, wherein the controller is further configured to:
after a display device is started, judging whether the service management program supports a unified service mode or not, and judging whether an application program associated with the service management program supports the unified service mode or not;
determining to enable unified service mode if the service manager supports unified service mode and an application associated with the service manager supports unified service mode.
3. The display device of claim 2, wherein the controller is further configured to:
and if the service management program does not support the unified service mode and/or the application programs associated with the service management program do not support the unified service mode, starting a background service process corresponding to each application program.
4. The display device according to claim 1 or 2, wherein the controller is further configured to perform:
when a first application program is installed or updated, in response to the fact that the first application program has the authority of joining a service management program and the fact that a unified service mode is enabled, storing business logic of the first application program in a preset path;
and prompting the service management program to acquire and install the business logic of the first application program from the preset path.
5. The display device of claim 4, wherein the controller is further configured to:
in response to determining that the first application has the authority to join a service manager and determining that a unified service mode is enabled, obtaining communication authority of the service manager, the communication authority being used to allow an application installation process of a controller to write data to the service manager; the data includes communication rules of the first application with the service manager.
6. The display device of claim 4, wherein the controller is further configured to:
when a first application program is installed or updated, in response to the fact that the first application program does not have the authority of being added into a service management program, a background service process corresponding to the first application program is installed, and business logic of the first application program is stored in a preset path.
7. The display device of claim 4, wherein the controller is further configured to:
when a service management program is updated, acquiring an application list, wherein the application list comprises all application programs with the authority of adding into the service management program;
and controlling the service management program to install the current business logic of each application program in the application list.
8. The display device according to claim 4, wherein the preset path is a local directory of the first application program, a directory specified by the service manager, or a fixed directory created in the display device.
9. A background service management method in a display device, comprising:
in response to determining that the unified service mode is enabled, starting a service manager; the service management program is used for monitoring a plurality of event detection modules simultaneously, and each event detection module corresponds to one application program; the unified service mode refers to a background service process for executing a plurality of associated application programs by adopting a single service management program;
wherein the service manager is configured to: loading the service logic of each application program and monitoring each event detection module; in response to monitoring event information sent by a target event detection module, determining a target application program corresponding to the target event detection module; determining a triggered event according to the event information and the service logic of the target application program; and generating indication information according to the triggered event, wherein the indication information is used for enabling the target application program to process the service corresponding to the triggered event.
CN202010718613.4A 2020-07-23 2020-07-23 Background service management method and display device Pending CN113971049A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010718613.4A CN113971049A (en) 2020-07-23 2020-07-23 Background service management method and display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010718613.4A CN113971049A (en) 2020-07-23 2020-07-23 Background service management method and display device

Publications (1)

Publication Number Publication Date
CN113971049A true CN113971049A (en) 2022-01-25

Family

ID=79585348

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010718613.4A Pending CN113971049A (en) 2020-07-23 2020-07-23 Background service management method and display device

Country Status (1)

Country Link
CN (1) CN113971049A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002274A (en) * 2022-05-07 2022-09-02 Oppo广东移动通信有限公司 Control method and device, electronic equipment and computer readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115002274A (en) * 2022-05-07 2022-09-02 Oppo广东移动通信有限公司 Control method and device, electronic equipment and computer readable storage medium
CN115002274B (en) * 2022-05-07 2024-02-20 Oppo广东移动通信有限公司 Control method and device, electronic equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN112135180B (en) Content display method and display equipment
CN112118400B (en) Display method of image on display device and display device
CN112087671B (en) Display method and display equipment for control prompt information of input method control
CN112019782A (en) Control method and display device of enhanced audio return channel
CN111970549A (en) Menu display method and display device
CN111954059A (en) Screen saver display method and display device
CN112243141A (en) Display method and display equipment for screen projection function
CN112306604B (en) Progress display method and display device for file transmission
CN112040535B (en) Wifi processing method and display device
CN112269668A (en) Application resource sharing and display equipment
CN112040340A (en) Resource file acquisition method and display device
CN113971049A (en) Background service management method and display device
CN114302197A (en) Voice separation control method and display device
CN114390190A (en) Display equipment and method for monitoring application to start camera
CN112363683A (en) Method for supporting multi-layer display of webpage application and display equipment
CN112291600B (en) Caching method and display device
CN111935519B (en) Channel switching method and display device
CN112087651B (en) Method for displaying inquiry information and smart television
CN113438553B (en) Display device awakening method and display device
CN113194355B (en) Video playing method and display equipment
CN111970554B (en) Picture display method and display device
CN111913755B (en) Application scanning method and display device
CN112153443B (en) PTS acquisition method and display device
CN112257103A (en) Access right control method and display device
CN114630171A (en) Display device and configuration switching method

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