CN109976754B - Information display method and terminal thereof - Google Patents

Information display method and terminal thereof Download PDF

Info

Publication number
CN109976754B
CN109976754B CN201711450641.7A CN201711450641A CN109976754B CN 109976754 B CN109976754 B CN 109976754B CN 201711450641 A CN201711450641 A CN 201711450641A CN 109976754 B CN109976754 B CN 109976754B
Authority
CN
China
Prior art keywords
information
display control
application program
file
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711450641.7A
Other languages
Chinese (zh)
Other versions
CN109976754A (en
Inventor
孙向作
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Technology Group Co Ltd
Original Assignee
TCL Technology Group 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 TCL Technology Group Co Ltd filed Critical TCL Technology Group Co Ltd
Priority to CN201711450641.7A priority Critical patent/CN109976754B/en
Publication of CN109976754A publication Critical patent/CN109976754A/en
Application granted granted Critical
Publication of CN109976754B publication Critical patent/CN109976754B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The invention is suitable for the technical field of information processing, and provides an information display method and a terminal thereof, wherein the method comprises the following steps: receiving information to be pushed, and determining a display control for displaying the information according to the information type of the information; acquiring an operation statistical file; integrating a display control in the first application based on the operation statistics file; and if the first application program is monitored to be operated in the foreground, displaying information through the display control. The invention can integrate the information to be displayed in the application program of the installed and target terminal, thereby avoiding the situation that the information cannot be displayed because the application program is not installed and ensuring the exposure rate of the information.

Description

Information display method and terminal thereof
Technical Field
The invention belongs to the technical field of information processing, and particularly relates to an information display method and a terminal thereof.
Background
With the rapid development of the internet, more and more fields are covered by information pushing, and particularly, for the pushing of advertisement information, the influence of related products and the sales volume are directly influenced. Therefore, it is important how to effectively popularize information and expose information to a target group to the greatest extent.
The existing information promotion technology generally embeds Software Development Kit (SDK) corresponding to information push from an information server into each application program, receives various information such as advertisement information and the like issued by the information server by calling an interface in the SDK, and can realize the purpose of information push when a user starts the application program after the user downloads the application program containing the SDK.
However, in the above manner, the application program needs to carry the SDK for information push, the information display depends on the application program, and if the application program is not used by the user, the information needing to be pushed cannot be displayed, the push efficiency is low, and the exposure rate of the information cannot be ensured.
Disclosure of Invention
In view of this, embodiments of the present invention provide an information display method and a terminal thereof, so as to solve the problems that in the existing information display technology, an application program needs to carry an SDK for information push, information display depends on a carrier of the application program, and if the application program is not used by a user, information needing to be pushed cannot be displayed, the push efficiency is low, and the exposure rate of the information cannot be ensured.
A first aspect of an embodiment of the present invention provides an information display method, where the information display method includes:
receiving information to be displayed, and determining a display control for displaying the information according to the information type of the information;
acquiring an operation statistical file; the operation statistical file comprises operation records of application programs installed locally;
integrating the display control in a first application based on the operation statistics file; the first application program is any one application program recorded in the operation statistical file;
and if the first application program is monitored to run in the foreground, displaying the information through the display control.
A second aspect of an embodiment of the present invention provides an information display terminal, where the information display terminal includes:
receiving information to be displayed, and determining a display control for displaying the information according to the information type of the information;
acquiring an operation statistical file; the operation statistical file comprises operation records of application programs installed locally;
integrating the display control in a first application based on the operation statistics file; the first application program is any one application program recorded in the operation statistical file;
and if the first application program is monitored to run in the foreground, displaying the information through the display control.
A third aspect of the embodiments of the present invention provides a terminal device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the following steps when executing the computer program:
receiving information to be displayed, and determining a display control for displaying the information according to the information type of the information;
acquiring an operation statistical file; the operation statistical file comprises operation records of application programs installed locally;
integrating the display control in a first application based on the operation statistics file; the first application program is any one application program recorded in the operation statistical file;
and if the first application program is monitored to run in the foreground, displaying the information through the display control.
A fourth aspect of embodiments of the present invention provides a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of:
receiving information to be displayed, and determining a display control for displaying the information according to the information type of the information;
acquiring an operation statistical file; the operation statistical file comprises operation records of application programs installed locally;
integrating the display control in a first application based on the operation statistics file; the first application program is any one application program recorded in the operation statistical file;
and if the first application program is monitored to run in the foreground, displaying the information through the display control.
The method for displaying the information and the terminal thereof provided by the embodiment of the invention have the following beneficial effects:
the information to be displayed is received, the display control matched with the information to be displayed and used for displaying the information is determined according to the information type of the information, meanwhile, the local operation statistical file of the terminal equipment is obtained, the application programs installed and used by a user on the terminal equipment are determined, one of the application programs is selected to integrate the display control used for displaying the information, and when the user starts the application program to run in the foreground, the information to be displayed can be displayed to the user through the display control, so that the purpose of information exposure is achieved. Compared with the prior art, the embodiment of the invention selects one of the application programs installed in the local terminal as the carrier for information display, thereby ensuring that the information cannot reach the target group because the application program of the integrated display control is not installed or used by a user, improving the success rate of information display and ensuring the exposure rate of the information.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions 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 based on these drawings without inventive exercise.
Fig. 1 is a flowchart of an implementation of a method for displaying information according to a first embodiment of the present invention;
fig. 2 is a flowchart illustrating an implementation of a method S103 for displaying information according to a second embodiment of the present invention;
fig. 3 is a flowchart illustrating an implementation of a method S1033 for displaying information according to a third embodiment of the present invention;
fig. 4 is a flowchart illustrating an implementation of a method for displaying information according to a fourth embodiment of the present invention;
fig. 5 is a flowchart illustrating an implementation of a method S101 for displaying information according to a fifth embodiment of the present invention;
fig. 6 is a flowchart illustrating an implementation of a method for displaying information according to a sixth embodiment of the present invention;
fig. 7 is a block diagram of a terminal for displaying information according to an embodiment of the present invention;
fig. 8 is a schematic diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the embodiment of the present invention, the main execution body of the process is a terminal device installed with an information display program, the terminal device includes a computer, a tablet computer, a smart phone, a smart television, and other terminal devices with a display function, and a user can install a related application program on the terminal device to meet the use requirement of the user, for example, interact with other users by installing a chat application program. Fig. 1 shows a flowchart of an implementation of a method for displaying information according to a first embodiment of the present invention, which is detailed as follows:
in S101, information to be displayed is received, and a display control used for displaying the information is determined according to the information type of the information.
In this embodiment, the information server communicates with the terminal device and pushes the information to be displayed to the terminal device, that is, the information to be displayed is sent to the terminal device, and when the terminal device receives the information to be displayed, the terminal device performs the relevant operation of S101 to perform the deployment of information display.
In this embodiment, each piece of information to be displayed corresponds to one information type, and the information types may be distinguished according to file attributes, in this case, the information types may include: picture type, video type, audio type, or text type; the information type may also be differentiated by content, in which case the information type may include: advertisement type, notification type, or link type, etc. Each piece of information to be displayed needs to be displayed through a display control matched with the type of the information. Different types of information need to be displayed through different display controls. For example, for information to be displayed in a video type, the display control needs to support a video playing function; and for the information to be displayed of the picture type, an image reading function is required. And when the terminal equipment receives the information to be displayed, determining a display control corresponding to the information to be displayed according to the information to be displayed.
In this embodiment, each display control may be stored in a database associated with the terminal device, and in this case, the terminal device may directly query through a local database, and then determine the display control of the information to be displayed; the relevant data of each display control can also be stored in the cloud server, and under the condition, the terminal equipment needs to download the display control matched with the information to be displayed from the cloud.
In S102, acquiring an operation statistical file; the operation statistical file comprises operation records of the application programs installed locally.
In this embodiment, after determining the display control to be deployed, the terminal device needs to determine the carrier integrating the display control, so that the terminal device obtains the operation statistics file corresponding to the terminal device to determine which applications are installed and used.
In this embodiment, the operation statistics file includes a plurality of operation records related to the locally installed application programs. Each operation record records an application identifier of an application program executed by a user, and optionally, may further include an operation time for operating the application program. On the basis, different operation records can be sorted according to the sequence of the operation time, and corresponding operation statistical files are generated; therefore, the application program described in the operation statistics file is inevitably installed locally and operated by the user, and the display control is integrated with the application program described in the operation statistics file, so that the exposure rate of the information to be displayed can be increased.
In this embodiment, the operation statistics file may be stored in the cloud server, and in this case, the terminal device communicates with the cloud server, and queries the operation statistics file corresponding to the terminal identifier according to the local terminal identifier. Preferably, if a plurality of operation statistical files are stored in the cloud server, the operation statistical file with the latest creation time is downloaded according to the creation time of each operation statistical file. Of course, the operation statistics file may also be stored in a local storage unit, in which case the terminal device may directly access the local storage unit to obtain the operation statistics file.
In S103, integrating the display control into a first application program based on the operation statistics file; the first application program is any one of the application programs recorded in the operation statistical file.
In this embodiment, the terminal device determines the application programs recorded in the statistical file according to the obtained operation statistical file, generates an application program list, selects any one of the application programs from the application program list as a first application program, and integrates the display control into the first application program.
Optionally, in this embodiment, the terminal device may sort the application programs according to the operation times of the application programs recorded in the operation statistics file, and select an application program with the highest operation time as the first application program.
Optionally, in this embodiment, the terminal device may sort the application programs according to the operation durations of the application programs recorded in the operation statistics file, and select one application program with the longest operation time as the first application program.
Optionally, in this embodiment, the terminal device may select, as the first application program, an application program with the latest operation time from the operation statistics file.
In this embodiment, the specific way of integrating the display control into the first application is as follows: acquiring an operation file corresponding to the first application program, adding code information corresponding to the display control into the operation file, and creating a component (Activity) for the display control.
In S104, if it is monitored that the first application program is running in the foreground, the information is displayed through the display control.
In this embodiment, the terminal device may start the corresponding application program according to the operation of the user, and run the started application program in the foreground. And the foreground operation is specifically the application program corresponding to the current display interface. If the application program started by the user is the first application program and the current display interface is the operation interface of the first application program, the fact that the first application program is used by the user at the current moment is indicated, and therefore the information required to be displayed is displayed through the display control, and the purpose of pushing the information to the target group is achieved.
In this embodiment, the display modes of the display control include multiple display modes, such as embedded display, pop-up display, and suspension display. Specifically, the embedded display is to embed the display control into a blank area in the operation interface of the first application program, and the display mode can be fused with the operation interface of the first application program at a higher degree, so that a better display effect is achieved. The display of the bullet frame is specifically as follows: when the user is detected to open the application program or execute a certain operation, a pop-up frame is generated, and the information required to be displayed is displayed through the pop-up frame. The suspension display combines the characteristics of embedded display and elastic frame display, and specifically comprises the following steps: and creating a new layer on the layer of the operation interface of the first application program, and placing the display control on the newly created layer, so that the display can be displayed for a long time and is independent of the operation interface of the application program.
Optionally, the server for issuing the information may send an information list including a plurality of information to be displayed to the terminal device, and the terminal device performs operations S101 to S104 on each piece of information to be displayed in the information list in sequence, thereby achieving the purpose of configuring a plurality of pieces of information to be displayed at the same time. In this case, the display controls corresponding to different information to be displayed may be integrated on the same first application program, or may be integrated on different application programs, which may be determined according to the display size of the display control and the displayable area of the first application program.
It can be seen from the above that, in the information display method provided in the embodiment of the present invention, the information to be displayed is received, and the display control, which is matched with the information to be displayed, of the information is determined according to the information type of the information, at the same time, the operation statistical file local to the terminal device is obtained, the application programs that have been installed and used by the user on the terminal device are determined, and one of the application programs is selected from the application programs to integrate the display control for displaying the information, and when the user starts the application program to run in the foreground, the information to be displayed can be displayed to the user through the display control, so that the purpose of information exposure is achieved. Compared with the prior art, the embodiment of the invention selects one of the application programs installed in the local terminal as the carrier for information display, thereby ensuring that the application program integrating the display control cannot cause information to reach a target group because a user does not install or use the application program, improving the success rate of information display and ensuring the exposure rate of the information. On the other hand, the information required to be displayed and the control required for displaying the information are integrated in the first application program, the terminal device can achieve the purpose of information display even if the terminal device is not communicated with the information server, and the existing information display technology needs to call the SDK interface to receive the information issued by the information server, namely the terminal device needs to be in a networking mode to achieve information pushing.
Fig. 2 shows a flowchart of a specific implementation of the method S103 for displaying information according to the second embodiment of the present invention. Referring to fig. 2, with respect to the embodiment shown in fig. 1, the method S103 for displaying information provided in this embodiment includes S1031 to S1035, which are detailed as follows:
further, the integrating the display control into the first application based on the operation statistics file includes:
in S1031, according to the operation record included in the operation statistics file, the application identifier of the first application program to which the operation record belongs is extracted.
In this embodiment, the terminal device selects any one of the operation records from the plurality of operation records included in the operation statistics file as a target operation record, identifies the application program recorded in the target operation record as a first application program, and obtains an application identifier of the first application program. The application identifier may be a file name, a storage address, a program number, and the like of the application program, and may uniquely define the application program.
Optionally, in this embodiment, in a starting process of the terminal device, an application management Service (Package Manager Service) is started, where the Service is used to scan a directory specified in the terminal device, determine that the directory includes an operating file of the application program, and for an android system, use an apk as a suffix file, and for a microsoft system, use an exe as a suffix file, and then use the directory where the operating file is located as an application identifier of the application program, and when an operation record is generated, add the application identifier to the operation record. In this embodiment, by modifying the source code of the application management service, when the application management service is started, the operation statistics file is obtained from the new server, the application identifier included in the operation statistics file is identified, and the corresponding storage location of each application program in the local database is located.
In S1032, the operation file corresponding to the application identifier is acquired from the database.
In this embodiment, the terminal device searches for a file matching the application identifier in a local database according to the application identifier, and then identifies the file matching the application identifier obtained by the search as an operating file of the first application program.
In this embodiment, if the terminal device cannot find the running file corresponding to the application identifier in the database, it indicates that the first application program may be deleted by the user, and in this case, the terminal device acquires any remaining application program except the first application program according to the operation statistics file, and uses the application program as a target application program of the integrated display control, and executes the operations in S1031 and S1032.
In S1033, the operation file is disassembled to obtain the operation interface of the first application program.
In this embodiment, the terminal device disassembles the running file through a preset disassembler. Wherein the preset disassembler will match the file type of the run file. For example, for an Android installation Package (APK), the preset disassembler may be an apktool program; for example, the predetermined disassembler may be a c32asm Program for an Executable Program (EXE). Therefore, the terminal device may also determine the corresponding disassembler according to the file type of the operation file before executing S1033.
In this embodiment, the terminal device may obtain the preset disassembling program through the internet or a server, or may disassemble the running file through a built-in disassembling program. Preferably, the terminal device disassembles the running file through a built-in disassemblable programming order, and if the disassemblable running file is successfully disassembled, the step of S1034 is executed; otherwise, if the disassembling fails, the disassembling program matched with the file type of the running file is obtained through the Internet or a server.
In this embodiment, when the user initiates the start instruction, each application program constructs a corresponding operation interface through the operation file, that is, the operation file implicitly contains the relevant information of the operation interface, so the terminal device may also obtain the operation interface of the application program by disassembling the operation file.
In order to facilitate understanding of a specific implementation process of S1033, an implementation manner on the android system is taken as an example for explanation: the terminal equipment disassembles the APK of the first application program through a preset disassembler, wherein the disassembler can be an apktool, and a smali code of the APK of the first application program is obtained. In this embodiment, after the terminal device uses the apktool to decompile the APK file of the first application program, a smali file is generated under the directory where the apktool is located, all the decompiled smali files are stored under the directory, the above-mentioned smali file generates a corresponding directory according to the hierarchical structure of the APK, and all the components in the application program generate independent smali files under the directory corresponding to the hierarchical structure of the APK. For convenience of description, for example, assuming that a component (Activity) name is com.sunxz.test.mainactivty, a com \ sunxz \ test \ directory structure is sequentially generated under a smali directory, and then a mainactivty.smali file is generated under the directory. Traversing and analyzing all Activities carried in a smali folder according to the obtained APK file, and generating a smali code file corresponding to each Activity under a smali directory corresponding to the APK file, wherein taking the above MainActivlty.
.class public Lcom/sunxz/test/MainActivlty;
.super Landroid/app/Activlty;
.source"MainActivlty.java"
#virutal methods
.method protected onCreate(Landroid/os/Bundle;)V
.locals 3
.parameter"savedInstanceState"
.prologue
.line 14
invoke-super{p0,p1},Landroid/app/Activity;->onCreate
(Landroid/os/Bundle;)V
.line 15
const/high 16v2,0x7f03
invoke-virtual { p0, v2}, Lcom/sunxz/test/MainActivlty; - > setContentView (I) V// settings for the view of MainActivity this activity, the layout represented by the parameters is loaded by the setContentView (I) method.
Wherein the first line ". class" instruction specifies the class name of the Activity. The second line ". super" instruction specifies the parent class of the Activity. The third line ". Source" instruction specifies the source file name of the Activity. # virtual methods is a method declaration instruction, parameter is a parameter instruction, prologue is a code start instruction, and invoke-virtual is a method call instruction. invoke-virtual is an opcode, indicating that a method call is used, { pO, v2} is a register for placing parameters. Lcom/sunxz/test/MainActivlty; is the object type calling the method, setContentView (I) V is the specific method called, wherein I means the type of the parameter is integer int, and V means the type of the return value is void. In the line disassembler, two registers pO and v2 respectively store Lcom/example/test/MainActivity and an int type value, the int type value is defined in the code const/high 16v2,0x7f03 in the penultimate line, the line code represents that the value 0x7f03 is assigned to the register v2, and the layout file with the ID 0x7f03 can be determined to be actively loaded by the MainActivity. As described above, after the APK is decompiled, the r.class file is obtained, and the r.class file is analyzed to know that the layout file name corresponding to 0x7f03 is activity _ main, so far, the MainActivity and the layout file loaded by the MainActivity are activity _ main, where activity _ main.xml is located in the APK/res/layout/directory. Therefore, for all the application programs in the operation statistical file, the disassembling mode can be adopted to obtain the operation interfaces corresponding to the application programs.
In S1034, a corresponding placement area of the display control within the operation interface is determined.
In this embodiment, the terminal device searches for a position matching the display size of the display control from the application according to the operation interface of the first application, and locks the position to serve as a placement area of the display control.
Optionally, the terminal device may determine the placement area according to the display type of the display control. For example, if the display type of the display control is an embedded display, that is, the display control needs to be embedded into the blank area of the operation interface, so that the terminal device obtains one or more communicated idle areas included in the operation interface, and determines that the idle area can accommodate the display control, and if so, takes the idle area that can accommodate the display control as the placement area. If the display type of the display control is suspension display, the area where the user needs to operate needs to be determined, so that the phenomenon that the normal use of the user is hindered due to the fact that the display control blocks the operation control in the operation interface is avoided, namely, the area without the touch function in the operation interface is determined, and one of the areas is selected as a placement area of the display control.
In S1035, the run file is updated according to the display control and the placement area, and the display control is integrated in the first application.
In this embodiment, after determining the placement area of the display control, the terminal device obtains the position coordinates of the placement area, then adds the control program corresponding to the display control into the running file, and establishes a relationship between the control program and the position coordinates, so that the display control can be displayed in the area indicated by the coordinate position when the running file is run next time. It should be noted that, when the running file is updated, the terminal device may also add information to be displayed to the running file.
In the embodiment of the invention, the operation interface of the first application program is obtained by disassembling the running file, and then the placement area of the display control in the operation interface is determined, so that the accuracy of positioning the placement area of the display control is improved, and the display effect is optimized.
Fig. 3 is a flowchart illustrating a specific implementation of the method S1033 for displaying information according to the third embodiment of the present invention. Referring to fig. 3, with respect to the embodiment shown in fig. 2, S1033 of the method for displaying information in this embodiment includes S10331 to S10333, which are detailed as follows:
further, the determining a corresponding placement area of the display control within the operation interface includes:
in S10331, components included in the operation interface are acquired.
In this embodiment, each operation interface includes a plurality of components, and each component can implement a corresponding function according to an operation of a user. For example, an input box component to which a user may input a corresponding character string by selecting the input box component; as another example, the jump component can be clicked by a user to realize jumping to the associated address. That is, modules having a touch function in an operation interface can be identified as one component.
In this embodiment, since the user may execute a related operation, such as initiating a service request, interacting with another user, and the like, through the operation interface of the first application program, the operation interface necessarily includes a plurality of components that can be controlled by the user, and an area that is not occupied by the components in the operation interface may be identified as an idle area because the operation interface does not have a function of interacting with the user. In order to determine the position where the display control is placed, all components contained in the operation interface need to be acquired.
In this embodiment, the terminal device may obtain the information of the operation interface by disassembling the run file, and identify all components included in the operation interface.
In S10332, a remaining free area within the operation interface is determined according to the display size and the embedded area of each of the components.
In this embodiment, each component corresponds to one display size and the corresponding embedding area of the component in the operation interface, so that the area of the operation interface occupied by the existing component can be determined by the display sizes and the embedding areas of all the components, and the other areas except the occupied area are the remaining idle areas in the operation interface.
It should be noted that, in addition to the components originally included in the first application program, the components also include display controls corresponding to other information that has been integrated before the display control is integrated this time. I.e., each application may simultaneously act as a carrier for multiple information display controls. In this case, when the terminal device starts the first application, a plurality of pieces of information may be displayed through the plurality of display controls at the same time.
It should be noted that the areas covered in the same idle area are all communicated, so that one operation interface may include a plurality of idle areas.
In S10333, if the display size of the display control matches any of the free areas, the matched free area is used as the placement area.
In this embodiment, the matching between the display size of the display control and the idle area specifically includes: the free area can accommodate the display control, that is, the width of the free area is greater than or equal to the width corresponding to the display size, and the length of the free area is greater than or equal to the length of the display size.
Optionally, if each spatial region in the operation interface is not matched with the size of the display control, it indicates that the display control cannot be integrated in the first application, and it needs to determine, from the operation statistics file, whether an idle region exists in the operation interface of the other application programs except the first application program for placing the display control, so that the above process may be repeatedly executed until an idle region that is matched with the display size of the display control exists in a certain application program is found.
In the embodiment of the invention, the idle area contained in the operation interface is determined by obtaining the components contained in the operation interface and according to the display size and the embedded area of each component, and the idle area matched with the display size of the display control is selected as the placement area of the display control, so that the purpose of accurately positioning the placement area is realized, and the display effect is improved.
Fig. 4 is a flowchart illustrating a specific implementation of a method for displaying information according to a fourth embodiment of the present invention. Referring to fig. 4, with respect to the embodiment shown in fig. 1, the method for displaying information provided in this embodiment further includes steps S401 to S404, which are detailed as follows:
in S401, an application currently running in the foreground is detected at a preset cycle.
In this embodiment, the terminal device detects, at preset periodic intervals, an operation record of a user, where the operation record refers to a record of all operations of the terminal device performed by the user during a period from the terminal device being turned on to the terminal device being turned off, and the operation record includes, but is not limited to: the power-on and power-off record is used for recording the power-on time and the power-off time of a user; the application operation record is used for storing relevant information of the user operation application, such as the time of entering a certain application and the time of leaving the application; the system information record is used for storing system information and application information in the system, such as system memory information, application occupied memory information and the like; the key information record stores the relevant information of the user key, such as the key start time, the key end time, the corresponding key value, etc.
It is emphasized that the operation record is in particular an application currently running in the foreground of the terminal device at the moment of detection. Therefore, in S401, the terminal device also correspondingly acquires the currently foreground-running application program without recording the background-running application program.
Specifically, different operation records have corresponding acquisition modes. Optionally, for the system information record, the system information record may be calculated according to an operation record of each application program in the terminal device, for example, the memory occupied by the application program in the terminal device at a certain time is counted, and the system information record may be calculated by obtaining the memory occupied by each currently running application program in the terminal device at the current time. For the application operation record, that is, the application information operated by the user is generated along with the operation of the user, therefore, the operation acquired in the embodiment of the present invention refers to the record of the operation performed by the user on the application of the system, and the record may truly reflect the specific behavior of the actual user.
For example, suppose a user starts up to enter a main interface application identified by a terminal, and if the user stays on the main interface application for a period of time, the user clicks to enter a setting application interface, and then enters a certain player application interface again, and watches to shut down for a period of time. The operation record of the user in the period from power on to power off is as follows: the method comprises the steps of main interface application, key operation, setting application, key operation and certain player application.
In S402, if the application program detected in the current period is different from the application program detected in the previous period, taking the current detection time as a start time of the application program detected in the current period and as a close time of the application program detected in the previous period; wherein the ending time of the previous period is equal to the starting time of the current period.
In this embodiment, the terminal device acquires a corresponding application program in different periods, and if a certain detected application program belongs to two different application programs with an application program detected in a previous adjacent period, it indicates that an application program switching operation has occurred within the range of the period, and when the detection period is short or the accuracy requirements for the closing time and the opening time are low, it may be considered that the current detection time is the starting time for starting the application program detected this time and the closing time for closing the application detected in the previous adjacent period.
It should be emphasized that the previous period and the current period are two adjacent periods, i.e. the end time of the previous period coincides with the start time of the current period.
In S403, an operation record of each application is generated based on the start time and the stop time corresponding to the application.
In this embodiment, the terminal device records the corresponding start time and close time from the start time when the detected application program changes from the application program obtained last time, so that the start time and close time corresponding to each time when each application program is called to the foreground can be obtained, and a corresponding operation record is generated according to the start time and close time called each time, thereby obtaining the running time of each application program in the foreground.
For example, as can be seen from the example of S401, the operation record of the user during the period from power on to power off may be: the user behavior comprises a series of application program operations and key operations, and the applications and the key operations have time sequences. In the embodiment of the invention, the user behavior record of the user in the period from startup to shutdown is abstracted into the operation record, and the operation statistical file is generated, namely the operation statistical file is the operation record of the application program combined by a series of relative time.
In S404, if a shutdown instruction is detected, the operation statistics file is obtained according to all the generated operation records.
In this embodiment, the terminal device merges all the operation records generated from the current startup time to the shutdown time to generate an operation statistical file, so that the terminal device can determine all the application programs running on the foreground in the startup process of the terminal device and the operation durations corresponding to the application programs by reading one file.
Optionally, after the terminal device generates the corresponding operation statistics file, in order to save a storage space of the terminal device and facilitate the information distribution server to manage each terminal device, the operation statistics file may be uploaded to the information distribution server, so as to implement backup of the operation statistics file.
Optionally, if the terminal device detects that the number of the operation records is greater than a preset record threshold, an operation statistical file may be generated for all the operation records that have been produced, and the generated operation records may be deleted, so that the terminal device is started for a long time and frequently switches operations, which may cause the operation records to be too large and affect the available space of the memory.
Specifically, the specific implementation steps of obtaining the operation statistics file are as follows:
1. and acquiring an application identifier corresponding to an application program (TopAactivity) operated in a foreground in the system.
2. And saving the current application package name.
3. And acquiring the application identifier of TopActive in the terminal equipment again at a preset time period.
4. And (3) judging whether the application identifier in the step (2) is the same as the TopActive application identifier in the step (3), if not, executing the step (5), otherwise, skipping to the step (3).
5. And acquiring the current time of the system, and taking the current time as the closing time of the application program acquired in the step 1 and the opening time of the application program acquired at the current time. And obtaining an operation record corresponding to the application program according to the previously obtained opening time of the application program obtained in the step 1 and the obtained closing time obtained in the step 5. Alternatively, the format of the operation record may be: (application id, 1 is start time, 2 is end time).
6. And (4) jumping to the step 1 for execution until the system is shut down.
7. By repeatedly executing the steps, all operation records generated by the user on the terminal equipment in the time period from startup to shutdown can be obtained, and the corresponding operation statistical file is generated. The format of the operation statistics file in the convenient description is as follows:
(application 1, {1 ═ 2017-11-2010: 19:53,2 ═ 2017-11-2010: 59:06})
(application 2, {1 ═ 2017-11-2010: 59:06,2 ═ 2017-11-2011: 01:18})
(application 1, {1 ═ 2017-11-2011: 01:18,2 ═ 2017-11-2011: 03:16})
(application 3, {1 ═ 2017-11-2011: 03:16,2 ═ 2017-11-2012: 01:18})
(application 4, {1 ═ 2017-11-2012: 01:18,2 ═ 2017-11-2016: 01:18})
In the embodiment of the invention, whether the current foreground running application programs are the same or not is detected according to the preset period, so that the operation records of the application programs are obtained, and then the operation statistical file is generated, so that the determination of which application programs used by a user on the terminal equipment are convenient, the display control is accurately integrated on the application programs installed by the user, and the exposure rate of information is improved.
Fig. 5 is a flowchart illustrating a specific implementation of the method S101 for displaying information according to the fifth embodiment of the present invention. Referring to fig. 5, with respect to the embodiment described in fig. 1 to 4, in the method for displaying information provided by this embodiment, the receiving information to be displayed and determining a display control for displaying the information according to the information type of the information includes S1011 to S1013, which are detailed as follows:
further, the root receives information to be displayed, and determines a display control for displaying the information according to the information type of the information, including:
in S1011, the information identification of the information is acquired.
In this embodiment, each piece of information corresponds to an information identifier, which may be an information name, an information label, or a keyword extracted according to the information content of the piece of information. For example, if a user promotes advertisement information of a mobile phone, the information identifier may be composed of three keywords (model of the mobile phone, picture, V1), where "picture" identifies that the advertisement information is a picture type, and "V1" indicates that the version number of the picture information is the first version.
In this embodiment, the terminal device carries the information identifier corresponding to the information in the data packet corresponding to the message to be displayed when receiving the message, and the terminal device can obtain the information identifier corresponding to the information by interpreting the data packet. Optionally, if the data packet does not include the information identifier, the terminal device may extract the keyword included in the information through an information recognition algorithm, and use the keyword as the information identifier corresponding to the information. The information identification algorithm is matched with the information type of the information, for example, if the information is image information, the information identification algorithm is an image identification algorithm, and if the information is audio information, the information is subjected to semantic identification algorithm.
In S1012, the pushed terminal list corresponding to the information identifier is queried from a pre-stored information database.
In this embodiment, the terminal device may obtain a pre-stored information database from the information push server, where the information database stores a pushed terminal list corresponding to all information. The terminal equipment sends a push list acquisition request to the information push server, the acquisition request carries an information identifier corresponding to the received information, the information database inquires a corresponding pushed terminal list according to the information identifier, generates an acquisition result according to the pushed terminal list and returns the acquisition result to the terminal equipment.
In this embodiment, the pushed terminal list records terminal identifiers corresponding to terminal devices that have integrated a display control into an application. The display control refers to a display control corresponding to the information indicated by the information identifier.
In S1013, if the terminal identifier corresponding to the pushed terminal is not found in the pushed terminal list, a display control for displaying the information is determined according to the information type of the information.
In this embodiment, after receiving the pushed terminal list, the terminal device queries whether the terminal identifier corresponding to the terminal device is present in the pushed terminal list, so as to determine that the information has been displayed. If the terminal identification already exists in the pushed terminal list, the subsequent operation is not stopped; on the contrary, if the terminal identifier does not exist in the pushed terminal list, the information is not displayed locally, so that the operation of determining the display control for displaying the information according to the information type of the information can be executed.
In the embodiment of the invention, whether the information is displayed on the terminal equipment can be determined by acquiring the pushed terminal list corresponding to the information to be displayed, so that the situation of repeated display is avoided.
Fig. 6 is a flowchart illustrating a specific implementation of a method for displaying information according to a sixth embodiment of the present invention. Referring to fig. 6, in the method for displaying information according to the embodiment described with respect to fig. 5, after the display control is integrated in the first application based on the operation statistics file, the method further includes S601 to S602, which are detailed as follows:
further, after the integrating the display control into the first application based on the operation statistics file, the method further includes:
in S601, an information push record is generated according to the terminal identifier, the application identifier, and the information identifier.
In this embodiment, after the terminal device completes the integration operation of the display control of the information to be displayed, an information push record is generated according to the information identifier corresponding to the information to be displayed, the application identifier of the first application program integrating the display control, and the terminal identifier corresponding to the terminal device itself.
In S602, the pushed terminal list is updated based on the information push record.
In this embodiment, the terminal device adds the obtained information push record to the pushed terminal list, so that when a display request corresponding to the information is received again in the following, repeated integration can be avoided. Specifically, if the pushed terminal list is recorded in the information server, the terminal device may send a list update message, where the list update message carries the information push record, so that the information server updates the pushed terminal list according to the information push record; if the pushed terminal list is stored locally, the terminal device may modify the pushed terminal list and upload the modified list to the information server.
In the embodiment of the invention, after the display control corresponding to the information is successfully integrated, the corresponding information push record is generated, and the pushed terminal list is updated, so that the real-time performance of the pushed terminal list is improved, and the situation of repeated display is avoided.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Fig. 7 is a block diagram illustrating a configuration of an information display terminal according to an embodiment of the present invention, where the information display terminal includes units for executing steps in the embodiments corresponding to fig. 1 to 5. Please refer to the related descriptions of the embodiments corresponding to fig. 1 to fig. 6. For convenience of explanation, only the portions related to the present embodiment are shown.
Referring to fig. 7, the information display terminal includes:
a display information receiving unit 71, configured to receive information to be displayed, and determine a display control for displaying the information according to an information type of the information;
an operation statistic file acquiring unit 72 for acquiring an operation statistic file; the operation statistical file comprises operation records of application programs installed locally;
a display control integration unit 73, configured to integrate the display control in the first application based on the operation statistics file; the first application program is any one application program recorded in the operation statistical file;
and an information display executing unit 74, configured to display the information through the display control if it is monitored that the first application program runs in the foreground.
Optionally, the display control integration unit 73 includes:
the application identifier extraction unit is used for extracting the application identifier of the first application program to which the operation record belongs according to the operation record contained in the operation statistical file;
the running file acquisition unit is used for acquiring a running file corresponding to the application identifier from a database;
an operation interface obtaining unit, configured to disassemble the running file to obtain an operation interface of the first application program;
the placement area determining unit is used for determining a corresponding placement area of the display control in the operation interface;
and the data packet updating unit is used for updating the running file according to the display control and the placement area and integrating the display control into the first application program.
Optionally, the placement area determining unit includes:
the component acquisition unit is used for acquiring components contained in the operation interface;
a free area determination unit configured to determine a remaining free area in the operation interface according to a display size and an embedded area of each of the components;
and the placement area matching unit is used for taking the matched idle area as the placement area if the display size of the display control is matched with any idle area.
Optionally, the information display terminal further includes:
detecting an application program currently running in a foreground at a preset period;
if the application program detected in the current period is different from the application program detected in the previous period, taking the current detection time as the starting time of the application program detected in the current period and as the closing time of the application program detected in the previous period; wherein, the ending time of the previous period is equal to the starting time of the current period;
generating an operation record of each application program based on the starting time and the closing time corresponding to the application program;
and if a shutdown instruction is detected, obtaining the operation statistical file according to all the generated operation records.
Optionally, the display information receiving unit 71 includes:
an information identifier acquiring unit for acquiring an information identifier of the information;
inquiring a pushed terminal list corresponding to the information identification from a pre-stored information database;
if the terminal identification corresponding to the pushed terminal list is not searched in the pushed terminal list, determining a display control for displaying the information according to the information type of the information
Therefore, the information display terminal provided by the embodiment of the invention can also select one of the application programs installed in the local terminal as the carrier for information display, so that the situation that the information cannot reach a target group due to the fact that the application program integrating the display control is not installed or used by a user is determined, the success rate of information display is improved, and the exposure rate of the information is ensured. On the other hand, the information required to be displayed and the control required for displaying the information are integrated in the first application program, the terminal device can achieve the purpose of information display even if the terminal device is not communicated with the information server, and the existing information display technology needs to call the SDK interface to receive the information issued by the information server, namely the terminal device needs to be in a networking mode to achieve information pushing.
Fig. 8 is a schematic diagram of a terminal device according to another embodiment of the present invention. As shown in fig. 8, the terminal device 8 of this embodiment includes: a processor 80, a memory 81 and a computer program 82, such as a program for information display, stored in said memory 81 and operable on said processor 80. The processor 80, when executing the computer program 82, implements the steps in the various information display method embodiments described above, such as S101-S104 shown in fig. 1. Alternatively, the processor 80, when executing the computer program 82, implements the functions of the units in the device embodiments described above, such as the functions of the modules 71 to 74 shown in fig. 7.
Illustratively, the computer program 82 may be divided into one or more units, which are stored in the memory 81 and executed by the processor 80 to accomplish the present invention. The one or more units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program 82 in the terminal device 8. For example, the computer program 82 may be divided into a display information receiving unit, an operation statistics file obtaining unit, a display control integration unit, and an information display execution unit, where the specific functions of each unit are as follows:
the display information receiving unit is used for receiving information to be displayed and determining a display control for displaying the information according to the information type of the information;
an operation statistic file acquiring unit for acquiring an operation statistic file; the operation statistical file comprises operation records of application programs installed locally;
a display control integration unit, configured to integrate the display control in a first application based on the operation statistics file; the first application program is any one application program recorded in the operation statistical file;
and the information display execution unit is used for displaying the information through the display control if the first application program is monitored to run in the foreground.
The terminal device 8 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 80, a memory 81. Those skilled in the art will appreciate that fig. 8 is merely an example of a terminal device 8 and does not constitute a limitation of terminal device 8 and may include more or fewer components than shown, or some components may be combined, or different components, e.g., the terminal device may also include input-output devices, network access devices, buses, etc.
The Processor 80 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 81 may be an internal storage unit of the terminal device 8, such as a hard disk or a memory of the terminal device 8. The memory 81 may also be an external storage device of the terminal device 8, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the terminal device 8. Further, the memory 81 may also include both an internal storage unit and an external storage device of the terminal device 8. The memory 81 is used for storing the computer program and other programs and data required by the terminal device. The memory 81 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention 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 solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (8)

1. A method of information push, comprising:
receiving information to be pushed, and determining a display control for displaying the information according to the information type of the information;
acquiring an operation statistical file; the operation statistical file comprises operation records of application programs installed locally;
integrating the display control in a first application based on the operation statistics file, including: acquiring an operation file corresponding to a first application program, adding code information corresponding to a display control into the operation file, and creating a component for the display control; the first application program is any one application program recorded in the operation statistical file;
if the first application program is monitored to run in the foreground, displaying the information through the display control;
the integrating the display control into the first application based on the operation statistics file includes:
extracting an application identifier of a first application program to which the operation record belongs according to the operation record contained in the operation statistical file;
acquiring an operation file corresponding to the application identifier from a database;
disassembling the running file to obtain an operation interface of the first application program;
determining a corresponding placement area of the display control in the operation interface, including: searching a position matched with the display size of the display control from an operation interface of the application program, and locking the position to be used as a placement area of the display control;
and updating the running file according to the display control and the placement area, and integrating the display control into the first application program.
2. The method of claim 1, wherein the determining a corresponding placement area of the display control within the operational interface comprises:
acquiring components contained in the operation interface;
determining the rest idle area in the operation interface according to the display size and the embedded area of each component;
and if the display size of the display control is matched with any one of the idle areas, taking the matched idle area as the placement area.
3. The method of claim 1, further comprising:
detecting an application program currently running in a foreground at a preset period;
if the application program detected in the current period is different from the application program detected in the previous period, taking the current detection time as the starting time of the application program detected in the current period and as the closing time of the application program detected in the previous period; wherein, the ending time of the previous period is equal to the starting time of the current period;
generating an operation record of each application program based on the starting time and the closing time corresponding to the application program;
and if a shutdown instruction is detected, obtaining the operation statistical file according to all the generated operation records.
4. The method according to any one of claims 1-3, wherein the receiving information to be pushed and determining a display control for displaying the information according to an information type of the information comprises:
acquiring an information identifier of the information;
inquiring a pushed terminal list corresponding to the information identification from a pre-stored information database;
and if the terminal identification corresponding to the pushed terminal list is not searched in the pushed terminal list, determining a display control for displaying the information according to the information type of the information.
5. The method of claim 4, further comprising, after the integrating the display control into the first application based on the operation statistics file:
generating an information pushing record according to the terminal identifier, the application identifier and the information identifier;
and updating the pushed terminal list based on the information push record.
6. A terminal for information push, comprising:
the display information receiving unit is used for receiving information to be displayed and determining a display control for displaying the information according to the information type of the information;
an operation statistic file acquiring unit for acquiring an operation statistic file; the operation statistical file comprises operation records of application programs installed locally;
a display control integration unit, configured to integrate the display control into a first application based on the operation statistics file, including: acquiring an operation file corresponding to a first application program, adding code information corresponding to a display control into the operation file, and creating a component for the display control; the first application program is any one application program recorded in the operation statistical file;
the information display execution unit is used for displaying the information through the display control if the first application program is monitored to run in the foreground;
the display control integration unit includes:
the application identifier extraction unit is used for extracting the application identifier of the first application program to which the operation record belongs according to the operation record contained in the operation statistical file;
the running file acquisition unit is used for acquiring a running file corresponding to the application identifier from a database;
an operation interface obtaining unit, configured to disassemble the running file to obtain an operation interface of the first application program, where the operation interface obtaining unit is configured to: searching a position matched with the display size of the display control from an operation interface of the application program, and locking the position to be used as a placement area of the display control;
the placement area determining unit is used for determining a corresponding placement area of the display control in the operation interface;
and the data packet updating unit is used for updating the running file according to the display control and the placement area and integrating the display control into the first application program.
7. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any of claims 1 to 5 when executing the computer program.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN201711450641.7A 2017-12-27 2017-12-27 Information display method and terminal thereof Active CN109976754B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711450641.7A CN109976754B (en) 2017-12-27 2017-12-27 Information display method and terminal thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711450641.7A CN109976754B (en) 2017-12-27 2017-12-27 Information display method and terminal thereof

Publications (2)

Publication Number Publication Date
CN109976754A CN109976754A (en) 2019-07-05
CN109976754B true CN109976754B (en) 2021-07-30

Family

ID=67072002

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711450641.7A Active CN109976754B (en) 2017-12-27 2017-12-27 Information display method and terminal thereof

Country Status (1)

Country Link
CN (1) CN109976754B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111858686A (en) * 2020-07-08 2020-10-30 深圳市富途网络科技有限公司 Data display method and device, terminal equipment and storage medium
CN115185423B (en) * 2022-07-14 2024-01-19 Oppo广东移动通信有限公司 Recent task display method and device, electronic equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775248A (en) * 2016-12-20 2017-05-31 北京小米移动软件有限公司 Push the methods of exhibiting and device of content

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7904187B2 (en) * 1999-02-01 2011-03-08 Hoffberg Steven M Internet appliance system and method
US8046696B2 (en) * 2005-11-17 2011-10-25 Oracle International Corporation System and method for providing active menus in a communities framework
US20090254846A1 (en) * 2008-04-02 2009-10-08 Microsoft Corporation Interactive host-aware advertising
US20110145063A1 (en) * 2009-12-15 2011-06-16 Microsoft Corporation Targeting applications with advertisements
US9071635B1 (en) * 2011-10-19 2015-06-30 Wichorus, Inc. Methods and apparatus for identifying paging activities during idle mode
CN104283924B (en) * 2013-07-08 2019-08-13 腾讯科技(深圳)有限公司 Information-pushing method, device, client and server
CN104252374B (en) * 2014-10-17 2018-04-20 北京奇虎科技有限公司 The program management-control method and device changed based on framework
CN107465703B (en) * 2016-06-02 2020-10-30 上海海典软件股份有限公司 System and method for realizing internet information interaction and pushing based on desktop program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775248A (en) * 2016-12-20 2017-05-31 北京小米移动软件有限公司 Push the methods of exhibiting and device of content

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Measuring Android App Repackaging Prevalence based on the Permissions of App";SajalRastogi等;《Procedia Technology》;20160709;第24卷;第1436-1444页 *
"基于校园手机APP广告的精准投放策略分析";杨艳密 等;《教育现代化》;20160926;第3卷(第27期);第184-187页 *

Also Published As

Publication number Publication date
CN109976754A (en) 2019-07-05

Similar Documents

Publication Publication Date Title
CN111061484B (en) Code compiling method, device, server, user terminal and readable medium
JP5208350B2 (en) Self-describing software image update component
CN108958844B (en) Application program control method and terminal
CN102779151B (en) The searching method of application program, Apparatus and system
US9588752B2 (en) Performing unattended software installation
CN103559065B (en) Method and system for OTA (Over-the-Air Technology) upgrade
US11310066B2 (en) Method and apparatus for pushing information
CN102314364A (en) Method for automatically adapting to mobile terminal
CN105550252A (en) File positioning method and device and electronic equipment
KR20070049095A (en) Servicing a component-base software product
CN103645923B (en) A kind of plug-in unit installation method and system
CN107800757B (en) User behavior recording method and device
CN111385633B (en) Resource searching method based on voice, intelligent terminal and storage medium
CN103339601A (en) Apparatus and method for providing application auto-install function in digital device
CN108540509B (en) Processing method and device of terminal browser, server and intelligent terminal
CN112948026A (en) Hotspot code processing method and device, server, electronic equipment and storage medium
CN109976754B (en) Information display method and terminal thereof
CN106201602B (en) Label providing method, label obtaining method, server and electronic equipment
CN103902562A (en) Method and device for upgrading terminal databases
CN112099800A (en) Code data processing method and device and server
CN111243580B (en) Voice control method, device and computer readable storage medium
WO2017000929A1 (en) Client-based media information delivery method and device
CN101470609A (en) Software upgrading method, system and electronic equipment thereof
CN104516743A (en) Upgrading method and system of embedded device firmware based on ActiveX
CN113791809B (en) Application exception handling method and device and computer readable storage medium

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
CB02 Change of applicant information

Address after: 516006 TCL science and technology building, No. 17, Huifeng Third Road, Zhongkai high tech Zone, Huizhou City, Guangdong Province

Applicant after: TCL Technology Group Co.,Ltd.

Address before: 516006 Guangdong province Huizhou Zhongkai hi tech Development Zone No. nineteen District

Applicant before: TCL RESEARCH AMERICA Inc.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant