CN107239692A - A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager - Google Patents

A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager Download PDF

Info

Publication number
CN107239692A
CN107239692A CN201710369892.6A CN201710369892A CN107239692A CN 107239692 A CN107239692 A CN 107239692A CN 201710369892 A CN201710369892 A CN 201710369892A CN 107239692 A CN107239692 A CN 107239692A
Authority
CN
China
Prior art keywords
camera
equipment
manager
management
control
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
CN201710369892.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.)
Chengdu Union Cloud Security Technology Co Ltd
Original Assignee
Chengdu Union Cloud Security 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 Chengdu Union Cloud Security Technology Co Ltd filed Critical Chengdu Union Cloud Security Technology Co Ltd
Priority to CN201710369892.6A priority Critical patent/CN107239692A/en
Publication of CN107239692A publication Critical patent/CN107239692A/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/44Program or device authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/57Mechanical or electrical details of cameras or camera modules specially adapted for being embedded in other devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Studio Devices (AREA)

Abstract

The invention discloses a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager, comprise the following steps:Activation equipment manager, and obtain equipment manager example;Obtain equipment strategy manager instance;Whether detection device manager activates to the control authority of camera, otherwise, using startActivity () pop-up device manager authority theactivewindow with control authority of the activation equipment manager to camera;Camera management and control interface is called using equipment strategy manager instance, to open or close camera.The inventive method carries out management and control using Android system equipment manager to camera, management and control rank is high, no matter system carries App or third party App in the range of management and control, it can be made to take pictures, camera function it is entirely ineffective, it is impossible to avoid the method and use camera;And this method, without influence, other inconvenience will not be brought for user, the different demands of a variety of occasions are met on Android smartphone other functions.

Description

