CN113158164A - Android student tablet management and control application method - Google Patents

Android student tablet management and control application method Download PDF

Info

Publication number
CN113158164A
CN113158164A CN202110552373.XA CN202110552373A CN113158164A CN 113158164 A CN113158164 A CN 113158164A CN 202110552373 A CN202110552373 A CN 202110552373A CN 113158164 A CN113158164 A CN 113158164A
Authority
CN
China
Prior art keywords
management
application
control
face recognition
forbidden
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
CN202110552373.XA
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 CN202110552373.XA priority Critical patent/CN113158164A/en
Publication of CN113158164A publication Critical patent/CN113158164A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/32User authentication using biometric data, e.g. fingerprints, iris scans or voiceprints
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses a method for managing and controlling an application by an Android student tablet, which is characterized in that a system-level management and control application with a management and control interface and management and control service is developed, parents register face recognition in advance, and permission or prohibition can be set on any non-system application through the management and control interface. When a certain application is started, whether the application is in a forbidden state or not is judged firstly, if the application is the control service for carrying out the face recognition, the face recognition is not limited if the face recognition is passed, and otherwise, the application is forbidden. According to the invention, through the mode of delaying management and control application by face recognition, the normal use experience of parents is ensured while the students are effectively managed and controlled.

Description

Android student tablet management and control application method
Technical Field
The invention relates to the technical field of intelligent terminals, in particular to a method for managing and controlling application of an Android student tablet.
Background
More and more students use Android student tablets, one very basic function of the student tablets is application management and control, each application can be forbidden or allowed to be used through the tablets or mobile phones bound with the tablets, and when the students enter forbidden applications, the system can prompt that the students cannot enter the forbidden applications. The parents can also prompt that the disabled application cannot be accessed when the parents access the disabled application, which undoubtedly brings inconvenience to the parents.
Disclosure of Invention
Aiming at the defects of the prior art, the invention aims to provide a method for managing and controlling application of an Android student tablet.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for managing and controlling application of an Android student tablet comprises the following specific processes:
developing system-level governing applications: the management and control application comprises a management and control interface and management and control service, after a user enters the management and control application, the management and control interface lists all non-system applications, and the user can implement forbidden or allowed setting for any non-system application; the method comprises the steps that a management and control application maintains a management and control database and records the management and control state of each application, wherein the table structure of the management and control database is (a main key, a package name and a management and control state), the main key is a database default main key, the package name is an application package name, and the management and control state represents whether the current application is in a forbidden state or an allowed state; the method comprises the steps that a parent is required to register face recognition when entering a management and control application for the first time, and then the face recognition of the parent is required to be carried out when entering the management and control application every time;
and modifying an Android system: adding a function of sending custom broadcast in onCreate in Activity.Java; each time an application is started, the onCreate sends a custom broadcast, and the broadcast carries the package name of the current application; if the management and control service in the management and control application receives the broadcast, inquiring a management and control database through packet name information carried by the broadcast, judging whether the application corresponding to the packet name is in a forbidden state, if not, the management and control service does not perform any processing, otherwise, the management and control service starts face recognition, if the face recognition passes, the management and control service indicates that the application is started by a parent, and the management and control service does not perform any limitation; if the face recognition fails, the application is not started by the parents, the management and control service stops the application by a forceStopPackage method and pops up a prompt to inform the user that the application is forbidden by the parents.
Further, in the above method, when the manager wants to implement management and control on a specific application, the manager enters the management and control application, selects a target application from all the non-system applications listed in the management and control interface, and implements a setting of disabling on the target application.
The invention has the beneficial effects that: according to the invention, through the mode of delaying management and control application by face recognition, the normal use experience of parents is ensured while the students are effectively managed and controlled.
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 method for managing and controlling application of an Android student tablet, which specifically comprises the following processes:
developing system-level governing applications: the management and control application comprises a management and control interface and management and control service, after a user enters the management and control application, the management and control interface lists all non-system applications, and the user can implement forbidden or allowed setting for any non-system application; the management and control application maintains a management and control database and records the management and control state of each application, wherein the table structure of the management and control database is (primary key, package name and management and control state), the primary key is the default primary key of the database, and the package name is the package name of the application, namely the unique identifier of the application; the management and control state represents whether the current application is in a prohibition state or an allowance state; the parents are required to register face recognition when entering the management and control application for the first time, and the face recognition of the parents is required to be carried out when entering the management and control application every time, so that the safety of the management and control application is ensured.
It should be noted that the management application is required to be at a system level because the application is required to have the right to stop other applications.
And modifying an Android system: adding a function of sending custom broadcast in onCreate in Activity.Java; each time an application is started, the onCreate sends a custom broadcast, and the broadcast carries the package name of the current application; if the management and control service in the management and control application receives the broadcast, inquiring a management and control database through packet name information carried by the broadcast, judging whether the application corresponding to the packet name is in a forbidden state, if not, the management and control service does not perform any processing, otherwise, the management and control service starts face recognition, if the face recognition passes, the management and control service indicates that the application is started by a parent, and the management and control service does not perform any limitation; if the face recognition fails, the application is not started by the parents, the management and control service stops the application by a forceStopPackage (string package) method and pops up a prompt to inform the user that the application is forbidden by the parents.
Further, when the manager wants to implement management and control on a specific application, the manager enters the management and control application, selects a target application from all the non-system applications listed in the management and control interface, and implements a forbidden setting on the target application.
It should be noted that, through the implementation of the above method, when an application is started, since the Activity of the application executes the onCreate lifecycle function, the management and control service monitors the package name, and determines whether the application is in a disabled state by querying the management and control database, if so, the management and control service is started, and only when a parent is identified, the management and control service is released, otherwise, the application is stopped and the client is prompted that the application is disabled by the parent.
It should be noted that the management and control implemented by the method of the present embodiment is delayed, and the main purpose is convenience for parents, but the influence on students is very small because the face recognition is fast.
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 (2)

