CN105426754A - Permission management method and permission management system - Google Patents

Permission management method and permission management system Download PDF

Info

Publication number
CN105426754A
CN105426754A CN201510778875.9A CN201510778875A CN105426754A CN 105426754 A CN105426754 A CN 105426754A CN 201510778875 A CN201510778875 A CN 201510778875A CN 105426754 A CN105426754 A CN 105426754A
Authority
CN
China
Prior art keywords
application
permission
rights management
service
user
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.)
Granted
Application number
CN201510778875.9A
Other languages
Chinese (zh)
Other versions
CN105426754B (en
Inventor
钟凡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Beize Technology Co.,Ltd.
Original Assignee
Shanghai Feixun Data Communication 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 Shanghai Feixun Data Communication Technology Co Ltd filed Critical Shanghai Feixun Data Communication Technology Co Ltd
Priority to CN201510778875.9A priority Critical patent/CN105426754B/en
Publication of CN105426754A publication Critical patent/CN105426754A/en
Application granted granted Critical
Publication of CN105426754B publication Critical patent/CN105426754B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/54Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by adding security routines or objects to programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/556Detecting local intrusion or implementing counter-measures involving covert channels, i.e. data leakage between processes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2149Restricted operating environment

Landscapes

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

Abstract

The invention provides a permission management method and a permission management system, applied in an Android system. The permission management method comprises the following steps that: a callback function is registered in an permission management service; the callback function is defined in a callback interface; when an APP application is received by the permission management service, the permission management service calls the callback function to display permission related information of the APP application for a user to check permission; and after checking permission, the user transmits the permission checking result to the permission management service as a system notice. The callback function comprises a user-defined permission checking panel object of a Check Permission View Pane class, and the permission checking panel object displays the permission related information of the APP application. According to the method and the system provided by the invention, a permission management flow is realized through a callback mechanism, abnormity that application programs have no response when the system checks permission is avoided radically; and meanwhile, through the customized personalized permission checking panel, the permission checking view can be friendly more.

Description

A kind of right management method and system
Technical field
The present invention relates to a kind of computer technology, particularly relate to a kind of right management method and system.
Background technology
Along with the develop rapidly of mobile Internet, various mobile phone application is more and more abundanter, while application installation and operation, they just have the authority of certain operations data in mobile phone, while enriching our life, the privacy of individual is also likely revealed thereupon, in we do not perceive, a large amount of being applied in captures our consumption information on the internet and consumption habit, and how does that avoid the multi information of crossing of individual to be revealed? Android (Android) system introduces rights management mechanism.This cover mechanism is in use to current Android version.So-called rights management, is exactly can authority request of certain application of manual configuration, and then prevents Malware to the operation of privacy, prevent privacy compromise.The rights management flow process of current Android acquiescence is: the operation of application application can have been come by concrete some Service, in the Service of this complete operation, this time operating right of application is checked, and then the rights management service AppOpsService of Android system can be called by Binder, do real scope check by AppOpsService.In AppOpsService scope check process, some basic judgement and confirmations should being used as first to application authority, then newly opening a thread to really weighing for user.This mechanism presents an AlertDialog and selects for user, and now sub-thread block is got up, and notifies that main thread continues to perform after obtaining selection result by Handler mechanism.This primary rights management mechanism has himself drawback, the new thread really weighed for user is easily blocked, if the handle method processing time long meeting of Handler mechanism causes application program without response, there is ANR (ApplicationNotResponding, application program is without response) abnormal, the use sense bringing user bad is subject to.
Given this, a kind of digital right management scheme of the ANR of avoiding exception how is found just to become those skilled in the art's problem demanding prompt solution.
Summary of the invention
The shortcoming of prior art in view of the above, the object of the present invention is to provide a kind of right management method and system, for solving the problem that can cause ANR exception in prior art in the rights management mechanism of android system.
For achieving the above object and other relevant objects, the invention provides a kind of right management method, be applied in android system, described right management method comprises: registered callbacks function in rights management service; Described call back function defines in callback interface; When rights management service receives application application, call the right related information that described call back function shows described application application and really weigh for user; Rights management service is sent to really weighing result as notifications after user really weighs.
Alternatively, described rights management service comprises AppOpsService service.
Alternatively, described callback interface defines in interface description document IAddCallbackForPermission.aidl.
Alternatively, described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.
Alternatively, described notifications are sent by the notificationManager.Service service of calling android system.
Alternatively, the right related information of described application application comprises the name of the application of application authority, the icon information of application, and the concrete power limit of application, applies for the concrete time of this authority, last to any one in the process record of the operation of this application or combination.
The invention provides a kind of Rights Management System, be applied in android system, described Rights Management System comprises: call back function Registering modules, and for registered callbacks function in rights management service, described call back function defines in callback interface; Call back function processing module, during for receiving application application when rights management service, calls the right related information that described call back function shows described application application and really weighs for user; True power result notification module, using really weigh result as notifications sends to rights management service after really weighing for user.
Alternatively, described rights management service comprises AppOpsService service.
Alternatively, described callback interface defines in interface description document IAddCallbackForPermission.aidl.
Alternatively, described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.
Alternatively, described notifications are sent by the notificationManager.Service service of calling android system.
Alternatively, the right related information of described application application comprises the name of the application of application authority, the icon information of application, and the concrete power limit of application, applies for the concrete time of this authority, last to any one in the process record of the operation of this application or combination.
As mentioned above, a kind of right management method of the present invention and system, have following beneficial effect: 1, realizes rights management flow process by callback mechanism, fundamentally avoids system in true application program temporary without response abnormality.2, panel is weighed in the personalization of customization really, and to make really to weigh picture more friendly.
Accompanying drawing explanation
Fig. 1 is shown as the schematic flow sheet of an embodiment of right management method of the present invention.
Fig. 2 is shown as the schematic flow sheet of another embodiment of right management method of the present invention.
Fig. 3 is shown as the module diagram of an embodiment of Rights Management System of the present invention.
Element numbers explanation
1 Rights Management System
11 call back function Registering modules
12 call back function processing modules
13 really weigh result notification module
S1 ~ S3 step
Embodiment
Below by way of specific instantiation, embodiments of the present invention are described, those skilled in the art the content disclosed by this instructions can understand other advantages of the present invention and effect easily.The present invention can also be implemented or be applied by embodiments different in addition, and the every details in this instructions also can based on different viewpoints and application, carries out various modification or change not deviating under spirit of the present invention.
It should be noted that, the diagram provided in the present embodiment only illustrates basic conception of the present invention in a schematic way, then only the assembly relevant with the present invention is shown in graphic but not component count, shape and size when implementing according to reality is drawn, it is actual when implementing, and the kenel of each assembly, quantity and ratio can be a kind of change arbitrarily, and its assembly layout kenel also may be more complicated.
The invention provides a kind of right management method, be applied in android system.Described right management method have employed callback mechanism and really weighs to process user, thus avoids by a newly-built thread in primary android system, adopts AlertDialog mechanism to carry out really power for user and operates the ANR abnormal problem that may cause.In one embodiment, as shown in Figure 1, described right management method comprises:
Step S1, registered callbacks function in rights management service; Described call back function defines in callback interface.Described rights management service comprises AppOpsService service.Described callback interface defines in interface description document IAddCallbackForPermission.aidl.In one embodiment, described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.By User Defined, make the View shown really weigh board interface close friend, to avoid in primary android system thousand times same AlertDialog interfaces, substantially improve the impression of user.In one embodiment, add callback interface ICallbackForPermission by IAddCallbackForPermission.aidl file, the callback method in this interface is onAddPermissionReq.Realize callback method in self-defining View panel, simultaneously to this call back function of AppOpsService service registry, when having permission operation requests, the Huis adjusts the specific implementation of the method.
Step S2, when rights management service receives application application, calls the right related information that described call back function shows described application application and really weighs for user.The right related information of described application application comprises the name of the application of application authority, the icon information of application, and the concrete power limit of application, applies for the concrete time of this authority, last to any one in the process record of the operation of this application or combination.In one embodiment, described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, the right related information of described application application shows by described true power panel object, and the View presenting user oneself customization really weighs panel for user operation.The information such as user can according to the name of the application of application authority shown in described true power panel, the icon information of application, and the concrete power limit of application, applies for the concrete time of this authority, the last process record to the operation of this application really weigh operation.Described true power panel have employed User Defined mode, friendly interface.
Step S3, sends to rights management service using really weighing result as notifications after user really weighs.Described notifications are sent by the notificationManager.Service service of calling android system.After user makes a choice, android system can send authority and confirmed notice, after AppOpsService service receives notifications, just can confirm that result tell the related service that application this time operates.Application program continues to perform related procedure according to the result returned.
In one embodiment, described right management method comprises: 1, add Android interface description document IAddCallbackForPermission.aidl, defining interface interfaceICallbackForPermission in this file, define system callback method onAddPermissionReq in this interface.2, the View realizing customization really weighs panel CheckPermissionViewPane class, does specific implementation in such to callback method onAddPermissionReq.This realization really can be weighed panel object and the relevant information of the application application authority passed from AppOpsService service is shown by instantiation View, these information comprise the name of the application of applying right limit, the icon information of application, the concrete power limit of application, apply for the concrete time of this authority, the last process record to the operation of this application.3, until really weigh result out after, call Android system notificationManager.Service serve transmitting system notice.This notice comprises the result of authority process, and rights management service AppOpsService receives after the notice of result really weighed by band and just does respective handling, result is returned to the service of related application operation.Related service can return results to the application of concrete application operation, and applying with result is that parameter walks related procedure.
In one embodiment, as shown in Figure 2, described right management method comprises: after application program operating right, and the service that operation is relevant completes operation user being applied for operating right; Android system authority management service makes intercept process to application, carries out basic information check to operation.Then call askOperation operation really power, then adjust back the onAddPermissionReq method (i.e. call back function, this call back function is registered in Android system authority management service) in CheckPermissionViewPane; Call back function performs, and the View of customization is really weighed panel and presents, really weigh for user.If really power result is not reached, then continue that the View of customization is really weighed panel and present, really weigh for user.If really power result is reached, then notified by notificationManager transmitting system.Rights management service receives this notifications, and content of announcement is returned to related service; Result is returned to embody rule by related service again, and this application can continue related procedure according to result.
The invention provides a kind of Rights Management System, be applied in android system.Described Rights Management System can adopt right management method as above to carry out claim management.In one embodiment, as shown in Figure 3, described Rights Management System 1 comprises call back function Registering modules 11, call back function processing module 12 and really weighs result notification module 13.Wherein:
Call back function Registering modules 11 is for registered callbacks function in rights management service, and described call back function defines in callback interface.Described rights management service comprises AppOpsService service.Described callback interface defines in interface description document IAddCallbackForPermission.aidl.In one embodiment, described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.By User Defined, make the View shown really weigh board interface close friend, to avoid in primary android system thousand times same AlertDialog interfaces, substantially improve the impression of user.In one embodiment, add callback interface ICallbackForPermission by IAddCallbackForPermission.aidl file, the callback method in this interface is onAddPermissionReq.In self-defining View panel, callback method being realized, simultaneously to this call back function of AppOpsService service registry, adjusting back the specific implementation of the method when having permission operation requests.
Call back function processing module 12 is connected with call back function Registering modules 11, during for receiving application application when rights management service, calls the right related information that described call back function shows described application application and really weighs for user.The right related information of described application application comprises the name of the application of application authority, the icon information of application, and the concrete power limit of application, applies for the concrete time of this authority, last to any one in the process record of the operation of this application or combination.In one embodiment, described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.The View that call back function processing module 12 presents user oneself customization really weighs panel for user operation.The information such as user can according to the name of the application of application authority shown in described true power panel, the icon information of application, and the concrete power limit of application, applies for the concrete time of this authority, the last process record to the operation of this application really weigh operation.Described true power panel have employed User Defined mode, friendly interface.
True power result notification module 13 is connected with call back function processing module 12, using really weigh result as notifications sends to rights management service after really weighing for user.After user makes really power selection in call back function processing module 12, true power result notification module 13Android system can send authority and confirm notice, after AppOpsService service receives notifications, just can will confirm that result tells the related service of application this time operation.Application program continues to perform related procedure according to the result returned.
In sum, a kind of right management method of the present invention and system realize rights management flow process by callback mechanism, fundamentally avoid system in true application program temporary without response abnormality.Meanwhile, adopting the personalization of customization really to weigh panel, to make really to weigh picture more friendly.So the present invention effectively overcomes various shortcoming of the prior art and tool high industrial utilization.
Above-described embodiment is illustrative principle of the present invention and effect thereof only, but not for limiting the present invention.Any person skilled in the art scholar all without prejudice under spirit of the present invention and category, can modify above-described embodiment or changes.Therefore, such as have in art usually know the knowledgeable do not depart from complete under disclosed spirit and technological thought all equivalence modify or change, must be contained by claim of the present invention.

Claims (10)

1. a right management method, is applied in android system, it is characterized in that, described right management method comprises:
Registered callbacks function in rights management service; Described call back function defines in callback interface;
When rights management service receives application application, call the right related information that described call back function shows described application application and really weigh for user;
Rights management service is sent to really weighing result as notifications after user really weighs.
2. right management method according to claim 1, is characterized in that: described callback interface defines in interface description document IAddCallbackForPermission.aidl.
3. right management method according to claim 1, it is characterized in that: described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.
4. right management method according to claim 1, is characterized in that: described notifications are sent by the notificationManager.Service service of calling android system.
5. right management method according to claim 1, it is characterized in that: the right related information of described application application comprises the name of the application of application authority, the icon information of application, the concrete power limit of application, apply for the concrete time of this authority, last to any one in the process record of the operation of this application or combination.
6. a Rights Management System, is applied in android system, it is characterized in that: described Rights Management System comprises: call back function Registering modules, and for registered callbacks function in rights management service, described call back function defines in callback interface; Call back function processing module, during for receiving application application when rights management service, calls the right related information that described call back function shows described application application and really weighs for user; True power result notification module, using really weigh result as notifications sends to rights management service after really weighing for user.
7. Rights Management System according to claim 6, is characterized in that: described callback interface defines in interface description document IAddCallbackForPermission.aidl.
8. Rights Management System according to claim 6, it is characterized in that: described call back function comprises a user-defined CheckPermissionViewPane class and really weighs panel object, and the right related information of described application application shows by described true power panel object.
9. Rights Management System according to claim 6, is characterized in that: described notifications are sent by the notificationManager.Service service of calling android system.
10. Rights Management System according to claim 6, it is characterized in that: the right related information of described application application comprises the name of the application of application authority, the icon information of application, the concrete power limit of application, apply for the concrete time of this authority, last to any one in the process record of the operation of this application or combination.
CN201510778875.9A 2015-11-13 2015-11-13 A kind of right management method and system Active CN105426754B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510778875.9A CN105426754B (en) 2015-11-13 2015-11-13 A kind of right management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510778875.9A CN105426754B (en) 2015-11-13 2015-11-13 A kind of right management method and system

Publications (2)

Publication Number Publication Date
CN105426754A true CN105426754A (en) 2016-03-23
CN105426754B CN105426754B (en) 2018-04-27

Family

ID=55504959

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510778875.9A Active CN105426754B (en) 2015-11-13 2015-11-13 A kind of right management method and system

Country Status (1)

Country Link
CN (1) CN105426754B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106355084A (en) * 2016-08-31 2017-01-25 上海斐讯数据通信技术有限公司 Android group authority management method and system based on callback mechanism
CN107967423A (en) * 2016-10-20 2018-04-27 腾讯科技(深圳)有限公司 The method and terminal device of a kind of authority acquiring
CN108182131A (en) * 2017-12-13 2018-06-19 东软集团股份有限公司 Monitor method, apparatus, storage medium and the electronic equipment of application operation state
CN108804938A (en) * 2018-06-14 2018-11-13 北京金山安全软件有限公司 Authority detection method and device, electronic equipment and readable storage medium
CN110941812A (en) * 2019-10-23 2020-03-31 天津智融创新科技发展有限公司 Privileged function calling method and system
US10878078B2 (en) 2017-11-21 2020-12-29 Guangdong Oppo Mobile Telecommunications Corp., Ltd. System notification service control method, apparatus, terminal device, and storage medium
CN115113918A (en) * 2022-07-20 2022-09-27 北京令才科技有限公司 Method for self-defining setting of financial audit rules

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120124675A1 (en) * 2010-11-11 2012-05-17 Samsung Sds Co., Ltd. Apparatus and method for managing digital rights through hooking a kernel native api
CN103268451A (en) * 2013-06-08 2013-08-28 上海斐讯数据通信技术有限公司 Dynamic permission management system based on mobile terminal
CN104185096A (en) * 2014-09-12 2014-12-03 上海斐讯数据通信技术有限公司 ONU registration authorization method and system
CN104318171A (en) * 2014-10-09 2015-01-28 中国科学院信息工程研究所 Android privacy data protection method and system based on authority tags
CN105184148A (en) * 2015-08-11 2015-12-23 上海斐讯数据通信技术有限公司 Android application permission management method and management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120124675A1 (en) * 2010-11-11 2012-05-17 Samsung Sds Co., Ltd. Apparatus and method for managing digital rights through hooking a kernel native api
CN103268451A (en) * 2013-06-08 2013-08-28 上海斐讯数据通信技术有限公司 Dynamic permission management system based on mobile terminal
CN104185096A (en) * 2014-09-12 2014-12-03 上海斐讯数据通信技术有限公司 ONU registration authorization method and system
CN104318171A (en) * 2014-10-09 2015-01-28 中国科学院信息工程研究所 Android privacy data protection method and system based on authority tags
CN105184148A (en) * 2015-08-11 2015-12-23 上海斐讯数据通信技术有限公司 Android application permission management method and management system

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106355084A (en) * 2016-08-31 2017-01-25 上海斐讯数据通信技术有限公司 Android group authority management method and system based on callback mechanism
CN106355084B (en) * 2016-08-31 2019-08-20 上海斐讯数据通信技术有限公司 Android group right management method and system based on callback mechanism
CN107967423A (en) * 2016-10-20 2018-04-27 腾讯科技(深圳)有限公司 The method and terminal device of a kind of authority acquiring
CN107967423B (en) * 2016-10-20 2020-12-04 腾讯科技(深圳)有限公司 Permission obtaining method and terminal equipment
US10878078B2 (en) 2017-11-21 2020-12-29 Guangdong Oppo Mobile Telecommunications Corp., Ltd. System notification service control method, apparatus, terminal device, and storage medium
CN108182131A (en) * 2017-12-13 2018-06-19 东软集团股份有限公司 Monitor method, apparatus, storage medium and the electronic equipment of application operation state
CN108182131B (en) * 2017-12-13 2021-11-26 东软集团股份有限公司 Method and device for monitoring application running state, storage medium and electronic equipment
CN108804938A (en) * 2018-06-14 2018-11-13 北京金山安全软件有限公司 Authority detection method and device, electronic equipment and readable storage medium
CN110941812A (en) * 2019-10-23 2020-03-31 天津智融创新科技发展有限公司 Privileged function calling method and system
CN110941812B (en) * 2019-10-23 2022-07-12 天津智融创新科技发展有限公司 Privileged function calling method and system
CN115113918A (en) * 2022-07-20 2022-09-27 北京令才科技有限公司 Method for self-defining setting of financial audit rules
CN115113918B (en) * 2022-07-20 2023-08-04 北京令才科技有限公司 Custom setting method for financial auditing rules

Also Published As

Publication number Publication date
CN105426754B (en) 2018-04-27

Similar Documents

Publication Publication Date Title
CN105426754A (en) Permission management method and permission management system
CN108182131B (en) Method and device for monitoring application running state, storage medium and electronic equipment
CN110750255B (en) Applet rendering method and device
CN108134708B (en) Method and device for monitoring third-party interface
CN113360807B (en) Page display method and device of mixed-mode mobile application and related equipment
CN105429813A (en) Monitoring method and client for docker
CN104954894A (en) Video traffic guiding method and device as well as electronic equipment
US20140019603A1 (en) Systems and methods involving interactive queuing
US11689904B2 (en) System and method for notification transmission and confirmation management
CN104102734A (en) Data display method and system
CN107066872B (en) Plug-in right control method and device and plug-in system
CN108363574B (en) Front-end customization method and device based on SDK, terminal equipment and storage medium
CN110928706A (en) Applet interaction method and device, electronic equipment and storage medium
CN108984238B (en) Gesture processing method and device of application program and electronic equipment
CN110851208A (en) Interface parameter and response data modification method and device
CN109660960B (en) Short message configuration method, device, equipment and readable storage medium
CN110505304A (en) Terminal execution, application method, device, Cloud Server and the system of scene mode
EP3038394A1 (en) Method of restoring a secure element to a factory state
CN106648598B (en) Method and apparatus for displaying display information of application
CN115002548A (en) Method and device for calling application interface of television platform, terminal equipment and storage medium
US20180081711A1 (en) Method and apparatus for operating system level of application
CN112073462A (en) Positioning method and device
EP2924962A1 (en) Method of changing a user interface to be a dedicated Skype(tm) interface and computer program product thereof and handheld electronic device
CN111026650B (en) Method and device for testing software, storage medium and electronic equipment
JP2016130974A (en) Server, content creation method, program, content providing system, and display device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201209

Address after: Dai Xi Zhen Shang Qiang Lu, Wuxing District, Huzhou City, Zhejiang Province

Patentee after: HUZHOU AIDI ELECTRIC Co.,Ltd.

Address before: 201616 No. 3666 Sixian Road, Songjiang District, Shanghai

Patentee before: Phicomm (Shanghai) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221123

Address after: Room 307, Floor 3, Building 6 (West), No.1 Shuangqing Road, Haidian District, Beijing 100,083

Patentee after: Beijing Beize Technology Co.,Ltd.

Address before: Dai Xi Zhen Shang Qiang Lu, Wuxing District, Huzhou City, Zhejiang Province

Patentee before: HUZHOU AIDI ELECTRIC Co.,Ltd.

TR01 Transfer of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A permission management method and system

Effective date of registration: 20231219

Granted publication date: 20180427

Pledgee: Zhongguancun Branch of Bank of Beijing Co.,Ltd.

Pledgor: Beijing Beize Technology Co.,Ltd.

Registration number: Y2023980072744

PE01 Entry into force of the registration of the contract for pledge of patent right