CN105487868A - Method and system for hiding and displaying virtual keys of android device - Google Patents

Method and system for hiding and displaying virtual keys of android device Download PDF

Info

Publication number
CN105487868A
CN105487868A CN201510855278.1A CN201510855278A CN105487868A CN 105487868 A CN105487868 A CN 105487868A CN 201510855278 A CN201510855278 A CN 201510855278A CN 105487868 A CN105487868 A CN 105487868A
Authority
CN
China
Prior art keywords
virtual key
function interface
interface
attribute
hiding
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
CN201510855278.1A
Other languages
Chinese (zh)
Other versions
CN105487868B (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.)
Huzhou Yinglie Intellectual Property Operation 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 CN201510855278.1A priority Critical patent/CN105487868B/en
Publication of CN105487868A publication Critical patent/CN105487868A/en
Application granted granted Critical
Publication of CN105487868B publication Critical patent/CN105487868B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses a method for hiding and displaying virtual keys of an android device. The method comprises the following steps: step S1, performing optimization combination on universal attributes of a View class and performing packaging to form three function interfaces; step S2, creating a virtual key display service for providing the three function interfaces and running the service in a system process; step S3, rewriting a requestFeature (int flag) method of a window interface class; and step S4, during window interface refreshing, calling the rewritten requestFeature (int flag) method and transmitting different function parameters. The invention furthermore discloses a system used for hiding and displaying the virtual keys of the android device and comprising a function interface packaging unit, a service creation unit, a rewriting unit and a calling unit. According to the method and the system, the packaged function interfaces can be flexibly called, the virtual keys can be flexibly controlled by an interface window, and a code structure can be optimized to reduce code redundancy and improve development efficiency.

Description