1. A method for managing and controlling application of an Android student tablet is characterized by comprising the following specific processes:
developing system-level governing applications: the management and control application comprises a management and control interface and management and control service, after a user enters the management and control application, the management and control interface lists all non-system applications, and the user can implement forbidden or allowed setting for any non-system application; the method comprises the steps that a management and control application maintains a management and control database and records the management and control state of each application, wherein the table structure of the management and control database is (a main key, a package name and a management and control state), the main key is a database default main key, the package name is an application package name, and the management and control state represents whether the current application is in a forbidden state or an allowed state; the method comprises the steps that a parent is required to register face recognition when entering a management and control application for the first time, and then the face recognition of the parent is required to be carried out when entering the management and control application every time;
and modifying an Android system: adding a function of sending custom broadcast in onCreate in Activity.Java; each time an application is started, the onCreate sends a custom broadcast, and the broadcast carries the package name of the current application; if the management and control service in the management and control application receives the broadcast, inquiring a management and control database through packet name information carried by the broadcast, judging whether the application corresponding to the packet name is in a forbidden state, if not, the management and control service does not perform any processing, otherwise, the management and control service starts face recognition, if the face recognition passes, the management and control service indicates that the application is started by a parent, and the management and control service does not perform any limitation; if the face recognition fails, the application is not started by the parents, the management and control service stops the application by a forceStopPackage method and pops up a prompt to inform the user that the application is forbidden by the parents.
2. The method according to claim 1, characterized in that when a parent wants to enforce regulation on a specific application, the parent enters the regulation application, selects a target application from all non-system applications listed in the regulation interface, and enforces the setting of the prohibition on the target application.
CN202110552373.XA 2021-05-20 2021-05-20 Android student tablet management and control application method Pending CN113158164A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110552373.XA CN113158164A (en) 2021-05-20 2021-05-20 Android student tablet management and control application method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110552373.XA CN113158164A (en) 2021-05-20 2021-05-20 Android student tablet management and control application method

Publications (1)

Publication Number Publication Date
CN113158164A true CN113158164A (en) 2021-07-23

Family

ID=76876760

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110552373.XA Pending CN113158164A (en) 2021-05-20 2021-05-20 Android student tablet management and control application method

Country Status (1)

