CN116661822A - Display device and application program upgrading method - Google Patents

Display device and application program upgrading method Download PDF

Info

Publication number
CN116661822A
CN116661822A CN202310544461.4A CN202310544461A CN116661822A CN 116661822 A CN116661822 A CN 116661822A CN 202310544461 A CN202310544461 A CN 202310544461A CN 116661822 A CN116661822 A CN 116661822A
Authority
CN
China
Prior art keywords
application program
target application
initial
initial application
display device
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
CN202310544461.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.)
Juhaokan Technology Co Ltd
Original Assignee
Juhaokan 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 Juhaokan Technology Co Ltd filed Critical Juhaokan Technology Co Ltd
Priority to CN202310544461.4A priority Critical patent/CN116661822A/en
Publication of CN116661822A publication Critical patent/CN116661822A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The application discloses a display device and an upgrading method of an application program, wherein the method sends an upgrading detection request to a server based on a packet name and a version number in identification information of an initial application program, and receives a message replied by the server; if the message characterization detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program with the package name different from that of the initial application program from a server, and installing the target application program, wherein the initial application program can be normally used in the process of installing the target application program; after the display device is restarted, the original application is replaced with the target application. Therefore, by acquiring and installing the target application program which is higher than the version of the initial application program, different from the package name of the initial application program and belongs to the same application program as the initial application program, the situation that the user perceives that the application program is closed and restarted in the upgrading process is avoided, the application program is not required to be interrupted, and the user experience is improved.

Description