Realize the method and system that Android device virtual key is hidden and shown
Technical field
The present invention relates to mobile terminal display technique field, particularly relate to a kind of method and system conveniently realizing Android device virtual key and hide and show.
Background technology
Along with the develop rapidly of mobile Internet, various Android device emerges in an endless stream, personalized, differentiation becomes the bright spot that these equipment is pursued, and dazzling of software is also extremely one of attractable point, so a lot of device software pursues the personalization at interface, as the process to virtual key, sometimes hiding, sometimes show, is also an important software features.
Realize virtual key at present to hide or the way that shows is, add some window attributes in the interfaces windows needed, these attributes as:
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
View.YSTEM_UI_FLAG_LOW_PROFILE
View.SYSTEM_UI_FLAG_LAYOUT_STABLE
View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
View.SYSTEM_UI_FLAG_FULLSCREEN
View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
View.SYSTEM_UI_FLAG_VISIBLE
Etc..The window of hiding virtual key is needed to be arranged, using the various combination of these attributes as this function parameter by View.setSystemUiVisibility () method.The unwanted page is just never called the method and is arranged these attributes, and each application on the market is also that the method for this static state realizes virtual key and hides at present.The primary way of this Android reduces development efficiency, modules responsible official realizes separately hiding of oneself page window virtual key, code redundancy is large, and single page window attribute just can not dynamically change once setting, causes virtual key to hide flexibly and to occur.
Summary of the invention
For the deficiencies in the prior art, an object of the present invention is to realize the method that Android device virtual key is hidden and shown, and it can call the function interface of encapsulation flexibly, realizes the flexible control of interfaces windows to virtual key, provides development efficiency.
To achieve these goals, the present invention takes following technical scheme:
Realize the method that Android device virtual key is hidden and shown, it comprises the following steps:
Step S1, the general-purpose attribute of View class is optimized combination, be packaged into the hiding completely of virtual key, half and hide and show the function interface of three kinds of patterns completely, the function interface of often kind of pattern is with a corresponding function parameter;
Step S2, establishment one provide the virtual key display of the function interface of three kinds of patterns to serve, and run in the process of system;
Step S3, rewrite requestFeature (intflag) method of window interface class according to described function interface;
Step S4, when window interface refreshes, call requestFeature (intflag) method of described rewriting, and transmit different function parameters.
Preferably, the encapsulation attribute of described function interface is total attribute.
Preferably, the general-purpose attribute of described View class is optimized hide completely attribute, half hiding attribute and the complete display properties that are combined as according to View class and is optimized combination, the interface of optimal combination encapsulation is the completely hiding function interface hide () of virtual key respectively, and half hides function interface partyHide () and complete explicit function interface fullDisplay ().
Preferably, described function interface is realized a virtual key display service by described step S2, runs in the process of system and specifically comprises:
Create a virtual key display service according to described function interface, this virtual key display service, after system starts, is served by ActivityManagerService and is started and run in system process.
In order to solve above-mentioned same technical matters, present invention also offers
Realize the system that Android device virtual key is hidden and shown, it comprises:
Function interface encapsulation unit, for the general-purpose attribute of View class is optimized combination, be packaged into completely hiding, half function interface that is hiding and display three kinds of patterns completely of virtual key, the function interface of often kind of pattern is with a corresponding function parameter;
Creating service unit, for described function interface being realized a virtual key display service, running in the process of system;
Rewriting unit, for rewriteeing requestFeature (intflag) method of window interface class according to described function interface;
Call unit, for when window interface refreshes, calls requestFeature (intflag) method of described rewriting, and transmits different function parameters.
Preferably, the encapsulation attribute of described function interface is total attribute.
Preferably, the general-purpose attribute of described View class is optimized hide completely attribute, half hiding attribute and the complete display properties that are combined as according to View class and is optimized combination, the interface of optimal combination encapsulation is the completely hiding function interface hide () of virtual key respectively, and half hides function interface partyHide () and complete explicit function interface fullDisplay ().
Preferably, described function interface is realized a virtual key display service by described establishment service unit, runs in the process of system and specifically comprises:
Create a virtual key display service according to described function interface, this virtual key display service, after system starts, is served by ActivityManagerService and is started and run in system process.
What the present invention set forth realizes the method and system that Android device virtual key hides and show, and its beneficial effect is:
1, the general-purpose attribute of View class is optimized combination, be assembled into the function interface hiding, partly hide and show completely three kinds of unified patterns completely, and run in the form of services in system, call flexibly for modules interfaces windows, achieve dynamic hidden and display virtual key.
2, energy optimum code structure, reduces code redundancy, improves open efficiency.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of method that the present invention realizes Android device virtual key and hides and show;
Fig. 2 is the structured flowchart of system that the present invention realizes Android device virtual key and hides and show.
Embodiment
Below in conjunction with accompanying drawing and specific embodiment, the invention will be further described.
The present invention mainly optimizes the array mode of View class, is packaged into the function interface hidden completely, partly hide and show completely three kinds of patterns of virtual key.When interfaces windows loads, readjustment onCreate () method, call the function interface of encapsulation in the method flexibly, the flexible control of this interfaces windows to virtual key can be realized, realize the sweetly disposition of window to virtual key of oneself, specific implementation process detailed in Example 1 and embodiment 2.
Embodiment one
Please refer to Fig. 1, a kind of method conveniently realizing Android device virtual key and hide and show disclosed by the invention, it comprises the following steps:
Step S1, general (or conventional) attribute of View class is optimized combination, be packaged into completely hiding, half function interface that is hiding and display three kinds of patterns completely of virtual key, the function interface of often kind of pattern is with a corresponding function parameter;
Step S2, establishment one provide the virtual key display of the function interface of three kinds of patterns to serve, and run in the process of system;
Step S3, rewrite requestFeature (intflag) method of window interface class according to described function interface;
Step S4, when window interface refreshes, call requestFeature (intflag) method of described rewriting, and transmit different function parameters.
Wherein, in step S1, so-called general-purpose attribute refers to that the function that View class realizes is classified, then the View class of same alike result is combined and be assembled into a function interface, the corresponding function operation of virtual key can be realized by this function interface of requestFeature (intflag) method call at window interface, general-purpose attribute comprises hides attribute completely, half hides attribute and complete display properties three attribute, the interface of optimal combination assembling is hide () according to this, partyHide () and fullDisplay (), what represent virtual key respectively hides function interface completely, half hides function interface and complete explicit function interface, and the assembling attribute of often kind of function interface is total (public) attribute.
Such as: the combination of hiding virtual key is completely as follows, it combines having the View hiding attribute completely:
View.SYSTEM_UI_FLAG_LAYOUT_STABLE
View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
View.SYSTEM_UI_FLAG_FULLSCREEN
View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
The interface of encapsulation is hide (), the completely hiding of virtual key can be realized by requestFeature (intflag) method call hide () method at window interface, half hide and show virtual key completely realize similar, just the combination of their corresponding View attribute is from completely hiding different.
The concrete grammar realized in step S2 is: create virtual key display service (VirtualKeyDisplayService), it mainly provides the function interface of above-mentioned three kinds of patterns, this virtual key display service is after system starts, served by ActivityManagerService and start and run in system process, like this, each application program just can call the interface of three virtual key patterns that this service provides at any time, reaches the object of dynamic setup window virtual key pattern.
In step S4, when window interface refreshes, requestFeature (intflag) method of rewriting is called by this pointer, and transmit different parameters, the different different disposal of parameter representative to virtual key, so far realizes the flexible control of modules interfaces windows to virtual key, without the need to independent process modules being carried out to virtual key, optimum code structure, reduces code redundancy, improves development efficiency.
Embodiment 2
On the basis of embodiment 1, the present invention also provides a kind of system conveniently realizing Android device virtual key and hide and show, and please refer to shown in Fig. 2, it comprises: function interface encapsulation unit 10, establishment service unit 20, rewriting unit 30 and call unit 40.Wherein: function interface encapsulation unit 10 is for being optimized combination by the general-purpose attribute of View class, be packaged into completely hiding, half function interface that is hiding and display three kinds of patterns completely of virtual key, the function interface of often kind of pattern is with a corresponding function parameter.Creating service unit 20 for creating the virtual key display service that provides the function interface of above-mentioned three kinds of patterns, running in the process of system.Rewriting unit 30 is for rewriteeing requestFeature (intflag) method of window interface class according to described function interface; Call unit 40, for when window interface refreshes, calls requestFeature (intflag) method of described rewriting, and transmits different function parameters.
In function interface encapsulation unit 10, so-called general-purpose attribute refers to that the function that View class realizes is classified, then the View class of same alike result is combined and be assembled into a function interface, the corresponding function operation of virtual key can be realized by this function interface of requestFeature (intflag) method call at window interface, general-purpose attribute comprises hides attribute completely, half hides attribute and complete display properties three attribute, the interface of optimal combination assembling is hide () according to this, partyHide () and fullDisplay (), what represent virtual key respectively hides function interface completely, half hides function interface and complete explicit function interface, and the assembling attribute of often kind of function interface is total (public) attribute.
Create in service unit 20, create a virtual key display service, it mainly provides the function interface of above-mentioned three kinds of patterns, this virtual key display service is after system starts, served by ActivityManagerService and start and run in system process, like this, each application program just can call the interface of three virtual key patterns that this service provides at any time, reaches the object of dynamic setup window virtual key pattern.
In call unit 40, when window interface refreshes, requestFeature (intflag) method of rewriting is called by this pointer, and transmit different parameters, the different different disposal of parameter representative to virtual key, so far realizes the flexible control of modules interfaces windows to virtual key, without the need to independent process modules being carried out to virtual key, optimum code structure, reduces code redundancy, improves development efficiency.
The above, it is only present pre-ferred embodiments, not technical scope of the present invention is imposed any restrictions, thus every above embodiment is done according to technical spirit of the present invention any trickle amendment, equivalent variations and modification, all still belong in the scope of technical solution of the present invention.