Country Link
CN (1) CN113158164A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327177A (en) * 2021-11-15 2022-04-12 读书郎教育科技有限公司 Child watch-based multi-icon application control method

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184896A (en) * 2014-08-26 2014-12-03 深圳市英威诺科技有限公司 Main interface locking and content displaying technical method
CN104462952A (en) * 2014-12-31 2015-03-25 北京奇虎科技有限公司 Method and device for preventing self-starting of application
CN104715174A (en) * 2015-03-18 2015-06-17 北京奇虎科技有限公司 Method and device for achieving intelligent terminal user mode switching and intelligent terminal
CN105812575A (en) * 2016-05-05 2016-07-27 绿网天下(福建)网络科技股份有限公司 Method for performing management and control of mobile phone through APP
CN105988847A (en) * 2015-03-04 2016-10-05 中兴通讯股份有限公司 Application processing method and device
CN106027769A (en) * 2016-05-05 2016-10-12 绿网天下(福建)网络科技股份有限公司 Screen locking method of customized control cellphone
CN106778175A (en) * 2016-12-26 2017-05-31 广东欧珀移动通信有限公司 A kind of interface locking means, device and terminal device
CN109819114A (en) * 2019-02-20 2019-05-28 北京市商汤科技开发有限公司 Screen locking processing method and processing device, electronic equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104184896A (en) * 2014-08-26 2014-12-03 深圳市英威诺科技有限公司 Main interface locking and content displaying technical method
CN104462952A (en) * 2014-12-31 2015-03-25 北京奇虎科技有限公司 Method and device for preventing self-starting of application
CN105988847A (en) * 2015-03-04 2016-10-05 中兴通讯股份有限公司 Application processing method and device
CN104715174A (en) * 2015-03-18 2015-06-17 北京奇虎科技有限公司 Method and device for achieving intelligent terminal user mode switching and intelligent terminal
CN105812575A (en) * 2016-05-05 2016-07-27 绿网天下(福建)网络科技股份有限公司 Method for performing management and control of mobile phone through APP
CN106027769A (en) * 2016-05-05 2016-10-12 绿网天下(福建)网络科技股份有限公司 Screen locking method of customized control cellphone
CN106778175A (en) * 2016-12-26 2017-05-31 广东欧珀移动通信有限公司 A kind of interface locking means, device and terminal device
CN109819114A (en) * 2019-02-20 2019-05-28 北京市商汤科技开发有限公司 Screen locking processing method and processing device, electronic equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327177A (en) * 2021-11-15 2022-04-12 读书郎教育科技有限公司 Child watch-based multi-icon application control method

Similar Documents

Publication Publication Date Title
US11418486B2 (en) Method and system for controlling internet browsing user security
US20190318087A1 (en) Tee access control method and mobile terminal implementing same
US9235406B2 (en) Methods and apparatus for user identity module update without service interruption
CN103679007B (en) A kind of manage the method for application program authority, device and mobile device
US8195124B2 (en) Apparatus and methods for managing time sensitive application privileges on a wireless device
US20070155374A1 (en) Method and system for keeping a scene secret
WO2015070655A1 (en) Broadcast interception method and apparatus of intelligent device
CN110289965B (en) Application program service management method and device
US20150195703A1 (en) Control of a mobile device
CN103368973A (en) Safety system for cloud operating system
WO2014190875A1 (en) System function call method, apparatus and terminal
WO2015050587A2 (en) Method and system for isolating secure communication events from a non-secure application
CN113158164A (en) Android student tablet management and control application method
CN102572804B (en) Data calling method and device
CN107302626B (en) Management and control method for android smart phone microphone
CN112019496B (en) Theme security subscription method and device based on MQTT bus
US20220006841A1 (en) Remote management of a user device
Martinelli et al. Enhancing android permission through usage control: a BYOD use-case
CN112836203A (en) Method for realizing android system equipment management and control based on kernel customization
CN105701415B (en) A kind of mobile terminal kernel Rights Management System and method
CN105721542A (en) Network safety-based method for monitoring installation of intelligent set top box application programs
CN101291539B (en) Method and device for controlling authorization function
CN113645060B (en) Network card configuration method, data processing method and device
US10496598B2 (en) Data access control based on storage validation
US11191110B2 (en) Network management method, wireless access device, terminal, system 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210723