CN103607644A - Screensaver program self-defining method for Android TVs - Google Patents

Screensaver program self-defining method for Android TVs Download PDF

Info

Publication number
CN103607644A
CN103607644A CN201310500781.6A CN201310500781A CN103607644A CN 103607644 A CN103607644 A CN 103607644A CN 201310500781 A CN201310500781 A CN 201310500781A CN 103607644 A CN103607644 A CN 103607644A
Authority
CN
China
Prior art keywords
party
application
android
screen saver
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310500781.6A
Other languages
Chinese (zh)
Inventor
杨金炜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201310500781.6A priority Critical patent/CN103607644A/en
Publication of CN103607644A publication Critical patent/CN103607644A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a screensaver program self-defining method for Android TV sets and relates to Android smart TV technology. The screensaver program self-defining method is technically characterized by comprising the following steps: third party screensaver application programs are installed in a TV; a TV Android operating system records the package name, the starting Activity name, the application program name and the icon of each third party screensaver application program; the TV operating system shows a user a selection interface including the names and the icons of all the third party screensaver application programs; the TV operating system records the application program name and the corresponding icon thereof of the third party screensaver application program selected by the user from the selection interface; and when TV screensaver starting conditions are met, the TV operating system transmits the package name and the starting Activity name of the third party screensaver application program selected by the user to a function startActivity and executes the function startActivity.

Description