Claims (8)

1. realize the method that Android device virtual key is hidden and shown, it is characterized in that, it comprises the following steps:
Step S1, the general-purpose attribute of View class is optimized combination, be packaged into the hiding completely of virtual key, half and hide and show the function interface of three kinds of patterns completely, the function interface of often kind of pattern is with a corresponding function parameter;
Step S2, establishment one provide the virtual key display of the function interface of three kinds of patterns to serve, and run in the process of system;
Step S3, rewrite requestFeature (intflag) method of window interface class according to described function interface;
Step S4, when window interface refreshes, call requestFeature (intflag) method of described rewriting, and transmit different function parameters.
2. method according to claim 1, is characterized in that, the encapsulation attribute of described function interface is total attribute.
3. method according to claim 1, it is characterized in that, the general-purpose attribute of described View class is optimized hide completely attribute, half hiding attribute and the complete display properties that are combined as according to View class and is optimized combination, the interface of optimal combination encapsulation is the completely hiding function interface hide () of virtual key respectively, and half hides function interface partyHide () and complete explicit function interface fullDisplay ().
4. method according to claim 1, is characterized in that, described function interface is realized a virtual key display service by described step S2, runs in the process of system and specifically comprises:
Create a virtual key display service according to described function interface, this virtual key display service, after system starts, is served by ActivityManagerService and is started and run in system process.
5. realize the system that Android device virtual key is hidden and shown, it is characterized in that, it comprises:
Function interface encapsulation unit, for the general-purpose attribute of View class is optimized combination, be packaged into completely hiding, half function interface that is hiding and display three kinds of patterns completely of virtual key, the function interface of often kind of pattern is with a corresponding function parameter;
Creating service unit, for described function interface being realized a virtual key display service, running in the process of system;
Rewriting unit, for rewriteeing requestFeature (intflag) method of window interface class according to described function interface;
Call unit, for when window interface refreshes, calls requestFeature (intflag) method of described rewriting, and transmits different function parameters.
6. system according to claim 5, is characterized in that, the encapsulation attribute of described function interface is total attribute.
7. system according to claim 5, it is characterized in that, the general-purpose attribute of described View class is optimized hide completely attribute, half hiding attribute and the complete display properties that are combined as according to View class and is optimized combination, the interface of optimal combination encapsulation is the completely hiding function interface hide () of virtual key respectively, and half hides function interface partyHide () and complete explicit function interface fullDisplay ().
8. system according to claim 5, is characterized in that, described function interface is realized a virtual key display service by described establishment service unit, runs in the process of system and specifically comprises:
Create a virtual key display service according to described function interface, this virtual key display service, after system starts, is served by ActivityManagerService and is started and run in system process.
CN201510855278.1A 2015-11-30 2015-11-30 Realize the method and system that Android device virtual key is hidden and shown Active CN105487868B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510855278.1A CN105487868B (en) 2015-11-30 2015-11-30 Realize the method and system that Android device virtual key is hidden and shown

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510855278.1A CN105487868B (en) 2015-11-30 2015-11-30 Realize the method and system that Android device virtual key is hidden and shown