A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager
Technical field
The invention belongs to Android device management and control technical field, more particularly to a kind of camera management-control method.
Background technology
Android (Android) system was a large amount of using in intelligence in recent years as freedom and the operating system of open source code In equipment, such as smart mobile phone and tablet personal computer, taken pictures with smart mobile phone, image even more become people life one Point.But the places such as numerous military affairs, high-tech, religion, culture, for demands such as secrecy, patents, audio data must be by strict Management and control, " forbidding to take pictures " is one of most basic rule.By forbidding carrying smart mobile phone to reach a certain degree of management and control, But substantial amounts of manpower and materials can be wasted, are wasted time and energy, and the effect of single solution for diverse problems can not be accomplished.How smart mobile phone is dealt carefully with Contradiction with imaging management and control, is the active demand of Duo Jia departments, unit and enterprise etc..
In the prior art, the smart mobile phone camera management-control method of current main flow, only carries shooting App effectively to system, In the case where being fitted without third party with camera function, effect is fine.It is not only various special but a large amount of with various App enrich The shooting App of door emerges in an endless stream, and the various App with camera function are even more innumerable.More there are a variety of scripts without shooting Function App, may be provided with the function again after upgrading updates, make traditional method no longer valid.
The content of the invention
It is an object of the invention to;A kind of management and control side that Android intelligent equipment camera is realized based on equipment manager is provided Method, to solve as various bands image a large amount of abundant of App, conventional method can not the technology of effectively management and control mobile phone camera ask Topic, the present invention carries out management and control using equipment manager to camera, and either system carries App, or any third party App, Can be covered all around, make it take pictures, camera function it is entirely ineffective, but do not influence other work(of Android smartphone completely Can, meet the different demands of a variety of occasions.
The technical solution adopted by the present invention is as follows:
A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager, is comprised the following steps:
Step one:Activation equipment manager, and equipment manager example is obtained, to obtain the control authority of camera;
Step 2:Obtain equipment strategy manager instance;
Step 3:Whether detection device manager activates to the control authority of camera, otherwise, utilizes StartActivity () pop-up device manager authority theactivewindow is with control authority of the activation equipment manager to camera;
Step 4:After equipment manager is to the control authority activation of camera, called using equipment strategy manager instance Camera management and control interface, to open or close camera.
Further, in step one, obtaining the detailed process of the control authority of camera includes:
A. an admin is registered, an admin administrator right is obtained;
B. DevicePolicyManager methods are called by admin administrator rights, further obtains management and control camera Authority.
Further, in step 2, obtaining the detailed process of equipment strategy manager instance includes:
A. a broadcast recipients are registered in manifest.xml;
B. activation equipment manager list is obtained by broadcasting;
C. corresponding camera control option is found in the equipment manager list of acquisition, so as to obtain equipment strategy pipe Manage example.
Further, in step 3, activation equipment manager includes to the detailed process of the control authority of camera:
A. a broadcast recipients are created;
B. topology file is created, broadcast recipients are defined;
C. BroadcastReceiver-DeviceManangerBC is defined, is allowed to inherit DeviceAdminReceiver To obtain authority to broadcast recipients;
D. BroadcastReceiver is registered in AndroidManifest.xml files and carrys out activation equipment manager power Limit.
Further, in step 4, the detailed process for calling camera management and control interface to open or close camera includes:
A. camera management strategy is stated in res/xml/device_admin.xml, and in Android manifest Quote xml policy statements;
B. the broadcast reception end of an equipment control is created, with the relevant event of the camera management strategy for receiving with stating Notify, selectively rewrite call back function;
C. equipment strategy manager is configured according to the camera management strategy of request, to call camera management and control interface to beat On or off closes camera.
Further, in step 4, when equipment manager is set to disabling to the control authority of camera by user, matched somebody with somebody The camera restriction strategy put will be wiped from the setting of shared preference.
Further, detection device manager realizes that step includes to what whether the control authority of camera activated:
A. a broadcast type, the change for monitoring right are registered in androidmanifest.xml;
B. the inventory of creative management authority;
C. create broadcast type deviceAdminReceiver and inherit DeviceAdminReceiver, and realize corresponding Method;
D. the operation of related management authority is activated.
In summary, by adopting the above-described technical solution, the beneficial effects of the invention are as follows;
The inventive method carries out management and control using Android system equipment manager to camera, and management and control rank is high, no matter system App or third party App are carried in the range of management and control, it can be made to take pictures, camera function it is entirely ineffective, it is impossible to avoid this side Method and use camera;And this method on Android smartphone other functions without influence, will not be brought for user it is other not Just, the different demands of a variety of occasions are met.
Brief description of the drawings
Fig. 1 is the method and step schematic diagram of the present invention.
Embodiment
All features disclosed in this specification, can be with any in addition to mutually exclusive feature and/or step Mode is combined.
The present invention is elaborated with reference to Fig. 1.
Step one:Activation equipment manager, and equipment manager example is obtained, to obtain the control authority of camera;
(1) method of the example of acquisition equipment manager is;Android is when realizing equipment manager, it is necessary first to A broadcast recipients are registered in manifest.xml.
(2) the equipment manager list mActiveAdmins activated is obtained by the method in step (1), and returned Return mActiveAdmins setting equipment manager list.Obtain all have registered DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED is Android.app.DEVICE_ADMIN_ ENABLED action broadcast recipients' list avail.If the broadcast recipients for including the action using have registered are simultaneously And equipment manager is have activated, it will be shown in setting equipment manager list.
(3) android.app.action.DEVICE_ADMIN_ENABLED action application activating is registered as equipment Manager.Decompiling.Connected the equipment manager list a activated of DevicePolicyManager acquisitions and passed through The list b that traversal have registered android.app.action.DEVICE_ADMIN_ENABLED action is contrasted, if It was found that the equipment manager in list a occurs not in list b, following code ejection is just called to cancel activation Activity, allows user to cancel manually.
Directly invoke DevicePolicyManager's after finding the equipment manager using this leak RemoveActiveAdmin methods cancel activation, and this method needs more than system authorities to perform.
Obtain abnormal in DeviceAdminSettings, installed with normal equipment manager program, normal Activate, so The meta-data configurations of the program are deleted afterwards, apk are generated, to be installed in the form of updating installation in android equipment.Equipment Manager have registered android.app.action.DEVICE_ADMIN_ENABLED, so being leaked using above-mentioned equipment control Hole patch.
Two kinds of method analyses for cancelling activation can be drawn from the analysis above for equipment manager leak patch apk:
First, the equipment manager list activated that DevicePolicyManager is obtained, starts and cancels activation activity.Test result is unworkable, because DeviceAdminAdd is also required to parse the information in meta-data.
2nd, get after the equipment manager list of activation, can directly invoke DevicePolicyManager's RemoveActiveAdmin methods cancel activation, test result success, but need more than system authority.Using normal Apk activation equipment managers, then avoid equipment manager from being cancelled using abnormal apk.
Step 2:Equipment strategy manager instance is obtained using getSystemService ();
Android platform provides system-level equipment control ability by equipment control API first.How one is obtained Equipment manager example, its method is:
(1) define and state strategy
A kind of strategy for providing and supporting in functional plane is defined first, and the strategy of this statement corresponds to The strategy process of some relevant devices in DevicePolicyManager, for example, define minimum password length or minimum capitalization Number of letters.If a program is attempted to call the method without relative strategy in xml, this will can operationally cause one SecurityException is abnormal.Program uses the part for forcing lock to activate processing as equipment manager, statement strategy List will be shown to user in system screen.
(2) broadcast recipients of an equipment control are created
The broadcast recipients of an equipment control are created, it can receive the logical of the event relevant with stating the strategy of support Know.One program can selectively rewrite call back function.
In same program, Device Admin, when equipment manager (device administrator) account quilt When user is set to disabling, the strategy configured will be wiped from shared preference.It should consider to realize and application The relevant service logic of situation.The mitigation security risk for example, program may take some actions to, such as by being implemented in combination with Sensitive data on sweep equipment, disables remote synchronization, reminds keeper.
If selected " Activate ", program will turn into equipment manager and can be initially configured and enforce plan Slightly.
The program is also required to carry out the preparation for the Reset Status that processing user abandons activation, such as clicks on " cancellation " button, Return key or HOME keys.Therefore onResume () method in strategy setting Activity needs service logic and come again Such case is assessed, and is presented to user equipment management activation option to user, if necessary,.
(3) equipment strategy controller is realized
After equipment manager is successfully activated, program will configure equipment strategy manager according to the strategy of request. Remember that new strategy will be added in each issue in Android.Platform release inspection is carried out in program, to detect Can new strategy be supported well by early version platform.
So program just can be with implementation strategy.Pass through equipment strategy manager (Device Policy Manager) API It can be determined that whether current password is applied to the strategy of request.Equipment control (device administration) API will not Automatic correction.
Step 3:Whether detection device manager activates to the control authority of camera, otherwise, utilizes StartActivity () pop-up device manager authority theactivewindow is with control authority of the activation equipment manager to camera;
Detect whether to open equipment manager equipment, its method is:
Activation is, it is necessary to apply to three classes when checking equipment manager;
DevicePolicyManager is, it is necessary to coordinate DeviceAdminReceiver to use.
DeviceAdminReceiver Similar integrals BroadcastReceiver.Realize an OnReceiver side According to different Action in method, this method, corresponding operation is performed.If activated successfully, then Action is exactly ACTION_ DEVICE_ADMIN_ENABLED, calls onEnabled methods accordingly.
DeviceAdminInfo realizes step:
A. a broadcast type, the change for monitoring right are registered in androidmanifest.xml;
B. the inventory of creative management authority;Xml document folder is created under res file, then is created lockourscreen.xml;
C. broadcast type deviceAdminReceiver is created to inherit DeviceAdminReceiver and realize corresponding Method;
D. the operation of related management authority is activated;
Above-mentioned utilization equipment manager example calls camera management and control interface to open or closes camera, and its method exists In, use MediaStore.ACTION_IMAGE_CAPTURE start be arranged on mobile phone on camera application programs
The release activity of startActivityForResult () function is used now, and waits its result.Its grammer It is given below, startActivityForResult (intent, 0) this method is defined in movable activity classes.
Its result can be obtained by covering onActivityResult () method.
(1) Android application programs are created using Eclipse IDE, and is named as Camera.Creating this Mesh, it is ensured that target SDK is compiled in the latest edition in Android SDK or the API using higher level.
Change addition in src/MainActivity.java files to be intended to start activity code, connect by result methods Exported;
Modification res/values/strings.xml defines required constant value;
Operation application program simultaneously selects to run Android device, and the application installed thereon and the result.
(2) the Android cameras API directly provided using application program
Integrated in the application to video camera using camera API;
Firstly, it is necessary to be provided using static method by API calledCamera.open and initialize camera object.It Grammer it is as follows:Camera object=null;Object=Camera.open ();
Its one spy of return of getCameraInfo (int cameraId, Camera.CameraInfo cameraInfo) Determine video camera information;
The integer for the camera in available equipment that its return of getNumberOfCameras () is limited;
It is used to lock camera lock (), so no other applications can access it;
It is used to release in camera lens locking to release (), so other applications can access it;
Open (int cameraId) supports multiple video cameras when it is for opening certain camera;
EnableShutterSound (boolean enabled) it be used to enable/forbid image capture acquiescence it is fast Door sound;
Need to do independent a class and SurfaceView and extend it and realize SurfaceHolder interfaces.
Two species used have following purpose:
Camera it be for control video camera and shooting image or from camera shoot video;
This class of SurfaceView is for showing real-time photography head preview to user;
The method for previewing of video camera class must be called to start the preview of video camera to user;
Other options of the video camera set in other functions that camera API provides can be used;
This function on Face datection camera of startFaceDetection ();
StopFaceDetection () it be face detection for preventing it from being enabled by above-mentioned functions;
This needs an integer value to startSmoothZoom (int value), and it is very smooth to adjust the focal length of video camera Value;
StopSmoothZoom () it be zoom for preventing video camera;
StopPreview () it be for preventing the preview of camera to user;
takePicture(Camera.ShutterCallbackshutter,Camera.PictureCallback raw, Camera.PictureCallback jpeg) it is used to enable/forbid the acquiescence shutter sound of image taking.
Step 4:After equipment manager is to the control authority activation of camera, called using equipment strategy manager instance SetMicrophoneMute () opens or closed camera.
(1) the actual mobile devices of newest android OS are built, because video camera does not support simulator;
Steps is described:
1st, Android application programs are created using Android Studio, and is named as;Camera.Creating this Individual project, it is ensured that target SDK and the latest edition or the API using higher level for being compiled in Android SDK.
2nd, modification src/MainActivity.java files quote the code of addition video camera, and obtain XML component
3rd, a new file ShowCamera.java is created to extend and realize using SurfaceView SurfaceHolder interfaces.
4th, the layout XML file res/layout/activity_main.xml addition GUI components needed for changing.Herein We only add FrameView, a button and an ImageView.
5th, modification res/values/strings.xml defines required constant value.
6th, modification AndroidManifest.xml is as shown below, adds necessary authority video camera.
7th, operation application program and the equipment for selecting operation Android, and the application installed thereon and the result.
The inventive method carries out management and control using Android system equipment manager to camera, and management and control rank is high, no matter system App or third party App are carried in the range of management and control, it can be made to take pictures, camera function it is entirely ineffective, it is impossible to avoid this side Method and use camera;And this method on Android smartphone other functions without influence, will not be brought for user it is other not Just, the different demands of a variety of occasions are met.
The Android intelligent equipment being related in the present invention includes the equipment such as mobile phone, flat board.
By the description of embodiment of above, those skilled in the art can be understood that the present invention with soft The mode of part is realized.Although describing the present invention by embodiment, it will be apparent to one skilled in the art that the present invention has many changes Shape does not depart from the spirit spirit with changing, and is equally protected by the claim of the present invention.What the present invention was not elaborated Techniques well known is partly belonged to, those skilled in the art can not pay creative work according to existing description Under the premise of implemented, therefore, repeat no more.

Claims (7)

1. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager, it is characterised in that including following Step;
Step one:Activation equipment manager, and equipment manager example is obtained, to obtain the control authority of camera;
Step 2:Obtain equipment strategy manager instance;
Step 3:Whether detection device manager activates to the control authority of camera, otherwise, utilizes startActivity () Pop-up device manager authority theactivewindow is with control authority of the activation equipment manager to camera;
Step 4:After equipment manager is to the control authority activation of camera, shooting is called using equipment strategy manager instance Head tube control interface, to open or close camera.
2. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager as claimed in claim 1, its It is characterised by, in step one, obtaining the detailed process of the control authority of camera includes:
A. an admin is registered, an admin administrator right is obtained;
B. DevicePolicyManager methods are called by admin administrator rights, further obtains the power of management and control camera Limit.
3. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager as claimed in claim 1, its It is characterised by, in step 2, obtaining the detailed process of equipment strategy manager instance includes:
A. a broadcast recipients are registered in manifest.xml;
B. activation equipment manager list is obtained by broadcasting;
C. corresponding camera control option is found in the equipment manager list of acquisition, so that it is real to obtain equipment strategy management Example.
4. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager as claimed in claim 1, its It is characterised by, in step 3, activation equipment manager includes to the detailed process of the control authority of camera:
A. a broadcast recipients are created;
B. topology file is created, broadcast recipients are defined;
C. define BroadcastReceiver-DeviceManangerBC, be allowed to inherit DeviceAdminReceiver come to Broadcast recipients obtain authority;
D. BroadcastReceiver is registered in AndroidManifest.xml files and carrys out activation equipment manager authority.
5. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager as claimed in claim 1, its It is characterised by, in step 4, the detailed process for calling camera management and control interface to open or close camera includes:
A. camera management strategy is stated in res/xml/device_admin.xml, and is quoted in Android manifest Xml policy statements;
B. the broadcast reception end of an equipment control is created, is led to the event that the camera management strategy for receiving with stating is relevant Know, selectively rewrite call back function;
C. equipment strategy manager is configured according to the camera management strategy of request, with call camera management and control interface open or Person closes camera.
6. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager as claimed in claim 5, its It is characterised by, in step 4, when equipment manager is set to disabling to the control authority of camera by user, configured good takes the photograph As head restriction strategy will be wiped from the setting of shared preference.
7. a kind of management-control method that Android intelligent equipment camera is realized based on equipment manager as claimed in claim 1, its It is characterised by, detection device manager realizes that step includes to what whether the control authority of camera activated:
A. a broadcast type, the change for monitoring right are registered in androidmanifest.xml;
B. the inventory of creative management authority;
C. create broadcast type deviceAdminReceiver and inherit DeviceAdminReceiver, and realize corresponding side Method;
D. the operation of related management authority is activated.
CN201710369892.6A 2017-05-23 2017-05-23 A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager Pending CN107239692A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710369892.6A CN107239692A (en) 2017-05-23 2017-05-23 A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710369892.6A CN107239692A (en) 2017-05-23 2017-05-23 A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager

Publications (1)

Publication Number Publication Date
CN107239692A true CN107239692A (en) 2017-10-10

Family

ID=59985895

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710369892.6A Pending CN107239692A (en) 2017-05-23 2017-05-23 A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager

Country Status (1)

Country Link
CN (1) CN107239692A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108922021A (en) * 2018-05-18 2018-11-30 杭州浩聚科技有限公司 A kind of vending system and its operation method
CN109347649A (en) * 2018-08-01 2019-02-15 北京奇安信科技有限公司 A kind of strong management-control method of mobile device and device
CN111062006A (en) * 2018-10-17 2020-04-24 福建天泉教育科技有限公司 Android system control method and terminal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103824016A (en) * 2013-11-28 2014-05-28 北京奇虎科技有限公司 Application anti-uninstalling method and equipment
CN104392176A (en) * 2014-12-12 2015-03-04 北京奇虎科技有限公司 Mobile terminal and method for intercepting device manager authority thereof
CN104838630A (en) * 2012-10-10 2015-08-12 思杰系统有限公司 Policy-based application management
CN105247830A (en) * 2013-03-29 2016-01-13 思杰系统有限公司 Providing mobile device management functionalities

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104838630A (en) * 2012-10-10 2015-08-12 思杰系统有限公司 Policy-based application management
CN105247830A (en) * 2013-03-29 2016-01-13 思杰系统有限公司 Providing mobile device management functionalities
CN103824016A (en) * 2013-11-28 2014-05-28 北京奇虎科技有限公司 Application anti-uninstalling method and equipment
CN104392176A (en) * 2014-12-12 2015-03-04 北京奇虎科技有限公司 Mobile terminal and method for intercepting device manager authority thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108922021A (en) * 2018-05-18 2018-11-30 杭州浩聚科技有限公司 A kind of vending system and its operation method
CN109347649A (en) * 2018-08-01 2019-02-15 北京奇安信科技有限公司 A kind of strong management-control method of mobile device and device
CN111062006A (en) * 2018-10-17 2020-04-24 福建天泉教育科技有限公司 Android system control method and terminal

Similar Documents

Publication Publication Date Title
Almomani et al. A comprehensive analysis of the android permissions system
CN106446632B (en) Hidden display starting method and hidden display starting device for application program
WO2021040994A1 (en) Systems, method, and media for determining security compliance of continuous build software
CN107239692A (en) A kind of management-control method that Android intelligent equipment camera is realized based on equipment manager
CN103403669A (en) Securing and managing APPs on a device
CN103389900B (en) A kind of control method and device that Android device camera uses
WO2019161530A1 (en) Providing security to mobile devices via image evaluation operations that electronically analyze image data received from cameras of the mobile devices
Petracca et al. {AWare}: Preventing Abuse of {Privacy-Sensitive} Sensors via Operation Bindings
DE112012001389T5 (en) Secure execution of an unsecured app on a device
CN106372473A (en) Screen capturing method, screen capturing device, terminal and server
CN105049597A (en) Interaction method and system for entering visitor mode during picture browse of mobile terminal
CN106954083B (en) Information management method and device
Alepis et al. Trapped by the ui: The android case
US20210208479A1 (en) Camera shutters
CN110888683B (en) Performance optimization method and device of operating system and readable medium
CN111460516A (en) Non-invasive data protection method, device, terminal and storage medium
Zhou et al. Demystifying diehard android apps
CN108762829A (en) A kind of method, client and terminal for image beautification
CN107426239A (en) A kind of method and terminal for relating to yellow content active interception
CN107302626A (en) A kind of management-control method for Android smartphone microphone
CN106778173B (en) Method and device for setting application lock based on intelligent operating system
CN106407790A (en) A privacy protection method and a privacy protection device for application programs
CN108235766A (en) The control method and terminal device of a kind of terminal device
CN114222155B (en) Resource recommendation method, device, electronic equipment and storage medium
EP3239880B1 (en) Legal installation package acquiring method and apparatus, computer program and recording 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: 20171010