Display device and application program upgrading method
Technical Field
The present application relates to the field of display technologies, and in particular, to a display device and an application program upgrading method.
Background
The display device refers to a device for displaying images or video contents, such as a smart television, a mobile terminal, and the like. The display device generally has an open operating system (such as an Android operating system), has an open application platform, supports function expansion, can install various application programs according to the needs of users, and provides various services for the users through the application programs.
In order to improve and enhance the functions and performances of the application program, repair known vulnerabilities and errors, add new functions and characteristics, and the like, the application program needs to be upgraded, currently, the upgrading of the application program is usually detected by using the package name and the version number of the application program, and if the application program is detected to have a new version, the application program is installed according to the installation package corresponding to the new version, so that the upgrading of the application program is realized.
In the process of upgrading the application program, the application program of the old version running at present is firstly terminated, and after the upgrading is completed, the application program which is upgraded into the new version is restarted. Therefore, in the process of upgrading the application program, the user can perceive that the application program is closed and restarted, so that the user can use the application program to be suspended, and experience is poor.
Disclosure of Invention
The application provides display equipment and an application program upgrading method, which can be used for solving the technical problems of pause and poor experience of a user caused by processes such as closing and restarting of the application program perceived by the user in the application program upgrading process.
In a first aspect, some embodiments of the present application provide a display device comprising a display and a first processor coupled to the display, the first processor configured to:
sending an upgrade detection request to a server based on the identification information of the initial application program, wherein the identification information of the initial application program at least comprises a package name and a version number of the initial application program;
receiving a message replied by the server;
if the message characterization detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program from a server, and installing the target application program, wherein the package name of the target application program is different from that of the initial application program;
after the display device is restarted, the original application is replaced with the target application.
In a second aspect, some embodiments of the present application provide a server comprising a second processor configured to:
Receiving an upgrade detection request of an initial application program sent by a display device, and detecting whether a target application program exists or not based on identification information of the initial application program carried in the upgrade detection request, wherein the identification information of the initial application program at least comprises a package name and a version number, the target application program and the initial application program are the same application program, the version number of the target application program is higher than the version number of the initial application program, and the package name of the target application program is different from the package name of the initial application program;
if the existence of the target application program is detected, the installation package of the target application program is sent to the display device, so that the display device installs the target application program based on the installation package of the target application program, and after restarting, the display device replaces the initial application program by the target application program.
In a third aspect, some embodiments of the present application provide an application program upgrading method, which is applied to a display device, and includes the following steps:
sending an upgrade detection request to a server based on the identification information of the initial application program, wherein the identification information of the initial application program at least comprises a package name and a version number of the initial application program;
receiving a message replied by the server;
If the message characterization detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program from a server, and installing the target application program, wherein the package name of the target application program is different from that of the initial application program;
after the display device is restarted, the original application is replaced with the target application.
In a fourth aspect, some embodiments of the present application provide an upgrade method for an application program, which is applied to a server, and includes the following steps:
receiving an upgrade detection request of an initial application program sent by a display device, and detecting whether a target application program exists or not based on identification information of the initial application program carried in the upgrade detection request, wherein the identification information of the initial application program at least comprises a package name and a version number, the target application program and the initial application program are the same application program, the version number of the target application program is higher than the version number of the initial application program, and the package name of the target application program is different from the package name of the initial application program;
if the existence of the target application program is detected, the installation package of the target application program is sent to the display device, so that the display device installs the target application program based on the installation package of the target application program, and after restarting, the display device replaces the initial application program by the target application program.
Some embodiments of the present application provide a display device and an upgrade method for an application program, where the method first sends an upgrade detection request to a server based on a packet name and a version number in identification information of an initial application program, and then waits for a message replied by the server; if the received message representation detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program with the package name different from that of the initial application program from a server, and installing the target application program, wherein the initial application program is normally used in the process of installing the target application program; in this manner, after the display device is restarted, the initial application is replaced with the target application. Therefore, the method and the device can install the target application program in the background in the normal use process of the initial application program by acquiring the target application program which is higher than the version of the initial application program, different from the package name of the initial application program and belongs to the same application program as the initial application program, and replace the initial application program by the target application program after restarting the display equipment, so that the user is prevented from perceiving that the initial application program is closed and the target application program is restarted in the upgrading process of the application program, the application program is not required to be interrupted, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 illustrates an operational scenario between a display device and a control apparatus according to some embodiments of the present application;
fig. 2 shows a hardware configuration block diagram of the control apparatus 100 of some embodiments of the present application;
FIG. 3 shows a block diagram of the hardware configuration of a display device 200 according to some embodiments of the application;
FIG. 4 illustrates a software configuration diagram in a display device according to some embodiments of the application;
FIG. 5 is a timing diagram illustrating a method for upgrading an application in a display device according to some embodiments of the application;
FIG. 6 is a schematic diagram of an icon of a target application in a display device according to some embodiments of the application;
FIG. 7 is a schematic diagram of an icon of an initial application in a display device in some embodiments of the application;
FIG. 8 is a timing diagram illustrating a method for upgrading a further application in a display device according to some embodiments of the application;
FIG. 9 is a timing diagram illustrating a method for upgrading a further application in a display device according to some embodiments of the application;
FIG. 10 is a timing diagram illustrating a method of upgrading an application in a server according to some embodiments of the application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of exemplary embodiments of the present application more apparent, the technical solutions of exemplary embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the exemplary embodiments of the present application, and it is apparent that the described exemplary embodiments are only some embodiments of the present application, not all embodiments.
All other embodiments, which can be made by a person skilled in the art without inventive effort, based on the exemplary embodiments shown in the present application are intended to fall within the scope of the present application. Furthermore, while the present disclosure has been described in terms of an exemplary embodiment or embodiments, it should be understood that each aspect of the disclosure may be separately implemented as a complete solution.
It should be understood that the terms "first," "second," "third," and the like in the description and in the claims and in the above-described figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate, such as where appropriate, for example, implementations other than those illustrated or described in connection with the embodiments of the application.
Furthermore, the terms "comprise" and "have," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a product or apparatus that comprises a list of elements is not necessarily limited to those elements expressly listed, but may include other elements not expressly listed or inherent to such product or apparatus.
The display device provided by the embodiment of the application can have various implementation forms, for example, a television, an intelligent television, a laser projection device, a display (monitor), an electronic whiteboard (electronic bulletin board), an electronic desktop (electronic table) and the like. Fig. 1 and 2 are specific embodiments of a display device of the present application.
Fig. 1 is a schematic diagram of 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 smart device 300 or 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 infrared protocol communication or bluetooth protocol communication, and other short-range communication modes, and the display device 200 is controlled by a wireless or wired mode. The user may control the display device 200 by inputting user instructions through keys on a remote control, voice input, control panel input, etc.
In some embodiments, a smart device 300 (e.g., mobile terminal, tablet, computer, notebook, etc.) may also be used to control the display device 200. For example, the display device 200 is controlled using an application running on a smart device.
In some embodiments, the display device may receive instructions not using the smart device or control device described above, but rather receive control of the user by touch or gesture, or the like.
In some embodiments, the display device 200 may also perform control in a manner other than the control apparatus 100 and the smart device 300, for example, the voice command control of the user may be directly received through a module configured inside the display device 200 device for acquiring voice commands, or the voice command control of the user may be received through a voice control apparatus configured outside the display device 200 device.
In some embodiments, the display device 200 is also in data communication with a server 400. The display device 200 may be permitted to make communication connections via 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 device 200. The server 400 may be a cluster, or may be multiple clusters, and may include one or more types of servers.
Fig. 2 exemplarily shows a block diagram of a configuration of the control apparatus 100 in accordance with an exemplary embodiment. As shown in fig. 2, the control device 100 includes a controller 110, a communication interface 130, a user input/output interface 140, a memory, and a power supply. The control apparatus 100 may receive an input operation instruction of a user and convert the operation instruction into an instruction recognizable and responsive to the display device 200, and function as an interaction between the user and the display device 200.
As shown in fig. 3, the display apparatus 200 includes at least one of a modem 210, a communicator 220, a detector 230, an external device interface 240, a first processor 250, a display 260, an audio output interface 270, a memory, a power supply, and a user interface.
In some embodiments the first processor comprises a video processor, an audio processor, a graphics processor, RAM, ROM, a first interface for input/output to an nth interface.
The display 260 includes a display screen component for presenting a picture, and a driving component for driving an image display, a component for receiving an image signal from the first processor output, displaying video content, image content, and a menu manipulation interface, and a user manipulation UI interface.
The display 260 may be a liquid crystal display, an OLED display, a projection device, or a projection screen.
The communicator 220 is a component for communicating with external devices or servers according to various communication protocol types. For example: the communicator may include at least one of a Wifi module, a bluetooth module, a wired ethernet module, or other network communication protocol chip or a near field communication protocol chip, and an infrared receiver. The display apparatus 200 may establish transmission and reception of control signals and data signals with the control device 100 or the server 400 through the communicator 220.
A user interface, which may be used to receive control signals from the control device 100 (e.g., an infrared remote control, etc.).
The detector 230 is used to collect signals of the external environment or interaction with the outside. For example, detector 230 includes a light receiver, a sensor for capturing the intensity of ambient light; alternatively, the detector 230 includes an image collector such as a camera, which may be used to collect external environmental scenes, user attributes, or user interaction gestures, or alternatively, the detector 230 includes a sound collector such as a microphone, or the like, which is used to receive external sounds.
The external device interface 240 may include, but is not limited to, the following: high Definition Multimedia Interface (HDMI), analog or data high definition component input interface (component), composite video input interface (CVBS), USB input interface (USB), RGB port, etc. The input/output interface may be a composite input/output interface formed by a plurality of interfaces.
The modem 210 receives broadcast television signals through a wired or wireless reception manner, and demodulates audio and video signals, such as EPG data signals, from a plurality of wireless or wired broadcast television signals.
In some embodiments, the first processor 250 and the modem 210 may be located in separate devices, i.e., the modem 210 may also be located in an external device of the main device in which the first processor 250 is located, such as an external set-top box.
The first processor 250 controls the operation of the display device and responds to the user's operations through various software control programs stored on the memory. The first processor 250 controls the overall operation of the display apparatus 200. For example: in response to receiving a user command to select to display a UI object on the display 260, the first processor 250 may perform an operation related to the object selected by the user command.
In some embodiments the first processor includes at least one of a central processing unit (Central Processing Unit, CPU), video processor, audio processor, graphics processor (Graphics Processing Unit, GPU), RAM (Random Access Memory, RAM), ROM (Read-Only Memory, ROM), first to nth interfaces for input/output, a communication Bus (Bus), and the like.
The user may input a user command through a Graphical User Interface (GUI) displayed on the display 260, and the user input interface receives the user input command 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 recognizes the sound or gesture through the sensor to receive the user input command.
A "user interface" is a media interface for interaction and exchange of information between an application or operating system and a user, which enables conversion between an internal form of information and a user-acceptable form. A commonly used presentation form of the user interface is a graphical user interface (Graphic User Interface, GUI), which refers to a user interface related to computer operations that is displayed in a graphical manner. It may be an interface element such as an icon, a window, a control, etc. displayed in a display screen of the electronic device, where the control may include a visual interface element such as an icon, a button, a menu, a tab, a text box, a dialog box, a status bar, a navigation bar, a Widget, etc.
In some embodiments, as shown in fig. 4, the system is divided into four layers, from top to bottom, an application layer (application layer), an application framework layer (Application Framework layer), a An Zhuoyun row (Android run) and a system library layer (system runtime layer), and a kernel layer.
In some embodiments, at least one application program is running in the application program layer, and these application programs may be a Window (Window) program of an operating system, a system setting program, a clock program, or the like; or may be an application developed by a third party developer. In particular implementations, the application packages in the application layer are not limited to the above examples.
The framework layer provides an application programming interface (application programming interface, API) and programming framework for the application. The application framework layer includes a number of predefined functions. The application framework layer corresponds to a processing center that decides to let the applications in the application layer act. Through the API interface, the application program can access the resources in the system and acquire the services of the system in the execution.
As shown in fig. 4, the application framework layer in the embodiment of the present application includes a manager (manager), a Content Provider (Content Provider), and the like, where the manager includes at least one of the following modules: an Activity Manager (Activity Manager) is used to interact with all activities that are running in the system; a Location Manager (Location Manager) is used to provide system services or applications with access to system Location services; a Package Manager (Package Manager) for retrieving various information about an application Package currently installed on the device; a notification manager (Notification Manager) for controlling the display and clearing of notification messages; a Window Manager (Window Manager) is used to manage bracketing icons, windows, toolbars, wallpaper, and desktop components on the user interface.
In some embodiments, the activity manager is used to manage the lifecycle of the individual applications as well as the usual navigation rollback functions, such as controlling the exit, opening, fallback, etc. of the applications. The window manager is used for managing all window programs, such as obtaining the size of the display screen, judging whether a status bar exists or not, locking the screen, intercepting the screen, controlling the change of the display window (for example, reducing the display window to display, dithering display, distorting display, etc.), etc.
In some embodiments, the system runtime layer provides support for the upper layer, the framework layer, and when the framework layer is in use, the android operating system runs the C/C++ libraries contained 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 kernel layer contains at least one of the following drivers: audio drive, display drive, bluetooth drive, camera drive, WIFI drive, USB drive, HDMI drive, sensor drive (e.g., fingerprint sensor, temperature sensor, pressure sensor, etc.), and power supply drive, etc.
The display device generally has an open operating system, has an open application platform, supports function expansion, can install various application programs according to the needs of users, and provides diverse services to the users through the application programs. In order to improve and enhance the functionality and performance of applications, repair known vulnerabilities and errors, add new functionality and features, etc., upgrades to the applications are required.
In some related technologies, an upgrade of an application program is generally detected by using a package name (package name) and a Version Number (Version Number) of the application program, and if the application program is detected to have a new Version, the application program is installed according to an installation package corresponding to the new Version, so as to implement the upgrade of the application program.
It should be appreciated that package names, also known as application identifiers, are information representing applications in application development, are unique and identifiers used to characterize applications, and are typically named by way of reverse domain names (Reverse Domain Name) to ensure uniqueness; the package name not only can be used for distinguishing different application programs, but also can be used for rights management, application program search and the like in operating systems such as Android, iOS and the like.
And, a version number, which is a digital identifier for identifying the version of the application, for distinguishing between different versions of the application to ensure that the user can use the latest version of the application, typically named in the form of x.y.z, where X represents a major version number, Y represents a minor version number, and Z represents a revision version number.
In some related art, the process of upgrading an application program in a display device generally includes detecting an update, downloading the update, and installing the update, and specifically includes the following:
The application first needs to detect if a new version is available. The process of detecting updates requires communication with the server to determine if there is an updated version. Generally, an application program upgrade needs to send a request to a server, acquire information about the version number of the latest version of the application program, and then compare the information with the version of the local application program to determine whether the upgrade is needed.
If it is detected that a new version of the application is available, the application needs to be updated by downloading. This process requires communication with the server over a network connection and downloading a new application package file from the server. When downloading the application package file, network bandwidth, network stability and other factors are generally required to be considered so as to ensure the smooth progress of the downloading process and avoid the occurrence of errors in the downloading process.
In some related technologies, if it is detected that a new version of application program is available, a prompt message is popped up or displayed in the currently running old version of application program, and the user is queried whether the new version of application program is needed to be updated.
After the downloading is completed, the application program needs to be installed and updated, including: uninstall the old version of the application and install the new version of the application. In this process, the application needs to ensure the correctness of the uninstallation and installation process.
In the process of upgrading the application program, the application program of the old version running at present is firstly terminated, and after the upgrading is completed, the application program which is upgraded into the new version is restarted; in the process of upgrading the application program, the user can perceive that the application program is closed and restarted, even in the process of upgrading some application programs, the user can perceive that the upgrading message prompts, so that the user can use the device to pause, and experience is poor.
In the process of upgrading an application program, in order to avoid the perception of closing and restarting the application program by a user and improve the experience of the user, the embodiment of the application provides display equipment and an upgrading method of the application program, and the method comprises the steps of firstly sending an upgrading detection request to a server based on a package name and a version number in identification information of an initial application program, and then waiting for a message replied by the server; if the received message representation detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program with the package name different from that of the initial application program from a server, and installing the target application program, wherein the initial application program is normally used in the process of installing the target application program; in this manner, after the display device is restarted, the initial application is replaced with the target application. Therefore, the method and the device can install the target application program in the background in the normal use process of the initial application program by acquiring the target application program which is higher than the version of the initial application program, different from the package name of the initial application program and belongs to the same application program as the initial application program, and replace the initial application program by the target application program after restarting the display equipment, so that the user is prevented from perceiving that the initial application program is closed and the target application program is restarted in the upgrading process of the application program, the application program is not required to be interrupted, and the user experience is improved.
In order to facilitate further understanding of the technical solutions in some embodiments of the present application, the following describes in detail a technical method for upgrading a display device and an application program in combination with some specific embodiments and accompanying drawings, and how the technical solutions solve the above technical problems. Embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments. It will be apparent that the described embodiments are some, but not all, of the embodiments of the application.
The display device comprises a display and a first processor, and the first processor is connected with the display screen; the display device may be in data communication with a server. The server may provide the application programs, and the content and interaction of each application program, to the display device, and may be a cluster, or may be multiple clusters, and may include one or more types of servers, for example, an application server, a server corresponding to a desktop application, and so on.
FIG. 5 is a timing diagram illustrating an upgrade method for an application program in a display device according to some embodiments of the present application, where, as shown in FIG. 5, a first processor is configured to perform the following steps:
S510, an upgrade detection request is sent to the server based on the identification information of the initial application program.
That is, the upgrade detection request is sent to the server, where the upgrade detection request carries identification information of the initial application program, where the identification information of the initial application program includes at least a packet name and a version number of the initial application program.
The detection request typically occurs at the start-up of the initial application or when the initial application is running in the background, that is, the upgrade detection request is a request from the initial application to the server to detect whether the version of the currently running initial application is the latest version.
In some embodiments, the identification information further includes device information such that the server determines suitability and compatibility of the application based on the received device information (e.g., device model number, operating system version, etc.).
In some related art, the package name of an application has a role in its upgrade process in determining that a new version of the application and an old version of the application are for the same application by the package name of the application. That is, the server is allowed to perform the positioning of the version library of the application by package name and check the application version to confirm whether a new application version exists.
S520, receiving the message replied by the server.
The server detects based on the received upgrade detection request, and returns the detection result to the display device.
In some related art, when an application issues a new version, the new version of the application must use the same package name as the previous old version of the application. Otherwise, the new version of the application will be considered an entirely different application than the previous old version of the application, and will not be recognized by the application store's corresponding server as an update to the old version of the application.
In the embodiment of the application, the old version application program and the new version application program in the server are different versions of the same application program, but the old version application program and the new version application program have different package names, and the old version application program and the new version application program are stored in the same version library.
It should be understood that after receiving an upgrade detection request of an initial application program sent by a display device, the server screens an alternative application program with the largest version number from a corresponding version library, compares the version number of the alternative application program with the version number of the initial application program, and determines a target application program if the version number of the alternative application program is greater than the version number of the initial application program, wherein the target application program is an application program which belongs to the same application program as the initial application program, is higher than the version number of the initial application program, and is different from the package name of the initial application program.
In some embodiments, if it is detected that a new version of the target application program exists, the message replied by the server carries information of the new version of the target application program, where the information may include version information of the new version of the target application program and corresponding device adaptation information.
In some embodiments, if it is detected that there is no new version of the target application, the message replied by the server does not carry information about the new version of the target application.
And S530, if the message characterization detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program from the server.
The server judges that the target application program and the initial application program are different versions of the same application program, and the package name of the target application program is different from the package name of the initial application program.
In some embodiments, the package name of the target application is different from the package name of the initial application, and it may be that the portion of the package name of the target application is different from the portion of the package name of the initial application.
The package name of an application is typically named by way of an inverted domain name, which may include: company domain name, company name, application platform name and application program name to which the program belongs; it should be appreciated that the package name may also include information for other applications, such as application platform names, etc.
As one example, the package name of the initial application is: com.xxx.yyy, the package name of the target application may be: com.XXX.YYYYB, wherein com is the company domain name to which the program belongs, XXX is the company name, YYY is the initial application name, and YYYB is the target application name.
In the above example, the package name of the initial application and the package name of the target application are different, in which there is part of the same information (company domain name and company name to which the program belongs) and part of the different information (application name).
In some related art, the display device is configured to determine whether the initial application needs to be updated according to the message replied by the server, and may prompt the user to download and install a new version of the target application.
In the embodiment of the application, if the message characterization detects that the target application program exists, the user is not required to be prompted or inquired whether the initial application program is to be updated, and the interruption of the use of the user in the process of upgrading the application program is reduced.
It should be understood that, in the process of receiving the installation package of the target application program from the server, the download address of the target application program may be received from the server, and then the display device downloads the installation package of the target application program according to the received information and download address of the target application program.
S540, installing the target application program.
It should be appreciated that the initial application may still be used normally during installation of the target application, and that there is no impact on each other.
In some embodiments, during installation of the target application, the icon controlling the target application is not displayed and the system base components, including the broadcast registry and the content provider, are deactivated.
In some embodiments, before installing the target application program for the display device, it is further required to determine whether the target application program and the initial application program are different versions of the same application program, and after determining that the target application program and the initial application program are different versions of the same application program, install the target application program according to the received installation package of the target application program.
The method comprises the steps of judging whether the target application program and the initial application program are different versions of the same application program or not according to a strategy which is pre-agreed between the application program which possibly needs to be updated and an operating system of the display device, and achieving that the installation of the target application program and the normal use of the initial application program are not affected by response modification of the operating system and the application program.
Taking the display device of the Android operating system as an example, when the target application program is installed, the influence between the target application program and the initial application program can be avoided by modifying a package management service (Package Manager Service, abbreviated as PMS).
The PMS is a core service in the Android operating system, and is used for managing an application package and maintaining all applications installed in the operating system and all information of the applications. The PMS may manage all installed applications in the operating system and maintain information related thereto, such as version of the applications, component information of the applications, rights required for the applications, etc.; the PMS can process the installation and uninstallation operation of the application program and carry out necessary upgrade and update; the PMS can control the access authority of an application program in the operating system, and allow or prohibit the application program from accessing system resources; the PMS can load and analyze the manifest file of the application program, and process operations such as starting, stopping, suspending and the like of the application program; the PMS may optimize the installation and uninstallation operations of the application, etc.
As an example, when the target application program is installed, modifying the attribute of the icon of the target application program in the main page of the target application program, so as to avoid the icon display of the target application program, and simultaneously, disabling basic components such as a content Provider (Provider) and broadcast registration in the Android operating system corresponding to the target application program, so as to prevent the target application program from being installed in conflict with the initial application program, thereby causing the installation failure of the target application program; and the situation that the function of the target application program is pulled up by mistake in the using process of the initial application program is also prevented, so that the initial application program can be normally used in the installing process of the target application program.
It should be understood that, based on the related art, the icons before and after the application program is upgraded may not change, and the icon of the target application program may not be displayed by modifying the attribute of the icon of the target application program in the main page of the target application program, so as to avoid interference caused by user use when both the icon of the target application program and the icon of the initial application program are displayed.
In some embodiments, if the icon of the target application and the icon of the initial application change, the attribute of the target application icon in the main page of the target application may not be modified during the installation of the target application, that is, the target application icon may be used.
In some embodiments, if the icon of the target application and the icon of the initial application change, but the change is relatively small, it may be necessary to modify the attribute of the icon of the target application in the main page of the target application, that is, disable the icon of the target application, see the icon 10 of the target application shown in fig. 6, and see the icon 20 of the initial application shown in fig. 7, although the icon 10 shown in fig. 6 changes relative to the icon 20 shown in fig. 7, the user may understand that the change is the same application, and if both the icon of the target application and the icon of the initial application change, it is still necessary to modify the attribute of the icon of the target application in the main page of the target application, so that the icon of the target application is not displayed.
The Provider is an important component in the Android operating system and is used for managing data in application programs. Through Provider, the application program can share data to other application programs or read data from other application programs, and the security and privacy of the data are ensured through authority control. The application may store the data in an internal database or in a file system or other data source using a ContentProvider.
In order to ensure the security and privacy of the data, the operating system can control the authority of the Provider, and only the data provided by the Provider can be accessed under the condition that the corresponding authority is obtained. The application program can access the data provided by the Provider through the contentdesolver object, which communicates with the Provider to read and write the data.
Broadcast is one way of communicating between application components, by registering and sending the broadcast, the application can perform various functions such as starting a service, sending a notification, and updating an interface, etc.
In some embodiments, after the target application is successfully installed, the process of the target application may be started, and the target application may be initialized, because the package names of the target application and the initial application are different, and the starting of the process of the target application does not affect the running of the initial application.
The initialization of the target application program comprises the processes of installing and optimizing the plug-in of the target application program, downloading and caching cloud data, and the like, and the process of loading data can be started and completed rapidly in the next normal use process of the target application program through the initialization of the target application program.
Dex files are often used in plug-ins to store plug-in code, and thus, during the installation of the plug-ins, the installation of Dex is required so that application package (Android Application Package, APK) files containing the Dex files can be loaded.
In some embodiments, during the installation of the target application, the PMS may scan (e.g. scan android management. Xml) basic components of the system, and if it is detected that registration information that conflicts with the initial application exists in the target application, no error may be generated, and the registration information of the component may be directly ignored or deleted, so that the installation of the target application may be completed.
Among them, android management. Xml is a core file in an application, which contains all information of the application, such as package name, SDK version, application component (activity, service, etc.), application rights, etc.
S550, after the display device is restarted, the initial application program is replaced by the target application program.
It should be understood that in the embodiment of the present application, the upgrade from the initial application program to the target application program is implemented after the display device is restarted, so as to display the upgraded target application program to the user.
In some embodiments, after the display device is restarted, the applications are rescanned; comparing the initial application program with the same user identification with the target application program, and setting the starting path as the target application program with high version number; and in response to the operation of starting the target application, sharing the data of the initial application to the target application based on the application signature information and the user identification of the target application that are the same as the initial application.
Taking the display device of the Android operating system as an example, the user identifier is userid, and userid is an integer and is used for identifying the user ID of the currently running application program. When each application program is installed, an independent user ID is created, so that the application program has independent running environments in aspects of a file system, network connection and the like, the userid is closely related to the access authority of the application program to the system resource, and the Android system can control the access authority of the application program to the system resource according to the userid of the application program.
It will be appreciated that userid is used to identify users and groups of users in the system, each having a unique user ID that is consistent across the file system for all files of that user or group of users.
In some embodiments, after restarting the display device, rescanning each application program through the PMS, setting a start path to be the target application program, and deleting an attribute of an initial application program icon in a main page of the initial application program, avoiding icon display of the initial application program, and disabling basic components of the initial application program, such as Provider, broadcast registration, and the like; and the icons of the target application program which is disabled before the target application program and basic components such as Provider, broadcast registration and the like in the Android operating system corresponding to the target application program are disabled, so that the target application program can be seen by a user and can be normally used.
In some embodiments, if the display device is restarted, the user may start the target application by clicking on the displayed icon, which may be considered the initial application as the open application.
In some embodiments, the target application may be launched by the system, e.g., the initial application and the target application may each correspond to a desktop application, and the target application may be launched by the system.
In some embodiments, the data of the initial application is disabled and deleted while the data of the initial application is shared with the target application based on the same application signature information and user identification of the target application as the initial application.
In some embodiments, sharing the data of the initial application to the target application is copying the data of the initial application under an installation directory of the target application; and disabling the initial application and deleting the data of the initial application.
According to the embodiment of the application, the target application program which is higher than the version of the initial application program, different from the package name of the initial application program and belongs to the same application program with the initial application program is obtained, so that the target application program can be installed in the background in the normal use process of the initial application program, and the target application program is used for replacing the initial application program after the display equipment is restarted, so that the user is prevented from perceiving that the initial application program is closed and the target application program is restarted in the upgrading process, the application program is not required to be interrupted, and the user experience is improved.
In some embodiments, by receiving a message indicating that a target application program higher than the version number of the initial application program is detected through the reply message of the server, receiving an installation package of the target application program from the server, for the display device, there may be uncertainty that the target application program is a different version of the same application program as the initial application program, determining that the target application program is based on a preset determination policy in the display device, and improving the accuracy of upgrading the initial application program to the target application program in the display device, fig. 8 shows a timing interaction diagram of an upgrading method of a further application program in the display device in some embodiments of the present application, and before installing the target application program, the first processor in the display device is further configured to perform:
s610, acquiring a preset upgrading judgment strategy corresponding to the initial application program.
The preset upgrading judging strategy comprises a preset user identifier and a preset package name rule.
The preset upgrade judging policy is determined based on a preset user identifier and a preset package name rule, and it should be understood that the preset user identifier and the preset package name rule can be used for judging whether two application programs are the same application program, and in the related art, the two application programs can be judged to be different versions of the same application program through the uniqueness of the package name; in the embodiment of the present application, the package names of the target application program and the initial application program have different part information, so that it is necessary to further determine whether the two application programs are the same application program by combining a preset package name rule and a preset user identifier.
In some embodiments, the determination of the preset upgrade determination policy further includes application signature information of the application, it should be understood that the application signature information is a digital signature for identifying and ensuring validity and credibility of the application, and the presence of the signature information can ensure that the identity of the publisher of the application is truly reliable, and the application is not tampered with or impersonated by other applications. The application signature information may also be used to verify whether the application is authorized, and whether it contains unauthorized content or functionality.
In some embodiments, the determination of the preset upgrade determination policy may also include a system signature, it being understood that the system signature is a privileged signature of a system core component. Only developers authorized by the platform development team or device manufacturer can sign their own applications using the system signature. The system signature is mainly used to identify system level applications, such as rights manager, application store, etc., to ensure the integrity and security of the system applications.
It should also be appreciated that when the application signature information and the user identification corresponding to different applications are the same, the applications may share data.
The preset package name rule is used for judging package names of application programs of different versions, and it should be understood that the package names of the target application programs are different from those of the initial application programs in the embodiment of the application, that means that part of information is different, such as the application program names in the package names are different, other data information is the same, and whether the package names of different application programs belong to part of information in the embodiment of the application can be judged by the preset package name rule.
S620, determining that the relevance exists between the target application program and the initial application program based on the preset user identification, the user identification of the target application program and the user identification of the initial application program.
By comparing the preset user identification, the user identification of the target application program and the user identification of the initial application program, if the user identification of the target application program is the same as the user identification of the initial application program and is the same as the preset user identification, the relevance between the target application program and the initial application program can be determined, that is, the target application program and the initial application program are aimed at the same application program.
S630, judging whether the package name of the target application program and the package name of the initial application program meet the preset package name rule.
It should be understood that the package name of the target application is different from the package name of the initial application, but the package name is different, and it cannot be determined that the target application is a different version of the same application as the initial application, so it is determined whether the package names of the different applications are different from part of the information in the package name according to the embodiment of the present application through the preset package name rule.
In some embodiments, the preset package name rule is that only application names in the package names are different, and that there is a similarity or keyword match between the application names.
As an example, if the package name of the initial application is: com.xxx.yyy, the package name of the target application may be: com.XXX.YYYB, only application names are different, and the application names YYY and YYYB have similarity, so that the package name of the target application program and the package name of the initial application program can be judged to meet the preset package name rule.
If the package name of the initial application program is: com.xxx.yyy, the package name of the target application may be: com.XXX.ZZZB, only the application names are different, but the application names YYY and ZZZZB have no similarity, and the package name of the target application program and the package name of the initial application program can be judged to not meet the preset package name rule.
It should be appreciated that the determination of similarity between application names may be performed by a Jaro Winkler matching algorithm, a Levenstein distance algorithm (Levenshtein Distance), or the like.
In some embodiments, if the initial application program and the target application program have the same preamble, it may be further determined whether the package name of the target application program and the package name of the initial application program satisfy the preset package name rule through regular matching.
S640, if the package name of the target application program and the package name of the initial application program meet the preset package name rule, determining that the target application program and the initial application program belong to different versions of the same application program.
In some embodiments, if the package name of the target application program and the package name of the initial application program meet the preset package name rule, it is further required to determine whether the package name of the target application program and the application signature information of the initial application program are the same, and if the package name of the target application program and the application signature information of the initial application program are the same, it is determined that the target application program and the initial application program belong to different versions of the same application program.
And the accuracy of upgrading the initial application program to the target application program in the display device is improved by adding the decision of the target application program and the initial application program based on the preset decision strategy in the display device.
Fig. 9 is a timing interaction diagram illustrating a method for upgrading another application program in a display device according to some embodiments of the present application, where, as shown in fig. 9, the initial application program is in a started state (the initial application program may be started by a user or may be started by a system), and a first processor in the display device is configured to execute:
sending an upgrade detection request to a server based on identification information (package name and version number) of an initial application program, waiting for receiving a message replied by the server, and if the message characterizes that a target application program higher than the version number of the initial application program exists, receiving an installation package of the target application program from the server; determining that the relevance exists between the target application program and the initial application program based on a preset user identifier in a preset upgrading judgment strategy corresponding to the initial application program, a user identifier of the target application program and a user identifier of the initial application program, and judging whether the package name of the target application program and the package name of the initial application program meet a preset package name rule in the preset upgrading judgment strategy; if the package name of the target application program and the package name of the initial application program meet the preset package name rule, determining that the target application program and the initial application program belong to different versions of the same application program, installing the target application program, starting the process of the target application program after the target application program is installed, and initializing the target application program; after restarting the display equipment, judging whether a target application program exists or not, if the target application program exists and accords with a preset upgrading judgment strategy, starting the target application program, and copying data of an initial application program to an installation directory of the target application program; and disabling the initial application and deleting the data of the initial application.
According to the embodiment of the application, the target application program which is higher than the version of the initial application program, different from the package name of the initial application program and belongs to the same application program as the initial application program is obtained, and after the display equipment is restarted, the target application program is used for replacing the initial application program, so that the user is prevented from perceiving that the initial application program is closed and the target application program is restarted, the application program is not required to be interrupted, and the user experience is improved.
FIG. 10 is a timing diagram illustrating a method of upgrading an application in a server according to some embodiments of the present application, where the second processor is configured to execute:
s710, receiving an upgrade detection request of the initial application program sent by the display device, and detecting whether the target application program exists or not based on the identification information of the initial application program carried in the upgrade detection request.
The identification information of the initial application program at least comprises a package name and a version number, the target application program and the initial application program are the same application program, the version number of the target application program is higher than the version number of the initial application program, and the package name of the target application program is different from the package name of the initial application program.
And S720, if the existence of the target application program is detected, sending an installation package of the target application program to the display device.
It should be appreciated that sending the installation package of the target application to the display device may cause the display device to install the target application based on the installation package of the target application, and that after the display device is restarted, the initial application is replaced with the target application.
In some embodiments, the server continually detects whether a target application published by the developer is received before detecting the presence of the target application, and if so, stores the target application in the same version library as the initial application.
It should be appreciated that the server may determine the location of the version library of the application program through the identification information of the initial application program, and check the version of the application program based on the upgrade detection request of the initial application program issued by the receiving display device, to confirm whether there is a target application program having a version number higher than that of the initial application program in the version library.
By storing the application programs of different versions of the unified application program into the same version library at the server side, the method is convenient for inquiring whether the target application program with different package names from the initial application program exists after receiving the upgrade detection request of the initial application program sent by the display equipment. Through data transmission and information sharing between the display equipment and the server, the perception of a user on closing of an initial application program and restarting of a target application program is reduced in the process of upgrading the application program in the display equipment, the application program is not required to be interrupted, and the user experience is improved.
The embodiment of the application also provides an upgrading method of the application program, which is applied to the display equipment and comprises the following steps of:
sending an upgrade detection request to a server based on the identification information of the initial application program, wherein the identification information of the initial application program at least comprises a package name and a version number of the initial application program; receiving a message replied by the server; if the message characterization detects that the target application program with the version number higher than that of the initial application program exists, receiving an installation package of the target application program from a server, and installing the target application program, wherein the target application program and the initial application program are different versions of the same application program, and the package name of the target application program is different from that of the initial application program; after the display device is restarted, the original application is replaced with the target application.
The embodiment of the application also provides an upgrading method of the application program, which is applied to the server and comprises the following steps of:
receiving an upgrade detection request of an initial application program sent by a display device, and detecting whether a target application program exists or not based on identification information of the initial application program carried in the upgrade detection request, wherein the identification information of the initial application program at least comprises a package name and a version number, the target application program and the initial application program are the same application program, the version number of the target application program is higher than the version number of the initial application program, and the package name of the target application program is different from the package name of the initial application program; if the existence of the target application program is detected, the installation package of the target application program is sent to the display device, so that the display device installs the target application program based on the installation package of the target application program, and after restarting, the display device replaces the initial application program by the target application program.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same; although the application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the application.
The foregoing description, for purposes of explanation, has been presented in conjunction with specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the embodiments to the precise forms disclosed above. Many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles and the practical application, to thereby enable others skilled in the art to best utilize the embodiments and various embodiments with various modifications as are suited to the particular use contemplated.