Publications (2)

Publication Number Publication Date
CN105487868A true CN105487868A (en) 2016-04-13
CN105487868B CN105487868B (en) 2018-10-12

Family

ID=55674868

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510855278.1A Active CN105487868B (en) 2015-11-30 2015-11-30 Realize the method and system that Android device virtual key is hidden and shown

Country Status (1)

Country Link
CN (1) CN105487868B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108279827A (en) * 2018-02-08 2018-07-13 竞技世界(北京)网络技术有限公司 A method of control intelligent terminal navigation bar hides and display
CN112270089A (en) * 2020-10-26 2021-01-26 中国人民解放军海军航空大学青岛校区 Virtual-real universal multifunctional display and design method thereof
CN112631699A (en) * 2020-12-21 2021-04-09 平安普惠企业管理有限公司 Application program display method, device, equipment and computer storage medium
US11132123B2 (en) 2017-09-08 2021-09-28 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Key display method, terminal, and non-transitory computer-readable medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110175826A1 (en) * 2010-01-15 2011-07-21 Bradford Allen Moore Automatically Displaying and Hiding an On-screen Keyboard
CN102541550A (en) * 2011-12-26 2012-07-04 深圳市万兴软件有限公司 Display control method and device for NSTableView control
CN103064618A (en) * 2012-12-18 2013-04-24 广东欧珀移动通信有限公司 Virtual functional key implementing method and mobile intelligent terminal
CN104978202A (en) * 2015-07-29 2015-10-14 上海斐讯数据通信技术有限公司 Activity attribute extension method and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110175826A1 (en) * 2010-01-15 2011-07-21 Bradford Allen Moore Automatically Displaying and Hiding an On-screen Keyboard
CN102541550A (en) * 2011-12-26 2012-07-04 深圳市万兴软件有限公司 Display control method and device for NSTableView control
CN103064618A (en) * 2012-12-18 2013-04-24 广东欧珀移动通信有限公司 Virtual functional key implementing method and mobile intelligent terminal
CN104978202A (en) * 2015-07-29 2015-10-14 上海斐讯数据通信技术有限公司 Activity attribute extension method and apparatus

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11132123B2 (en) 2017-09-08 2021-09-28 Guangdong Oppo Mobile Telecommunications Corp., Ltd. Key display method, terminal, and non-transitory computer-readable medium
CN108279827A (en) * 2018-02-08 2018-07-13 竞技世界(北京)网络技术有限公司 A method of control intelligent terminal navigation bar hides and display
CN112270089A (en) * 2020-10-26 2021-01-26 中国人民解放军海军航空大学青岛校区 Virtual-real universal multifunctional display and design method thereof
CN112270089B (en) * 2020-10-26 2023-08-18 中国人民解放军海军航空大学青岛校区 Multifunctional display for virtual and real purposes and design method thereof
CN112631699A (en) * 2020-12-21 2021-04-09 平安普惠企业管理有限公司 Application program display method, device, equipment and computer storage medium

