CN109324865B - Application icon information updating display method and terminal - Google Patents

Application icon information updating display method and terminal Download PDF

Info

Publication number
CN109324865B
CN109324865B CN201811285931.5A CN201811285931A CN109324865B CN 109324865 B CN109324865 B CN 109324865B CN 201811285931 A CN201811285931 A CN 201811285931A CN 109324865 B CN109324865 B CN 109324865B
Authority
CN
China
Prior art keywords
application
icon information
managed
terminal
updated
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
CN201811285931.5A
Other languages
Chinese (zh)
Other versions
CN109324865A (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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201811285931.5A priority Critical patent/CN109324865B/en
Publication of CN109324865A publication Critical patent/CN109324865A/en
Application granted granted Critical
Publication of CN109324865B publication Critical patent/CN109324865B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention relates to the technical field of communication, and provides an application icon information updating and displaying method aiming at solving the problem that application icon information cannot be updated and displayed when an application source code cannot be acquired, which comprises the following steps: monitoring whether icon information of each application to be managed on the terminal needs to be updated; when it is monitored that icon information of a certain application to be managed needs to be updated, the terminal self-establishes a new application storing the updated and displayed icon information; associating the process of the newly-built application as the process of the application to be managed; and updating the icon information of the newly-built application into the updated and displayed icon information and displaying the updated and displayed icon information on the desktop of the terminal. The updating display of the application icon information is realized in a newly-built application mode, the updating display of the icon information on the terminal desktop is realized on the basis of not modifying the application source code of the application to be managed, the desktop display style of the terminal is consistent, the user experience is improved, and the method and the device are suitable for various terminals.

Description

Application icon information updating display method and terminal
Technical Field
The invention relates to the technical field of communication, in particular to a display method and a terminal of application icon information.
Background
With the development of intelligent terminals, most of the existing terminals can download required application programs, the applications are displayed on the terminal desktop in an icon information mode, the icon information generally comprises picture labels and character labels, the icon information is marked in an attribute file in an application source code, when a user clicks the icon information on the terminal desktop, the system calls the current application process to run the applications, when the user quits the applications, the system destroys the application process, but when the terminal system has function change, such as changing the system language from Chinese to English, changing the theme color of the system, and the like, the situation that the icon information of the applications on the terminal desktop cannot be updated and displayed is easy to occur, such as the character label part of the application icon information on the terminal desktop is an English label, part of the character label part is a Chinese label, and the picture frame color of the picture label is not matched with the theme color of the system, some applications can acquire the application source code and can directly modify the application source code so as to modify the icon information displayed on the desktop by the applications, but some third-party applications do not provide the application source code and can not modify the icon information of the applications, the application icons can not be updated and displayed, and the user experience is not high.
Disclosure of Invention
The invention aims to solve the problem that application icon information cannot be updated and displayed when an application source code cannot be acquired, and provides an application icon information updating and displaying method and a terminal.
The technical scheme adopted by the invention for solving the technical problems is as follows: the application icon information updating and displaying method comprises the following steps:
monitoring whether icon information of each application to be managed on the terminal needs to be updated;
when it is monitored that icon information of a certain application to be managed needs to be updated, the terminal self-establishes an icon information as the icon information of the application to be managed, and self-establishes a new application with a blank process, wherein an attribute file of the application to be managed, which needs to be updated, is stored in the new application, and the attribute file comprises the icon information of the update display;
associating the process of the newly-built application as the process of the application to be managed;
and updating the icon information of the newly-built application into the icon information in the attribute file and displaying the icon information on a desktop of the terminal.
Further, in order to make the icon information of the desktop displayed consistently, the application icon updating and displaying method further includes:
and deleting the icon information of the application to be managed on the terminal desktop.
Specifically, in order to facilitate a user to accurately select a desired application program, the application icon information includes a picture tag and a character tag.
Specifically, in order to keep the language of the text label consistent with the system language, the monitoring whether the icon information of the application to be managed on the terminal needs to be updated includes:
acquiring a system language of a terminal;
comparing the language of the character tag of each application to be managed on the desktop with the system language;
if the language of a certain application character label to be managed is not consistent with the system language, the icon information of the application to be managed needs to be updated, otherwise, the icon information does not need to be updated.
Specifically, in order to keep the frame color of the picture label consistent with the theme color of the system, the monitoring whether the icon information of the application to be managed on the terminal needs to be updated further includes:
acquiring the theme color of the terminal;
comparing the picture frame color of each picture label of the application to be managed on the desktop with the theme color;
and if the picture frame color of a certain to-be-managed application picture label is inconsistent with the theme color of the terminal, updating the icon information of the to-be-managed application, otherwise, not updating.
Based on the technical scheme, the invention also provides a terminal, which comprises a processor, a memory and a communication bus;
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is used for executing one or more programs in the memory to realize the steps of the application icon information updating display method.
Specifically, to save cost, the terminal is a smart phone, a personal computer, a smart television, a tablet computer, a navigation device or a media player.
The invention has the beneficial effects that: according to the application icon information updating and displaying method, updating and displaying of the application icon information are achieved in a newly-built application mode, the icon information of the newly-built application is set as the icon information needing to be updated and displayed, the process is associated with the process of the application to be managed, when the user needs to use the application to be managed, the process of the application to be managed can be called by clicking the newly-built application, updating and displaying of the icon information on the terminal desktop are achieved on the basis that the application source code of the application to be managed is not modified, the desktop display style of the terminal is consistent, and the user experience is improved.
Drawings
Fig. 1 is a flowchart of an application icon information update display method according to an embodiment of the present invention;
fig. 2 is another flowchart of an application icon information update display method according to an embodiment of the present invention;
fig. 3 is another flowchart of an application icon information updating and displaying method according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
The invention relates to an application icon information updating and displaying method, which comprises the following steps: monitoring whether icon information of each application to be managed on the terminal needs to be updated; when it is monitored that icon information of a certain application to be managed needs to be updated, the terminal self-establishes an icon information as the icon information of the application to be managed, and self-establishes a new application with a blank process, wherein an attribute file of the application to be managed, which needs to be updated, is stored in the new application, and the attribute file comprises the icon information of the update display; associating the process of the newly-built application as the process of the application to be managed; and updating the icon information of the newly-built application into the icon information in the attribute file and displaying the icon information on a desktop of the terminal.
The method comprises the steps that the terminal system displays the application on a desktop, and is realized by calling attribute file data of the application in practice, so that whether icons of all applications to be managed need to be updated or not is monitored according to preset conditions, if it is monitored that icon information of a certain application to be managed needs to be updated, icon information is automatically built to serve as the icon information of the updating display of the application to be managed, a newly built application with a blank process is automatically built, the process of the newly built application is associated with the process of the application to be managed, the attribute file of the newly built application is modified, the icon information of the newly built application is further modified, the icon information of the newly built application meets the conditions of the updating display of the icon information, a user clicks the newly built application, and the system can call the process of the application.
Examples
The application icon information updating and displaying method according to the embodiment of the present invention, as shown in fig. 1, includes the following steps:
s11, monitoring whether icon information of each application to be managed on the terminal needs to be updated or not;
the application to be managed in this embodiment may be any application installed on the terminal, for example, the application to be managed may be an external application downloaded from a server in a network through wireless communication according to a download instruction issued by a user, such as "WeChat", "microblog", and the like, or the application to be managed may be an internal application installed in a memory of the terminal before the terminal leaves the factory, such as "alarm clock", "calculator", and the like, that is, one or more applications to be managed may be used.
S12, when it is monitored that icon information of a certain application to be managed needs to be updated, the terminal self-establishes an icon information as the icon information of the application to be managed, which is updated and displayed, and self-establishes a new application with a blank process, wherein an attribute file of the application to be managed, which needs to be updated, is stored in the new application, and the attribute file comprises the icon information which is updated and displayed;
the attribute file to be updated includes icon information, the icon information is icon information to be updated and displayed, if the system language of the terminal is english, but the character tag in the original icon information of the application to be managed is chinese, then the icon information is icon information obtained by replacing the character tag in the original icon information with corresponding english, the icon information to be updated and displayed in the attribute file to be updated can modify the source code of the newly-built application, and then modify the data acquisition of the corresponding attribute file, and the icon information to be updated and displayed can be set according to the needs of the user.
S13, associating the process of the newly-built application as a process of an application to be managed;
when the terminal system calls the application, the process corresponding to the attribute file of the application is called, the process of the newly-built application is associated to be the process of the application to be managed, and the process of the application to be managed can be called by calling the attribute file of the newly-built application.
And S14, updating the icon information of the newly-built application into the icon information in the attribute file and displaying the icon information on a desktop of the terminal.
Setting the icon information of the newly-built application as the icon information to be updated and displayed, displaying the icon information to be updated and displayed on the terminal desktop, wherein the icon information to be updated and displayed corresponds to the original icon information of the application to be managed, if the character label of the icon information of the application to be managed is 'weather', but the system language of the terminal is English, the character label of the icon information to be updated and displayed is 'weather', and the icon information to be updated and displayed can also be set in a user-defined manner according to the user preference.
Preferably, the application icon update display method according to this embodiment may further include:
and S15, deleting the icon information of the application to be managed on the terminal desktop.
The icon information of the newly-built application can be arranged at the position of the original icon information of the application to be managed on the terminal desktop, so that a user can conveniently search the icon information.
Preferably, the application icon information described in this embodiment may include a picture tag and a character tag, which may facilitate a user to find and run a corresponding application program.
Preferably, as shown in fig. 2, the monitoring whether the icon information of the application to be managed on the terminal needs to be updated according to this embodiment includes:
s21, acquiring a system language of the terminal;
the system language of the terminal can include simplified Chinese, traditional Chinese, English, Japanese, Korean and the like, and the user can set the system language of the terminal and obtain the current system language of the terminal.
S22, comparing the language of the character tag of each application to be managed on the desktop with the system language;
s23, if the language of a certain application character label to be managed is not consistent with the system language, the icon information of the application to be managed needs to be updated, otherwise, the icon information does not need to be updated.
The language inconsistency includes that the language of the character tag of the application to be managed is Chinese, the system language is non-Chinese, such as English, and the character tag of the application to be managed, such as music, is Chinese: "music", but the system language is english, the icon information of the application to be managed needs to be updated.
Optionally, as shown in fig. 3, the monitoring whether the icon information of the application to be managed on the terminal needs to be updated further includes:
s31, obtaining the theme color of the terminal;
the theme color of the terminal is the main body color of the terminal set by the user, including red, orange, yellow, green and the like, and the current theme color of the terminal is obtained.
S32, comparing the picture frame color of each picture label of the application to be managed on the desktop with the theme color;
and S33, if the picture frame color of a certain picture label of the application to be managed is not consistent with the theme color of the terminal, the icon information of the application to be managed needs to be updated, otherwise, the icon information does not need to be updated.
If the frame color of the picture label of the application to be managed, music, is red, but the theme color of the system is non-red, such as black, the icon information of the application to be managed needs to be updated.
The embodiment also provides a terminal, which comprises a processor, a memory and a communication bus;
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is configured to execute one or more programs in the memory to implement the steps of the application icon information update display method according to the above-described embodiment.
The application icon information updating and displaying method can realize updating and displaying of the icon information of the application to be managed on the basis of not modifying the application source code of the application to be managed, so that the terminal for realizing the steps of the application icon information updating and displaying method can also carry out updating and displaying of the icon information of the application to be managed on the basis of not modifying the application source code of the application to be managed.
The terminal may be implemented in various forms, for example, the terminal may be a smart phone, a personal computer, a smart television, a tablet computer, a navigation device, a media player, or the like.

Claims (7)

1. The application icon information updating and displaying method is characterized by comprising the following steps:
monitoring whether icon information of each application to be managed on the terminal needs to be updated;
when it is monitored that icon information of a certain application to be managed needs to be updated, the terminal self-establishes an icon information as the icon information of the application to be managed, and self-establishes a new application with a blank process, wherein an attribute file of the application to be managed, which needs to be updated, is stored in the new application, and the attribute file comprises the icon information of the update display;
associating the process of the newly-built application as the process of the application to be managed;
and updating the icon information of the newly-built application into the icon information in the attribute file and displaying the icon information on a desktop of the terminal.
2. The method for updating and displaying application icon information of claim 1, further comprising:
and deleting the icon information of the application to be managed on the terminal desktop.
3. The application icon information updating display method as claimed in claim 1 or 2, wherein the application icon information includes a picture tag and a character tag.
4. The method for updating and displaying the application icon information as claimed in claim 3, wherein the monitoring whether the icon information of the application to be managed on the terminal needs to be updated includes:
acquiring a system language of a terminal;
comparing the language of the character tag of each application to be managed on the desktop with the system language;
if the language of a certain application character label to be managed is not consistent with the system language, the icon information of the application to be managed needs to be updated, otherwise, the icon information does not need to be updated.
5. The method for updating and displaying application icon information as claimed in claim 3, wherein the monitoring whether the icon information of the application to be managed on the terminal needs to be updated further comprises:
acquiring the theme color of the terminal;
comparing the picture frame color of each picture label of the application to be managed on the desktop with the theme color;
and if the picture frame color of a certain to-be-managed application picture label is inconsistent with the theme color of the terminal, updating the icon information of the to-be-managed application, otherwise, not updating.
6. A terminal, characterized in that the terminal comprises a processor, a memory and a communication bus;
the communication bus is used for realizing connection communication between the processor and the memory;
the processor is configured to execute one or more programs in the memory to implement the steps of the application icon information update display method according to any one of claims 1 to 5.
7. The terminal of claim 6, wherein the terminal is a smartphone, a personal computer, a smart television, a tablet, a navigation device, or a media player.
CN201811285931.5A 2018-10-31 2018-10-31 Application icon information updating display method and terminal Active CN109324865B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811285931.5A CN109324865B (en) 2018-10-31 2018-10-31 Application icon information updating display method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811285931.5A CN109324865B (en) 2018-10-31 2018-10-31 Application icon information updating display method and terminal

Publications (2)

Publication Number Publication Date
CN109324865A CN109324865A (en) 2019-02-12
CN109324865B true CN109324865B (en) 2021-09-21

Family

ID=65259594

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811285931.5A Active CN109324865B (en) 2018-10-31 2018-10-31 Application icon information updating display method and terminal

Country Status (1)

Country Link
CN (1) CN109324865B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324471A (en) * 2012-10-22 2013-09-25 中兴通讯股份有限公司 Dynamic modification method for applied launcher icon, message transmitting method and terminal
CN103970404A (en) * 2013-02-04 2014-08-06 联想(北京)有限公司 Information processing method and information processing device
CN105808246A (en) * 2016-03-01 2016-07-27 宇龙计算机通信科技(深圳)有限公司 Method and device for switching names of desktop icon folders and electronic apparatus
CN107479781A (en) * 2017-07-20 2017-12-15 努比亚技术有限公司 A kind of update method and terminal of application icon color
CN108234774A (en) * 2018-01-30 2018-06-29 维沃移动通信有限公司 The method for down loading and terminal of a kind of application program

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6484189B1 (en) * 1991-04-26 2002-11-19 Amiga Development Llc Methods and apparatus for a multimedia authoring and presentation system
ES2767874T3 (en) * 2003-12-01 2020-06-18 Blackberry Ltd Method to provide notifications of new events on a small screen device
US10102300B2 (en) * 2008-01-06 2018-10-16 Apple Inc. Icon creation on mobile device
CN103530220A (en) * 2013-10-09 2014-01-22 华为技术有限公司 Display method and system and terminal for application program icons
CN106383633A (en) * 2016-09-28 2017-02-08 Tcl集团股份有限公司 Application icon replacement method and apparatus
CN108021377A (en) * 2016-11-01 2018-05-11 阿里巴巴集团控股有限公司 A kind of application icon update method and device
CN108132735B (en) * 2016-11-30 2023-04-07 中兴通讯股份有限公司 Terminal and application control method
CN108322593A (en) * 2017-12-21 2018-07-24 努比亚技术有限公司 Application icon dynamic update display methods, terminal and computer readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324471A (en) * 2012-10-22 2013-09-25 中兴通讯股份有限公司 Dynamic modification method for applied launcher icon, message transmitting method and terminal
CN103970404A (en) * 2013-02-04 2014-08-06 联想(北京)有限公司 Information processing method and information processing device
CN105808246A (en) * 2016-03-01 2016-07-27 宇龙计算机通信科技(深圳)有限公司 Method and device for switching names of desktop icon folders and electronic apparatus
CN107479781A (en) * 2017-07-20 2017-12-15 努比亚技术有限公司 A kind of update method and terminal of application icon color
CN108234774A (en) * 2018-01-30 2018-06-29 维沃移动通信有限公司 The method for down loading and terminal of a kind of application program

Also Published As

Publication number Publication date
CN109324865A (en) 2019-02-12

Similar Documents

Publication Publication Date Title
EP3531257A1 (en) Application interface management method and apparatus
WO2017114116A1 (en) Method, apparatus and device for managing functional icon of application program of terminal
WO2017121278A1 (en) Information-pushing device, method, client and machine-readable storage medium
KR20150071252A (en) Method and apparatus for controlling a composition of a picture in electronic device
CN109582402B (en) Page display method and device
TW201743206A (en) Information display method, device, and system making possible in the system architecture level of integral management presentation information resources
CN105101479B (en) The network frequency band adaptive configuration method and device of mobile terminal
CN103294335A (en) Apparatus and method for creating a shortcut menu
CN106648733B (en) Method for application preloading
CN105786578A (en) Parameter configuration system and method
US20190057072A1 (en) Method, device and electronic equipment for switching name of desktop icon folder
CN111443910A (en) Skin rendering method and device, electronic equipment and computer storage medium
WO2018010322A1 (en) Method and device for sorting application cards
CN111596911A (en) Method and device for generating control, computer equipment and storage medium
CN103077049A (en) Smart method and system for updating desktop navigation bar
US20200120204A1 (en) Method and Apparatus for Customizing Status Bar of Terminal, and Electronic Device
CN107249082B (en) Volume control method and device, storage medium and electronic equipment
US20200167211A1 (en) Broadcast event processing method and device
CN111382223B (en) Electronic map display method, terminal and electronic equipment
CN111142970A (en) Intelligent skin changing method and device for mobile APP
US9756451B2 (en) Terminal apparatus and information processing method
CN109324865B (en) Application icon information updating display method and terminal
CN107402756B (en) Method, device and terminal for drawing page
CN104063277A (en) Information processing method and electronic equipment
CN111142990A (en) WeChat applet page display method and device and 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
GR01 Patent grant
GR01 Patent grant