Claims (10)

1. A display device, characterized by comprising:
a display;
a first processor coupled to the display, the first processor configured to:
Sending an upgrade detection request to a server based on identification information of an initial application program, wherein the identification information of the initial application program at least comprises a package name and a version number of the initial application program;
receiving a message replied by the server;
if the message characterization detects that a target application program with a version number higher than that of the initial application program exists, receiving an installation package of the target application program from the server, and installing the target application program, wherein the package name of the target application program is different from that of the initial application program;
and after the display device is restarted, replacing the initial application program with the target application program.
2. The display device of claim 1, wherein the initial application is replaced with the target application after the display device is restarted, the first processor further configured to:
after restarting the display device, rescanning each application program;
setting a starting path to be the target application program with high version number;
and in response to the operation of starting the target application program, sharing the data of the initial application program to the target application program based on the application signature information and the user identification of the target application program, which are the same as the initial application program.
3. The display device of claim 2, wherein the sharing of the data of the initial application to the target application, the first processor is further configured to:
copying the data of the initial application program to an installation catalog of the target application program;
disabling the initial application and deleting data of the initial application.
4. The display device of claim 1, wherein during installation of the target application, the first processor is configured to:
controlling the icon of the target application program not to be displayed;
the system base components, including broadcast registration and content providers, are disabled.
5. The display device of claim 1 or 4, wherein prior to installation of the target application, the first processor is further configured to:
acquiring a preset upgrading judgment strategy corresponding to the initial application program, wherein the preset upgrading judgment strategy comprises a preset user identifier and a preset package name rule;
determining that the relevance exists between the target application program and the initial application program based on the preset user identification, the user identification of the target application program and the user identification of the initial application program, and judging whether the package name of the target application program and the package name of the initial application program meet the preset package name rule or not;
And if the package name of the target application program and the package name of the initial application program meet the preset package name rule, determining that the target application program and the initial application program belong to different versions of the same application program.
6. The display device of claim 1, wherein the first processor is further configured to:
and after the target application program is installed, starting the process of the target application program, and initializing the target application program.
7. A server, comprising:
a second processor configured to:
receiving an upgrade detection request of an initial application program sent by a display device, and detecting whether a target application program exists or not based on identification information of the initial application program carried in the upgrade detection request, wherein the identification information of the initial application program at least comprises a package name and a version number, the target application program and the initial application program are the same application program, the version number of the target application program is higher than the version number of the initial application program, and the package name of the target application program is different from the package name of the initial application program;
If the existence of the target application program is detected, sending an installation package of the target application program to the display device, so that the display device installs the target application program based on the installation package of the target application program, and after restarting the display device, replacing the initial application program by using the target application program.
8. The server of claim 7, wherein prior to the detecting the presence of the target application, the second processor is further configured to:
and if the released target application program is received, storing the target application program into a version library which is the same as the initial application program.
9. An application program upgrading method applied to a display device is characterized by comprising the following steps:
sending an upgrade detection request to a server based on identification information of an initial application program, wherein the identification information of the initial application program at least comprises a package name and a version number of the initial application program;
receiving a message replied by the server;
if the message characterization detects that a target application program with a version number higher than that of the initial application program exists, receiving an installation package of the target application program from the server, and installing the target application program, wherein the package name of the target application program is different from that of the initial application program;
And after the display device is restarted, replacing the initial application program with the target application program.
10. An application program upgrading method applied to a server is characterized by comprising the following steps:
receiving an upgrade detection request of an initial application program sent by a display device, and detecting whether a target application program exists or not based on identification information of the initial application program carried in the upgrade detection request, wherein the identification information of the initial application program at least comprises a package name and a version number, the target application program and the initial application program are the same application program, the version number of the target application program is higher than the version number of the initial application program, and the package name of the target application program is different from the package name of the initial application program;
if the existence of the target application program is detected, sending an installation package of the target application program to the display device, so that the display device installs the target application program based on the installation package of the target application program, and after restarting the display device, replacing the initial application program by using the target application program.
CN202310544461.4A 2023-05-15 2023-05-15 Display device and application program upgrading method Pending CN116661822A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310544461.4A CN116661822A (en) 2023-05-15 2023-05-15 Display device and application program upgrading method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310544461.4A CN116661822A (en) 2023-05-15 2023-05-15 Display device and application program upgrading method

