CN105487868B - Realize the method and system that Android device virtual key is hidden and shown - Google Patents

Realize the method and system that Android device virtual key is hidden and shown Download PDF

Info

Publication number
CN105487868B
CN105487868B CN201510855278.1A CN201510855278A CN105487868B CN 105487868 B CN105487868 B CN 105487868B CN 201510855278 A CN201510855278 A CN 201510855278A CN 105487868 B CN105487868 B CN 105487868B
Authority
CN
China
Prior art keywords
virtual key
function interface
interface
attribute
function
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.)
Active
Application number
CN201510855278.1A
Other languages
Chinese (zh)
Other versions
CN105487868A (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

Abstract

The invention discloses a kind of methods for realizing Android device virtual key and hiding and showing comprising following steps:Step S1, the general-purpose attribute of View classes is optimized into combination, is packaged into the function interface of three kinds of patterns;Step S2, the virtual key display service for creating the function interface of three kinds of patterns of an offer, runs in the process of system;Step S3, requestFeature (int flag) method of window interface class is rewritten;Step S4, when window interface refreshes, requestFeature (int flag) method of the rewriting is called, and transmits different function parameters.The invention also discloses the systems that the realization Android device virtual key including function interface encapsulation unit, establishment service unit, four part-structure of rewriting unit and call unit is hidden and shown.The present invention can flexibly call the function interface of encapsulation, realize flexible control of the interfaces windows to virtual key, while energy optimum code structure, reduce code redundancy, provide 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 technology fields more particularly to a kind of facilitate to realize that Android device virtual key is hidden The method and system hidden and shown.
Background technology
With the rapid development of mobile Internet, various Android devices emerge one after another, personalized, and differentiation sets as these The standby bright spot pursued, dazzling for software is also extremely one of attractable point, so many device softwares pursue the personalization at interface, such as to virtual The processing of button, sometimes hides, and shows sometimes and an important software features.
Realize that virtual key is hidden or the way of display is to add some window attributes in the interfaces windows of needs at present, These attributes are such 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 for hiding virtual key is needed to be arranged by View.setSystemUiVisibility () method, Using the various combination of these attributes as the function parameter.The unwanted page just never calls this method and these attributes, city is arranged Each application on face is also that the method for this static state realizes that virtual key is hidden at present.The way of this Android primary reduces out Efficiency is sent out, hiding for oneself page window virtual key is implemented separately in modules responsible person, and code redundancy is big, single page window Mouth attribute causes virtual key flexibly can not hide and occur once setting cannot dynamically change.
Invention content
In view of the deficiencies of the prior art, it is an object of the present invention to realize that Android device virtual key is hiding and shows Method, can flexibly call the function interface of encapsulation, realize flexible control of the interfaces windows to virtual key, exploitation effect is provided Rate.
To achieve the goals above, the present invention adopts the following technical scheme that:
A method of realizing that Android device virtual key is hidden and shown comprising following steps:
Step S1, the general-purpose attribute of View classes is optimized into combination, is packaged into hiding, partly hiding completely for virtual key And the function interface of three kinds of patterns is shown completely, there are one corresponding function parameters for the function interface band of each pattern;
Step S2, the virtual key display service for creating the function interface of three kinds of patterns of an offer, runs on system In process;
Step S3, requestFeature (int flag) method of window interface class is rewritten according to the function interface;
Step S4, when window interface refreshes, requestFeature (int flag) method of the rewriting is called, and Transmit different function parameters.
Preferably, the encapsulation attribute of the function interface is shared attribute.
Preferably, the general-purpose attribute of the View classes, which optimizes, is combined as hiding attribute, half completely according to View classes It hides attribute and complete display properties optimizes combination, the interface of optimum organization encapsulation is the complete hidden of virtual key respectively Function interface hide () is hidden, half hides function interface partyHide () and complete explicit function interface fullDisplay ().
Preferably, the function interface is realized a virtual key display service by the step S2, runs on system It is specifically included in process:
A virtual key display service is created according to the function interface, virtual key display service starts in system After, it is serviced by ActivityManagerService and starts and run in system process.
In order to solve above-mentioned same technical problem, the present invention also provides
A kind of system for realizing Android device virtual key and hiding and showing comprising:
Function interface encapsulation unit is packaged into virtual key for the general-purpose attribute of View classes to be optimized combination It hides completely, half hiding and three kinds of patterns of display completely function interface, there are one corresponding for the function interface band of each pattern Function parameter;
Service unit is created, for the function interface to be realized a virtual key display service, runs on system In process;
Rewriting unit, the requestFeature (int flag) for rewriteeing window interface class according to the function interface Method;
Call unit, for when window interface refreshes, calling the requestFeature (int flag) of the rewriting Method, and transmit different function parameters.
Preferably, the encapsulation attribute of the function interface is shared attribute.
Preferably, the general-purpose attribute of the View classes, which optimizes, is combined as hiding attribute, half completely according to View classes It hides attribute and complete display properties optimizes combination, the interface of optimum organization encapsulation is the complete hidden of virtual key respectively Function interface hide () is hidden, half hides function interface partyHide () and complete explicit function interface fullDisplay ().
Preferably, the function interface is realized a virtual key display service by the establishment service unit, is run on It is specifically included in the process of system:
A virtual key display service is created according to the function interface, virtual key display service starts in system After, it is serviced by ActivityManagerService and starts and run in system process.
The realization Android device virtual key that the present invention illustrates is hidden and the method and system of display, advantage exist In:
1, the general-purpose attribute of View classes is optimized into combination, is assembled into and hides, partly hides and show completely three kinds completely The function interface of unified pattern, and run in system in the form of services, it flexibly calls, realizes for modules interfaces windows Dynamic hidden and display virtual key.
2, energy optimum code structure reduces code redundancy, improves open efficiency.
Description of the drawings
Fig. 1 is the flow chart of the method for the invention realized that Android device virtual key is hiding and shown;
Fig. 2 is the structure diagram of the system of the invention realized that Android device virtual key is hiding and shown.
Specific implementation mode
The invention will be further described with specific embodiment below in conjunction with the accompanying drawings.
The present invention is mainly to optimize the combination of View classes, is packaged into hiding completely, being partly hiding and complete for virtual key The function interface of three kinds of patterns of display entirely.When interfaces windows load, onCreate () method is adjusted back, in the method flexibly Call the function interface of encapsulation, you can realize flexible control of the interfaces windows to virtual key, realize the window of oneself to void The flexible processing of quasi- button, specific implementation process detailed in Example 1 and embodiment 2.
Embodiment one
Please referring to Fig. 1, a kind of facilitate disclosed by the invention realizes that Android device virtual key is hidden and the method for display, Include the following steps:
Step S1, general (or common) attribute of View classes is optimized into combination, is packaged into the complete hidden of virtual key It hides, half hiding and three kinds of patterns of display completely function interface, there are one corresponding functions for the function interface band of each pattern Parameter;
Step S2, the virtual key display service for creating the function interface of three kinds of patterns of an offer, runs on system In process;
Step S3, requestFeature (int flag) method of window interface class is rewritten according to the function interface;
Step S4, when window interface refreshes, requestFeature (int flag) method of the rewriting is called, and Transmit different function parameters.
Wherein, in step S1, so-called general-purpose attribute refers to that the function that View classes are realized is classified, then by same genus The View classes of property, which are combined, is assembled into a function interface, passes through requestFeature (int flag) in window interface The corresponding function operation of virtual key can be realized in the method call function interface, and general-purpose attribute includes hiding attribute, half completely Three attribute of attribute and complete display properties is hidden, the interface of optimum organization assembling is hide (), partyHide () according to this With fullDisplay (), respectively represent virtual key hides function interface completely, and half hides function interface and completely display Function interface, and the assembling attribute of each function interface is shared (public) attribute.
Such as:The combination for hiding virtual key completely is as follows, is that will there is the View for hiding attribute completely to be combined:
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 (), passes through requestFeature (int flag) method call hide in window interface Hiding completely for virtual key can be realized in () method, and half hides and show that the realization of virtual key is similar completely, only they For the combination of corresponding View attributes is different from hiding completely.
The specific method realized in step S2 is:Create a virtual key display service (VirtualKeyDisplayService), the function interface of above-mentioned three kinds of patterns, virtual key display clothes are mainly provided Business is serviced by ActivityManagerService after system starts and starts and run in system process, in this way, respectively Application program can call the interface of three virtual key patterns of service offer at any time, and it is virtual to reach dynamic setup window The purpose of key patterns.
In step S4, when window interface refreshes, the requestFeature rewritten is called by this pointers (intflag) method, and different parameters is transmitted, different parameters represents the different disposal to virtual key, so far realizes each Flexible control of a module interfaces window to virtual key, it is optimal it is not necessary that individually modules are carried out with the processing of virtual key Code structure reduces code redundancy, improves development efficiency.
Embodiment 2
On the basis of embodiment 1, the present invention also provides a kind of facilitate to realize that Android device virtual key is hiding and shows System, please refer to shown in Fig. 2 comprising:Function interface encapsulation unit 10 creates service unit 20, rewriting unit 30 and adjusts With unit 40.Wherein:Function interface encapsulation unit 10 is used to the general-purpose attribute of View classes optimizing combination, is packaged into virtual The function interface of button hidden completely, partly hide and show completely three kinds of patterns, the function interface of each pattern carry one A corresponding function parameter.It creates service unit 20 and is pressed for creating the virtual of function interface that one provides above-mentioned three kinds of patterns Key display service, runs in the process of system.Rewriting unit 30 is used to rewrite window interface class according to the function interface RequestFeature (int flag) method;Call unit 40 is used for when window interface refreshes, and calls the rewriting RequestFeature (int flag) method, and transmit different function parameters.
In function interface encapsulation unit 10, so-called general-purpose attribute refers to that the function that View classes are realized is classified, then The View classes of same alike result are combined and are assembled into a function interface, pass through requestFeature in window interface The corresponding function operation of virtual key can be realized in (int flag) the method call function interface, and general-purpose attribute includes completely hidden Hide attribute, half hide three attribute of attribute and complete display properties, according to this interface of optimum organization assembling be hide (), PartyHide () and fullDisplay (), respectively represent virtual key hides function interface completely, and half hides function interface Assembling attribute with complete explicit function interface, and each function interface is shared (public) attribute.
It creates in service unit 20, creates a virtual key display service, the letter of above-mentioned three kinds of patterns is mainly provided Number interface, virtual key display service are started simultaneously after system starts by ActivityManagerService services It runs in system process, in this way, each application program can call three virtual key patterns of service offer at any time Interface achievees the purpose that dynamic setup window virtual key pattern.
In call unit 40, when window interface refreshes, the requestFeature rewritten is called by this pointers (int flag) method, and different parameters is transmitted, different parameters represents the different disposal to virtual key, so far realizes each Flexible control of a module interfaces window to virtual key, it is optimal it is not necessary that individually modules are carried out with the processing of virtual key Code structure reduces code redundancy, improves development efficiency.
The above is only present pre-ferred embodiments, is not intended to limit the scope of the present invention, therefore It is every according to the technical essence of the invention to any subtle modifications, equivalent variations and modifications made by above example, still belong to In the range of technical solution of the present invention.

Claims (8)

1. a kind of method for realizing Android device virtual key and hiding and showing, which is characterized in that it includes the following steps:
Step S1, the general-purpose attribute of View classes is optimized into combination, be packaged into the hiding completely of virtual key, half hide and The function interface of three kinds of patterns of display completely, there are one corresponding function parameters for the function interface band of each pattern;
Step S2, the virtual key display service for creating the function interface of three kinds of patterns of an offer, runs on the process of system In;
Step S3, requestFeature (int flag) method of window interface class is rewritten according to the function interface;
Step S4, when window interface refreshes, requestFeature (int flag) method of the rewriting is called, and is transmitted Different function parameters.
2. according to the method described in claim 1, it is characterized in that, the encapsulation attribute of the function interface is shared attribute.
3. according to the method described in claim 1, it is characterized in that, the general-purpose attribute of the View classes optimizes and is combined as root Combination is optimized according to hide completely attribute, half hiding attribute and the complete display properties of View classes, optimum organization encapsulation Interface is the completely hiding function interface hide () of virtual key respectively, and half hides function interface partyHide () and show completely Show function interface fullDisplay ().
4. according to the method described in claim 1, it is characterized in that, the function interface is realized one virtually by the step S2 Button display service, runs in the process of system and specifically includes:
A virtual key display service is created according to the function interface, virtual key display service is finished in system startup Afterwards, it is serviced by ActivityManagerService and starts and run in system process.
5. a kind of system for realizing Android device virtual key and hiding and showing, which is characterized in that it includes:
Function interface encapsulation unit is packaged into the complete of virtual key for the general-purpose attribute of View classes to be optimized combination It hides, half hiding and three kinds of patterns of display completely function interface, there are one corresponding letters for the function interface band of each pattern Number parameter;
Service unit is created, for the function interface to be realized a virtual key display service, runs on the process of system In;
Rewriting unit, the sides requestFeature (int flag) for rewriteeing window interface class according to the function interface Method;
Call unit, for when window interface refreshes, calling requestFeature (int flag) method of the rewriting, And transmit different function parameters.
6. system according to claim 5, which is characterized in that the encapsulation attribute of the function interface is shared attribute.
7. system according to claim 5, which is characterized in that the general-purpose attribute of the View classes, which optimizes, is combined as root Combination is optimized according to hide completely attribute, half hiding attribute and the complete display properties of View classes, optimum organization encapsulation Interface is the completely hiding function interface hide () of virtual key respectively, and half hides function interface partyHide () and show completely Show function interface fullDisplay ().
8. system according to claim 5, which is characterized in that the function interface is realized one by the establishment service unit A virtual key display service, runs in the process of system and specifically includes:
A virtual key display service is created according to the function interface, virtual key display service is finished in system startup Afterwards, it is serviced by ActivityManagerService and starts 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 CN105487868A (en) 2016-04-13
CN105487868B true 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)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019047183A1 (en) 2017-09-08 2019-03-14 广东欧珀移动通信有限公司 Key display method, apparatus, and terminal
CN108279827B (en) * 2018-02-08 2020-04-10 竞技世界(北京)网络技术有限公司 Method for controlling hiding and displaying of navigation bar of intelligent terminal
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

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* 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

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Also Published As