Also Published As

Publication number Publication date
CN105487868B (en) 2018-10-12

Similar Documents

Publication Publication Date Title
CN105487868A (en) Method and system for hiding and displaying virtual keys of android device
CN107102853B (en) Method for customizing mobile operating system to be compatible with Android application
CN103019766B (en) A kind of dynamic wallpaper method to set up based on Android device, device and terminal
CN104239071A (en) Cross-platform mobile application development framework system based on general-purpose module and transfer service
KR101997776B1 (en) Method for reducing for consumption power of display unit and an electronic device thereof
CN105159999A (en) Dynamic page displaying method and dynamic page displaying device
CN106060617B (en) Key function configuration method and system
US20160274776A1 (en) System and method for modifying a look and feel of a graphical user interface for an application
CN103413344A (en) 3D frame animation realization method, device and terminal
CN105242931A (en) Method and system for editing and generating codes for game interface
CN103677839A (en) Generating method and device of UI control across mobile terminal
CN108519894B (en) Music box loading initialization method
CN105224337A (en) A kind of desktop starter dynamically adds floating window method
CN104134228A (en) Booting/shutdown animation making system and booting/shutdown animation making method based on Android system
CN105100208A (en) Communication method of mobile terminal and wearable device
CN105094824A (en) Display method for notification messages on intelligent watch and intelligent watch
CN104133706B (en) Firmware modification method and firmware modification device
CN104238906A (en) Information processing method and electronic device
CN104915168A (en) Information processing method and electronic device
CN104572280B (en) A kind of Android applications method for switching theme
CN105653246A (en) Method and device for implementing horizontal tabulation in Android system
CN102999371B (en) Interface Development method and system based on Lua script
CN106843862A (en) A kind of method that Swing interfaces automatically form
US20150286377A1 (en) Method and Device for Enlarging Mobile Application Edit Box Based on Event Monitor
CN103077016B (en) A kind of moving object creation method, device and browser

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: 20201203

Address after: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee after: Hangzhou Jiji Intellectual Property Operation Co.,Ltd.

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

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

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201222

Address after: 313300 Sunshine Industrial Park, Dipu Town, Anji County, Huzhou City, Zhejiang Province

Patentee after: Zhejiang Anji chair Technology Co.,Ltd.

Address before: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee before: Hangzhou Jiji Intellectual Property Operation 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: Method and system for realizing virtual key hiding and display of Android device

Effective date of registration: 20211022

Granted publication date: 20181012

Pledgee: Zhejiang Anji Rural Commercial Bank of the West Branch of Limited by Share Ltd.

Pledgor: Zhejiang Anji chair Technology Co.,Ltd.

Registration number: Y2021330002007

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

Date of cancellation: 20221122

Granted publication date: 20181012

Pledgee: Zhejiang Anji Rural Commercial Bank of the West Branch of Limited by Share Ltd.

Pledgor: Zhejiang Anji chair Technology Co.,Ltd.

Registration number: Y2021330002007

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

Denomination of invention: Method and system for hiding and displaying virtual keys on Android devices

Effective date of registration: 20221123

Granted publication date: 20181012

Pledgee: Zhejiang Anji Rural Commercial Bank of the West Branch of Limited by Share Ltd.

Pledgor: Zhejiang Anji chair Technology Co.,Ltd.

Registration number: Y2022330003167

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

Date of cancellation: 20231101

Granted publication date: 20181012

Pledgee: Zhejiang Anji Rural Commercial Bank of the West Branch of Limited by Share Ltd.

Pledgor: Zhejiang Anji chair Technology Co.,Ltd.

Registration number: Y2022330003167

PC01 Cancellation of the registration of the contract for pledge of patent right
TR01 Transfer of patent right

Effective date of registration: 20240123

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Country or region after: China

Address before: 313300 Sunshine Industrial Park, Dipu Town, Anji County, Huzhou City, Zhejiang Province

Patentee before: Zhejiang Anji chair Technology Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right