Publications (1)

Publication Number Publication Date
CN116661822A true CN116661822A (en) 2023-08-29

Family

ID=87725204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310544461.4A Pending CN116661822A (en) 2023-05-15 2023-05-15 Display device and application program upgrading method

Country Status (1)

Country Link
CN (1) CN116661822A (en)

Similar Documents

Publication Publication Date Title
US9411570B2 (en) Integrating software provisioning and configuration management
US9100297B2 (en) Registering new machines in a software provisioning environment
US8892700B2 (en) Collecting and altering firmware configurations of target machines in a software provisioning environment
RU2383921C2 (en) Simple and dynamic configuration of network devices
US10203946B2 (en) Retiring target machines by a provisioning server
US8402123B2 (en) Systems and methods for inventorying un-provisioned systems in a software provisioning environment
US8417926B2 (en) Systems and methods for providing configuration management services from a provisioning server
US9021470B2 (en) Software provisioning in multiple network configuration environment
US9250672B2 (en) Cloning target machines in a software provisioning environment
US8572587B2 (en) Systems and methods for providing a library of virtual images in a software provisioning environment
US8793683B2 (en) Importing software distributions in a software provisioning environment
US8640122B2 (en) Systems and methods for abstracting software content management in a software provisioning environment
CN110945480B (en) System and method for updating and loading application programs
US9111118B2 (en) Managing access in a software provisioning environment
US20100058328A1 (en) Systems and methods for differential software provisioning on virtual machines having different configurations
US20100058307A1 (en) Methods and systems for monitoring software provisioning
US20100138526A1 (en) Methods and systems for providing hardware updates in a software provisioning environment
US20100057930A1 (en) Methods and systems for automatically locating a provisioning server
US20060085527A1 (en) Remote services for portable computing environment
US20100058327A1 (en) Methods and systems for providing customized actions related to software provisioning
CN111427594B (en) Application program running method and device
JP2016110204A (en) Request transmission method, information processing apparatus, and program
US20170199733A1 (en) Method for terminal to update operating system, terminal and system
CN116661822A (en) Display device and application program upgrading method
CN111597021A (en) Method, device and system for realizing application program operation and related equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination