CN114327177A - Child watch-based multi-icon application control method - Google Patents

Child watch-based multi-icon application control method Download PDF

Info

Publication number
CN114327177A
CN114327177A CN202111349088.4A CN202111349088A CN114327177A CN 114327177 A CN114327177 A CN 114327177A CN 202111349088 A CN202111349088 A CN 202111349088A CN 114327177 A CN114327177 A CN 114327177A
Authority
CN
China
Prior art keywords
application
activity
information
control
icon
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
CN202111349088.4A
Other languages
Chinese (zh)
Inventor
廖泽宇
秦曙光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Readboy Education Technology Co Ltd
Original Assignee
Readboy Education Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Readboy Education Technology Co Ltd filed Critical Readboy Education Technology Co Ltd
Priority to CN202111349088.4A priority Critical patent/CN114327177A/en
Publication of CN114327177A publication Critical patent/CN114327177A/en
Pending legal-status Critical Current

Links

Landscapes

  • Telephone Function (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a control method for multi-icon application of a child watch, which comprises the following specific processes: the child watch acquires locally installed applications and control information of each application through a PackageManger and reports the control information to a server; the server issues the reported information and displays the reported information on a control end bound with the child watch, and parents can set corresponding control modes of each application at the control end and issue the set information to the child watch through the server; if the control information shows that the application is a single icon application, only an integral control mode needs to be set; if the control information shows that the application is a multi-icon application, the user sets a control mode for each activity information of the application; the child watch acquires the setting information and stores the setting information locally, and when a user opens or uses an application needing management and control, the child watch manages and controls the application according to a corresponding management and control mode. The invention limits the application starting entrance according to the user requirement, and better meets the user requirement.

Description

Child watch-based multi-icon application control method
Technical Field
The invention relates to the technical field of child watches, in particular to a child watch-based multi-icon application control method.
Background
Currently, a child phone watch is deeply loved by a user, and the child phone watch is bound by a parent mobile device to control watch application in a forbidden, time-limited and available mode and the like. However, in the existing management and control method, the application name and the package name are configured, and the available state and the available time period of the application are managed and controlled according to the package name. However, this method of controlling by package name is not suitable for multi-icon applications (an application program displays multiple icons on the launcher desktop, and the principle is to develop a general-purpose software, which is divided into multiple functional modules, and each functional module can enter the corresponding module through different icons on the launcher desktop, and the multiple modules actually originate from one app).
Disclosure of Invention
Aiming at the defects of the prior art, the invention aims to provide a child watch-based multi-icon application management and control method.
In order to achieve the purpose, the invention adopts the following technical scheme:
a control method for multi-icon application of a child watch comprises the following specific processes:
the child watch acquires locally installed applications and control information of each application through a PackageManger and reports the control information to a server;
the management and control information comprises an application name, a package name, a version number and a multi-icon application activity information list of the application; the generation process of the multi-icon application activity information list comprises the following steps: acquiring a Manifest configuration file of an application through a packageManager, traversing each activity tag from the aniifest configuration file, acquiring activity tag data and activity tag data in the corresponding activity tag, and if N (N is more than 1) activity tags are provided with < activity android: action.main "/> and < category android: when name is equal to "android. At this time, the activity information of the activity label is acquired and written into the multi-icon application activity information list; the activity information comprises an activity full path name and an icon;
the server issues the reported information and displays the reported information on a control end bound with the child watch, and parents can set corresponding control modes of each application at the control end and issue the set information to the child watch through the server; if the control information shows that the application is a single icon application, only an integral control mode needs to be set; if the control information shows that the application is a multi-icon application, the user sets a control mode for each activity information of the application;
the child watch acquires the setting information and stores the setting information locally, and when a user opens or uses an application needing management and control, the child watch manages and controls the application according to a corresponding management and control mode.
Further, the management and control mode comprises application free use, application complete disable and application time limit use.
Further, the management and control of the application according to a preset management and control mode means that a child watch system framework layer intercepts an application opening method, and the specific process is as follows:
if the application is a single icon application, acquiring an activity package name started by a current user, acquiring a control mode of the application according to the package name, and controlling the application according to a corresponding control mode;
if the application is a multi-icon application, the child watch acquires the activity package name and the activity class name started by the current user, acquires a corresponding control mode according to the activity package name and the activity class name, and correspondingly controls the started activity according to the acquired control mode.
The invention has the beneficial effects that: because one app has a plurality of icons, all the activities with the same package name cannot be uniformly managed and controlled in the same way.
Detailed Description
The present invention will be further described below, and it should be noted that the present embodiment is based on the technical solution, and a detailed implementation manner and a specific operation process are provided, but the protection scope of the present invention is not limited to the present embodiment.
The embodiment provides a control method for multi-icon application of a child watch, which specifically comprises the following steps:
the child watch acquires locally installed applications and control information of each application through a PackageManger and reports the control information to a server;
the management and control information comprises an application name, a package name, a version number and a multi-icon application activity information list of the application; the generation process of the multi-icon application activity information list comprises the following steps: acquiring a Manifest configuration file of an application through a packageManager, traversing each activity tag from the aniifest configuration file, acquiring activity tag data and activity tag data in the corresponding activity tag, and if N (N is more than 1) activity tags are provided with < activity android: action.main "/> and < category android: this application is a multi-icon application (this application will show N application icons on the launcher desktop). At this time, the activity information (including but not limited to the activity full path name and icon) of the activity tag is acquired and written into the multi-icon application activity information list (if the application is a single icon application, the list length is 1).
The server issues the reported information and displays the reported information on a control end bound with the child watch, and parents can set corresponding control modes of each application at the control end and issue the set information to the child watch through the server; if the control information shows that the application is a single icon application, only an integral control mode needs to be set; if the control information shows that the application is a multi-icon application, the user sets a control mode for each activity information of the application;
the child watch acquires the setting information and stores the setting information locally, and when a user opens or uses an application needing management and control, the child watch manages and controls the application according to a corresponding management and control mode.
In this embodiment, the management and control manners include management and control manners such as application free use, application complete disable, application time limit use, and the like.
In this embodiment, the controlling the application according to the preset controlling method means that the child watch system framework layer intercepts a method (startActivity) for opening the application, and the specific process is as follows:
if the application is a single icon application, acquiring an activity package name started by a current user, acquiring a control mode (free application, completely forbidden application and limited application time) of the application according to the package name, and controlling the application according to a corresponding control mode;
if the application is a multi-icon application, the child watch acquires an activity package name and an activity class name started by a current user, acquires a corresponding control mode (application free use, application complete forbidding and application time limit use) according to the activity package name and the activity class name, and correspondingly controls the started activity according to the acquired control mode.
It should be noted that, because one app has a plurality of icons, all the activities with the same package name cannot be uniformly managed and controlled in the same way, and only the application start entry can be limited according to the user's needs.
For example, an app is applied to a camera, and the app can be divided into three modules, namely an intelligent object recognition module, a sticker camera module and a beauty camera module, wherein each module is displayed by a desktop icon, and a user can enter a function by clicking which icon under normal conditions. The existing method is that if the package name is shielded, the three modules are either used at the same time or disabled at the same time, which is not fit for the user using experience, so that separate management and control are needed.
Various corresponding changes and modifications can be made by those skilled in the art based on the above technical solutions and concepts, and all such changes and modifications should be included in the protection scope of the present invention.

Claims (3)

1. A control method for multi-icon application of a child watch is characterized by comprising the following specific processes:
the child watch acquires locally installed applications and control information of each application through a PackageManger and reports the control information to a server;
the management and control information comprises an application name, a package name, a version number and a multi-icon application activity information list of the application; the generation process of the multi-icon application activity information list comprises the following steps: acquiring a Manifest configuration file of an application through a packageManager, traversing each activity tag from the aniifest configuration file, acquiring activity tag data and activity tag data in the corresponding activity tag, and if N (N is more than 1) activity tags are provided with < activity android: action.main "/> and < category android: when name is equal to "android. At this time, the activity information of the activity label is acquired and written into the multi-icon application activity information list; the activity information comprises an activity full path name and an icon;
the server issues the reported information and displays the reported information on a control end bound with the child watch, and parents can set corresponding control modes of each application at the control end and issue the set information to the child watch through the server; if the control information shows that the application is a single icon application, only an integral control mode needs to be set; if the control information shows that the application is a multi-icon application, the user sets a control mode for each activity information of the application;
the child watch acquires the setting information and stores the setting information locally, and when a user opens or uses an application needing management and control, the child watch manages and controls the application according to a corresponding management and control mode.
2. The method of claim 1, wherein the governing style comprises application free use, application fully disabled, application time limited use.
3. The method according to claim 1, wherein the controlling the application according to the preset controlling mode means that a child watch system framework layer intercepts a method for opening the application, and the specific process is as follows:
if the application is a single icon application, acquiring an activity package name started by a current user, acquiring a control mode of the application according to the package name, and controlling the application according to a corresponding control mode;
if the application is a multi-icon application, the child watch acquires the activity package name and the activity class name started by the current user, acquires a corresponding control mode according to the activity package name and the activity class name, and correspondingly controls the started activity according to the acquired control mode.
CN202111349088.4A 2021-11-15 2021-11-15 Child watch-based multi-icon application control method Pending CN114327177A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111349088.4A CN114327177A (en) 2021-11-15 2021-11-15 Child watch-based multi-icon application control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111349088.4A CN114327177A (en) 2021-11-15 2021-11-15 Child watch-based multi-icon application control method

Publications (1)

Publication Number Publication Date
CN114327177A true CN114327177A (en) 2022-04-12

Family

ID=81045088

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111349088.4A Pending CN114327177A (en) 2021-11-15 2021-11-15 Child watch-based multi-icon application control method

Country Status (1)

Country Link
CN (1) CN114327177A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981824A (en) * 2012-10-31 2013-03-20 广州市久邦数码科技有限公司 Method of accessing inlet and icon of Android application program
CN105451217A (en) * 2014-09-24 2016-03-30 中兴通讯股份有限公司 Terminal device control method, terminal device and terminal device control system
CN106650402A (en) * 2016-10-10 2017-05-10 广东欧珀移动通信有限公司 Application program permission configuration method and device and mobile terminal
CN113158164A (en) * 2021-05-20 2021-07-23 读书郎教育科技有限公司 Android student tablet management and control application method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102981824A (en) * 2012-10-31 2013-03-20 广州市久邦数码科技有限公司 Method of accessing inlet and icon of Android application program
CN105451217A (en) * 2014-09-24 2016-03-30 中兴通讯股份有限公司 Terminal device control method, terminal device and terminal device control system
CN106650402A (en) * 2016-10-10 2017-05-10 广东欧珀移动通信有限公司 Application program permission configuration method and device and mobile terminal
CN113158164A (en) * 2021-05-20 2021-07-23 读书郎教育科技有限公司 Android student tablet management and control application method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ANDROID原创: "ANDROID一个应用多个桌面图标", pages 1 - 5, Retrieved from the Internet <URL:https://www.cnblogs.com/android-deli/p/10322160.html> *

Similar Documents

Publication Publication Date Title
CN103870255B (en) Floatation element display methods and device
US10185475B2 (en) Data processing method and electronic device supporting the same
CN104991803B (en) To the managing and control system and method for the self-starting under given conditions of android application programs
CN110018765B (en) Page display method, device, terminal and storage medium
WO2019139364A1 (en) Method and apparatus for modifying features associated with applications
KR20070086569A (en) Management of persistent software applications
WO2016112625A1 (en) System realizing script operation in preset embedded system
CN105260671A (en) Control method and device for notification bar of mobile terminal and mobile equipment
CN108282485B (en) Method for controlling user login, smart television and storage device
CN111045791A (en) Big data containerization central scheduling system and method
CN110285534A (en) Intelligent control method, device, storage medium and air conditioner
CN110022492A (en) Intelligent television terminal focus adaptation method and device
CN110868693A (en) Application program flow control method, terminal device and storage medium
CN106980429B (en) Desktop icon processing method and mobile terminal
CN114327177A (en) Child watch-based multi-icon application control method
CN1327656C (en) Method for updating system apparatus
CN108632069B (en) Client configuration method, system and related equipment
CN104580135A (en) UEFI-based terminal real-time control system and method
CN105468379B (en) A kind of script file execution method and device
WO2021103452A1 (en) Minor-oriented mobile phone operating system, and architecture thereof and ecological development method therefor
CN112905266A (en) System and method for managing background programs of smart watch
CN110046016B (en) Method, system, device and storage medium for controlling display of user interface component
CN108776542A (en) One kind being based on multimedia information interacting method and system
CN109101292A (en) A kind of terminal shortcut operation method and system
CN103870993B (en) Financial quoted price updating state display equipment and method based on Widget architecture

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