The method of the self-defined screen saver programs of a kind of Android TV
Technical field
The present invention relates to Android intelligent television technology, especially a kind of method that realizes self-defined screen protection on Android intelligent TV set.
Background technology
In prior art, when the general Dou Shi TV of the non-signal screen protection pattern producer on television equipment dispatches from the factory in advance in program, even if user can select different patterns, be all also that several at system default select, cannot screen saver programs be installed voluntarily by user and realize customized mechanism.
Even on current Android intelligent television system, because Android system itself is not for television equipment, therefore do not have the TV screen protection of standard to replace and select mechanism yet.
Summary of the invention
Technical problem to be solved by this invention is: for the problem of above-mentioned existence, provide a kind of method that realizes self-defined screen protection on Android intelligent TV set
The technical solution used in the present invention comprises:
Step 1: third party's screen saver application is installed on television set;
Step 2: television set Android operating system records bag name, startup Activity title, application name and the icon of third party's screen saver application;
Step 3: television set Android operating system presents and selects interface to user shows the application name of all third party's screen saver application and the icon of correspondence thereof in described selection interface;
Step 4: the application name of the third party application that television set Android operating system recording user is chosen from described selection interface and corresponding icon thereof;
Step 5: when reaching television set screen protection entry condition, the bag name of described third party's screen saver application that television set Android operating system is chosen user and startup Activity name delivery are to Android canonical function startActivity, carry out Android canonical function startActivity, and then start third party's screen saver application that user chooses.
Preferably, described step 1 further comprises: before described third party's screen saver application is installed, first in the AndroidManifest.xml of described third party's screen saver application file, increase the node of <meta-data/>, attribute android:name=" AppType " and android:value=" screen protection " in described node are set.
Preferably, described step 2 further comprises: television set Android operating system is obtained the nodal information of the <meta-data/> of all third party applications on television set successively by parameter PackageManager.GET_META_DATA, then whether judgement attribute android:name value is wherein whether " AppType " and android:value value are " screen protection ", if, described third party application is third party's screen saver application, then record the bag name of this third party's screen saver application, start Activity title, application name and icon.
Preferably, in described step 2, the bag name of third party's screen saver application, startup Activity title, application name and icon are stored in a list.
Preferably, in described step 3, the application name of third party's screen saver application of storing in described list and icon thereof are presented in described selection interface.
Preferably, in described step 4, television set Android operating system only records the application name of third party's screen saver application and the icon of correspondence thereof that a user chooses.
Preferably, in described step 4, television set Android operating system is searched the application name of third party's screen saver application and the corresponding bag name of the icon of correspondence and the startup Activity title that user chooses in described list.
In sum, owing to having adopted technique scheme, the invention has the beneficial effects as follows:
The present invention is by the definition rule of regulation screen saver application, in Android television system, realized simply and easily the user of non-signal screen protection program from the problem of installing and selecting, do not increase complete machine cost, whole simple to operation, the playability and the ease for use that have significantly improved TV.
Accompanying drawing explanation
Examples of the present invention will be described by way of reference to the accompanying drawings, wherein:
Fig. 1 is specific embodiment flow chart of the present invention.
Embodiment
Disclosed all features in this specification, or the step in disclosed all methods or process, except mutually exclusive feature and/or step, all can combine by any way.
Disclosed arbitrary feature in this specification, unless narration especially all can be replaced by other equivalences or the alternative features with similar object.That is,, unless narration especially, each feature is an example in a series of equivalences or similar characteristics.
One embodiment of the invention comprises the following steps:
Step 1: third party's screen saver application is installed on television set;
Step 2: when third party's screen saver application is installed, television set Android operating system records bag name, startup Activity title, application name and the icon of third party's screen saver application;
Step 3: television set Android operating system presents and selects interface to user shows the application name of all third party's screen saver application and the icon of correspondence thereof in described selection interface;
Step 4: the application name of the third party application that television set Android operating system recording user is chosen from described selection interface and corresponding icon thereof;
Step 5: when reaching television set screen protection entry condition, the bag name of described third party's screen saver application that television set Android operating system is chosen user and startup Activity name delivery are to Android canonical function startActivity, carry out Android canonical function startActivity, and then start third party's screen saver application that user chooses.
In another embodiment, described step 1 further comprises: before described third party's screen saver application is installed, first in the AndroidManifest.xml of described third party's screen saver application file, increase the node of <meta-data/>, attribute android:name=" AppType " and android:value=" screen protection " in described node are set.That is, increase such node:
<meta-data
android:name="AppType"
Android:value=" screen protection "/>.
Accordingly, described step 2 further comprises: the query interface that television set Android operating system utilizes PackageManager to provide, by parameter PackageManager.GET_META_DATA, obtain one by one the nodal information of the <meta-data/> of mounted third party application, then whether judgement attribute android:name value is wherein whether " AppType " and android:value value are " screen protection ", if, described third party application is third party's screen saver application, then record the bag name of this third party's screen saver application, start Activity title, application name and icon.If the property value in the node of the <meta-data/> of the third party application obtaining is not " AppType " and " screen protection ", this third party application is not third party's screen saver application, and television set Android operating system continues other mounted third party applications of inquiry.
In another embodiment, in described step 2, the bag name of third party's screen saver application, startup Activity title, application name and icon are stored in a list.Accordingly, in described step 3, the application name of third party's screen saver application of storing in described list and icon thereof are presented in described selection interface.In described step 4, television set Android operating system is searched application name and the corresponding corresponding bag name of icon thereof of third party's screen saver application that user chooses and is started Activity title and calls to obtain the parameter that Android canonical function startActivity needs in described list.
Because user can only determine third party's screen saver application of a current active, therefore, In yet another embodiment, in described step 4, television set Android operating system only records the application name of third party's screen saver application and the icon of correspondence thereof that a user chooses.
The present invention is not limited to aforesaid embodiment.The present invention expands to any new feature or any new combination disclosing in this manual, and the arbitrary new method disclosing or step or any new combination of process.

Claims (7)