Publication number Publication date
CN105487868A (en) 2016-04-13

Similar Documents

Publication Publication Date Title
CN105487868B (en) Realize the method and system that Android device virtual key is hidden and shown
CN107102853B (en) Method for customizing mobile operating system to be compatible with Android application
CN103530018A (en) Establishment method of widget interfaces in android operating system and mobile terminal
CN105487864A (en) Method and device for automatically generating code
CN103543993A (en) Application program building method and system
CN110750255B (en) Applet rendering method and device
US20160274776A1 (en) System and method for modifying a look and feel of a graphical user interface for an application
EP3367238A1 (en) Producing method and producing system for desktop launcher of mobile terminal
CN106775647A (en) A kind of control method of mobile terminal, control device and mobile terminal
CN105242931A (en) Method and system for editing and generating codes for game interface
CN107818588A (en) The apparatus and method that android system calls Qt drawing based on JNI multithreadings
CN104134228A (en) Booting/shutdown animation making system and booting/shutdown animation making method based on Android system
CN103092583A (en) Method and device for dynamically generating setting item list views
CN104238906A (en) Information processing method and electronic device
CN104573110B (en) The Dynamic Display method and device of figure in a kind of browser
KR102588235B1 (en) An electronic device and a controlling method thereof
CN106855772A (en) A kind of information displaying method and device
CN105653246A (en) Method and device for implementing horizontal tabulation in Android system
CN103019748A (en) Method and system for embedding local application program into desktop window in Linux
CN106843862A (en) A kind of method that Swing interfaces automatically form
CN104915168A (en) Information processing method and electronic device
CN102270135A (en) Television and method for realizing user interface (UI) framework thereof
CN104102485A (en) Html-based module encapsulation loading method
CN114840194A (en) Code and operating system generation method and device, server and electronic equipment
CN102163149A (en) Visual development system and visual development method of Java-card application toolkit (CAT)

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
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.

PE01 Entry into force 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 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

PC01 Cancellation 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

PE01 Entry into force 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

PC01 Cancellation 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

TR01 Transfer 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