1. a method for the self-defined screen saver programs of Android TV, is characterized in that, comprising:
Step 1: third party's screen saver application is installed on television set;
Step 2: television set Android operating system records bag name, startup Activity title, application name and the icon of third party's screen saver application;
Step 3: television set Android operating system presents and selects interface to user shows the application name of all third party's screen saver application and the icon of correspondence thereof in described selection interface;
Step 4: the application name of the third party application that television set Android operating system recording user is chosen from described selection interface and corresponding icon thereof;
Step 5: when reaching television set screen protection entry condition, the bag name of described third party's screen saver application that television set Android operating system is chosen user and startup Activity name delivery are to Android canonical function startActivity, carry out Android canonical function startActivity, and then start third party's screen saver application that user chooses.
2. the method for the self-defined screen saver programs of a kind of Android TV according to claim 1, it is characterized in that, described step 1 further comprises: before described third party's screen saver application is installed, first in the AndroidManifest.xml of described third party's screen saver application file, increase the node of <meta-data/>, attribute android:name=" AppType " and android:value=" screen protection " in described node are set.
3. the method for the self-defined screen saver programs of a kind of Android TV according to claim 2, it is characterized in that, described step 2 further comprises: television set Android operating system is obtained the nodal information of the <meta-data/> of all third party applications on television set successively by parameter PackageManager.GET_META_DATA, then whether judgement attribute android:name value is wherein whether " AppType " and android:value value are " screen protection ", if, described third party application is third party's screen saver application, then record the bag name of this third party's screen saver application, start Activity title, application name and icon.
4. the method for the self-defined screen saver programs of a kind of Android TV according to claim 3, it is characterized in that, in described step 2, the bag name of third party's screen saver application, startup Activity title, application name and icon are stored in a list.
5. the method for the self-defined screen saver programs of a kind of Android TV according to claim 4, it is characterized in that, in described step 3, the application name of third party's screen saver application of storing in described list and icon thereof are presented in described selection interface.
6. the method for the self-defined screen saver programs of a kind of Android TV according to claim 5, it is characterized in that, in described step 4, television set Android operating system is searched the application name of third party's screen saver application and the corresponding bag name of the icon of correspondence and the startup Activity title that user chooses in described list.
7. the method for the self-defined screen saver programs of a kind of Android TV according to claim 6, it is characterized in that, in described step 4, television set Android operating system only records the application name of third party's screen saver application and the icon of correspondence thereof that a described user chooses.
CN201310500781.6A 2013-10-23 2013-10-23 Screensaver program self-defining method for Android TVs Pending CN103607644A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310500781.6A CN103607644A (en) 2013-10-23 2013-10-23 Screensaver program self-defining method for Android TVs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310500781.6A CN103607644A (en) 2013-10-23 2013-10-23 Screensaver program self-defining method for Android TVs

Publications (1)

Publication Number Publication Date
CN103607644A true CN103607644A (en) 2014-02-26

Family

ID=50125841

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310500781.6A Pending CN103607644A (en) 2013-10-23 2013-10-23 Screensaver program self-defining method for Android TVs

Country Status (1)

Country Link
CN (1) CN103607644A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095073A (en) * 2015-07-10 2015-11-25 北京金山安全软件有限公司 crash test method and device
CN105100951A (en) * 2015-08-12 2015-11-25 深圳Tcl数字技术有限公司 Television main interface switching method and device
CN105142034A (en) * 2015-09-10 2015-12-09 浪潮软件集团有限公司 Method for realizing screen saver and screen locking function of set top box
WO2015188521A1 (en) * 2014-06-11 2015-12-17 中兴通讯股份有限公司 Method and device for achieving screen saver for iptv television
CN105975267A (en) * 2016-04-29 2016-09-28 乐视控股(北京)有限公司 Screen protection method and screen protection system for intelligent terminal
CN106713982A (en) * 2016-12-23 2017-05-24 Tcl集团股份有限公司 Screen protection method and system of smart television
WO2017114142A1 (en) * 2015-12-30 2017-07-06 北京金山安全软件有限公司 Method and apparatus for presenting screensaver of application program, and mobile terminal
CN110286958A (en) * 2019-06-20 2019-09-27 腾讯科技(深圳)有限公司 Node information acquisition method, device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030119562A1 (en) * 2001-11-26 2003-06-26 Sony Corporation Task display switching method, portable apparatus and portable communications apparatus
CN103218238A (en) * 2013-03-27 2013-07-24 四川长虹电器股份有限公司 Method of classifying application programs based on operating system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030119562A1 (en) * 2001-11-26 2003-06-26 Sony Corporation Task display switching method, portable apparatus and portable communications apparatus
CN103218238A (en) * 2013-03-27 2013-07-24 四川长虹电器股份有限公司 Method of classifying application programs based on operating system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐智: "基于Android平台网络电视机顶盒应用程序商店的设计与实现", 《中国硕士学位论文全文数据库信息科技辑》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015188521A1 (en) * 2014-06-11 2015-12-17 中兴通讯股份有限公司 Method and device for achieving screen saver for iptv television
CN105282592A (en) * 2014-06-11 2016-01-27 中兴通讯股份有限公司 Method and device for realizing screensaver for IPTV
CN105095073A (en) * 2015-07-10 2015-11-25 北京金山安全软件有限公司 crash test method and device
CN105095073B (en) * 2015-07-10 2018-12-18 北京金山安全软件有限公司 crash test method and device
CN105100951A (en) * 2015-08-12 2015-11-25 深圳Tcl数字技术有限公司 Television main interface switching method and device
CN105142034A (en) * 2015-09-10 2015-12-09 浪潮软件集团有限公司 Method for realizing screen saver and screen locking function of set top box
WO2017114142A1 (en) * 2015-12-30 2017-07-06 北京金山安全软件有限公司 Method and apparatus for presenting screensaver of application program, and mobile terminal
US11221859B2 (en) 2015-12-30 2022-01-11 Beijing Kingsoft Internet Security Software Co., Ltd. Method and apparatus for presenting screensaver of application program, and mobile terminal
CN105975267A (en) * 2016-04-29 2016-09-28 乐视控股(北京)有限公司 Screen protection method and screen protection system for intelligent terminal
CN106713982A (en) * 2016-12-23 2017-05-24 Tcl集团股份有限公司 Screen protection method and system of smart television
CN110286958A (en) * 2019-06-20 2019-09-27 腾讯科技(深圳)有限公司 Node information acquisition method, device and storage medium
CN110286958B (en) * 2019-06-20 2021-10-29 腾讯科技(深圳)有限公司 Node information acquisition method, device and storage medium

Similar Documents

Publication Publication Date Title
CN103607644A (en) Screensaver program self-defining method for Android TVs
CN111027921B (en) Service processing method and device, electronic equipment and storage medium
US20150067531A1 (en) User-based customization of a user interface
CN104133612A (en) Method and system for displaying functions of application program of intelligent terminal
US20140304632A1 (en) Smart device for convenient graphic object arrangement and method of graphic object arrangement
JP2004227359A (en) Operation management method for storage system based on policy
KR20120109609A (en) Systems and methods for accessing content using an internet content guide
CN102394778A (en) Network topology display method and device
WO2016064752A1 (en) System and method for customizing a theme for modifying a look and feel of a graphical user interface
CN109639489A (en) A kind of RabbitMQ clustered deploy(ment) method, system, equipment and medium
CN110839171A (en) Method and device for applying television screen saver and computer storage medium
US20130283274A1 (en) Method and system for discovering and activating an application in a computer device
CN101673372A (en) Method and device for updating bill of material
US9756136B2 (en) Broadcasting local function templates to proximate mobile computing devices
CN104615602A (en) Automatic generation device and method thereof for query interface
CN104679900A (en) Application program searching method and device
CN103324551A (en) Application data migration method and system
CN102647638A (en) Intelligent television function interface management method and management system
US9756451B2 (en) Terminal apparatus and information processing method
CN107193450B (en) Page element selection method and device
CN107220044B (en) Method and device for driving business object based on meta-model
KR20110118324A (en) Smart phone application install system and its method thereof
CN112286616A (en) Dynamic wallpaper setting method and device and electronic equipment
CN111209063B (en) Desktop theme preview method and system and intelligent terminal
CN107145790A (en) A kind of method and terminal for managing application permission

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140226