Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

367 results about "Android app" patented technology

Android malicious application detection method and system based on multi-feature fusion

The invention discloses an Android malicious application detection method and system based on multi-feature fusion. The method comprises the following steps that: carrying out decompilation on an Android application sample to obtain a decompilation file; extracting static features from the decompilation file; operating the Android application sample in an Android simulator to extract dynamic features; carrying out feature mapping on the static features and the dynamic features by the text Hash mapping part of a locality sensitive Hash algorithm, mapping to a low-dimensional feature space to obtain a fused feature vector; and on the basis of the fused feature vector, utilizing a machine learning classification algorithm to train to obtain a classifier, and utilizing the classifier to carry out classification detection. By use of the method, the high-dimensional feature analysis problem of a malicious code rare sample family can be solved, and detection accuracy is improved.
Owner:BEIJING INSTITUTE OF TECHNOLOGYGY

Reinforcement protection method, sever and system for android app

The invention discloses a reinforcement protection method, sever and system for android app. The method comprises the following steps: obtaining an initial android package APK of the android app; decompiling the initial APK, extracting protected method codes from the initial APK, and filling an extraction position with nop; encrypting the extracted protected method codes according to an appointed encryption and decryption strategy to generate a reinforcement configuration file; adding the appointed encryption and decryption strategy, the reinforcement configuration file and a reinforcement protection program into the decompiled APK, and compiling to generate a reinforcement APK of the android app. According to the technical scheme provided by the invention, protected methods can be dynamically encrypted and decrypted, and complete dex mapping does not exist in a memory at any moment, so that a complete dex file is prevented from being obtained in a memory dump manner and the probability of repacking and redistribution of the android app due to reverse analysis is greatly reduced.
Owner:BEIJING QIHOO TECH CO LTD

Method for dynamically detecting malicious behavior in Android App (Application)

ActiveCN104834859AIncrease coverageOvercome the defect of low dynamic detection coveragePlatform integrity maintainanceApplication programming interfaceAndroid app
The invention discloses a method for dynamically detecting a malicious behavior in an Android App (Application), and aims to prevent a user of the Android App from the harms of bad software and a malicious code in the bad software. The method comprises the following steps of acquiring an apk file of an Android App to be analyzed, and decompiling the apk file to obtain decompiled Java codes; then loading the acquired Java codes into a converter to convert the Java codes into intermediate representations for subsequent instrumentation; performing instrumentation operation on the codes by virtue of a Soot tool, namely performing instrumentation at the related code such as a code involving short message and Http (Hyper Text Transport Protocol) link request sending, a code involving dangerous API (Application Programming Interface) calling and a conditional statement to be enforced to extract information, loading the instrumented codes into a compiler, and performing compiling to form a new apk file; running the new file, storing information acquired by instrumentation into a database for further researches, and analyzing log information in the database by using a malicious behavior and good behavior distinguishing method proposed before.
Owner:NANJING UNIV OF POSTS & TELECOMM

Thermal repair method, device, server and system for Android application

The invention discloses a thermal repair method, device, server and system for an Android application. The method includes the steps that a patch pack of the designated Android application is acquired, wherein the patch pack includes a repaired designated class file in the designated Android application; when the designated Android application is started, the patch pack is loaded; when the designated Android application needs to call a designated class file, the repaired designated class file is called from the patch pack to perform corresponding functions. Thus, compared with the prior art, according to the scheme, a series of steps of repacking a designated Android application, conducting testing, exchanging packs to various application markets and channels, reminding a user to conduct upgrading, reminding the user to conduct downloading, conducting coverage installation of the Android application with a new installation pack and the like by a publisher are not needed in the repair process, thermal repair of the Android application can be achieved through one patch pack without changing the original Android application, and thus the repair cost of the Android application is greatly reduced.
Owner:BEIJING QIHOO TECH CO LTD +1

Android App operating recording device and method

The invention provides an Android App operating recording device. The Android App operating recording device comprises a terminal connection unit, a characteristic information analysis unit, an operation coordinate obtaining unit, an object-oriented script generation unit and a sequence chart recording unit, wherein the terminal connection unit is used for connecting a mobile phone and a PC terminal, and under the USB debug mode, the PC terminal is provided with a drive matched with the model of the mobile phone; after the mobile phone and the PC terminal are connected, equipment information of successful connection is obtained; the characteristic information analysis unit is used for extracting key information; the operation coordinate obtaining unit is used for obtaining operation coordinates for monitoring the mobile phone and fed back to the PC terminal; the object-oriented script generation unit is used for converting the obtained operation coordinates into an operation object and generating an object script; the sequence chart recording unit is used for recording a corresponding sequence chart. The invention further provides an Android App operating recording method. By the technical scheme, on the basis of an existing software operating recording mode, the simple object type is fully utilized to finish software operating recording of multiple object types, and a general and unified recording idea of software operating recording in which complex object types participate is built.
Owner:YONYOU NETWORK TECH CO LTD

Method of running Android application across systems, terminal and storage medium

The embodiment of the invention discloses a method of running an Android application across systems, a terminal and a storage medium. The method includes: receiving an instruction of starting an engine running the Android application across the systems, and executing starting operations of the engine in a Windows system according to the instruction; converting Android system instructions, which are included by an Android system, into equivalent Windows system instructions in a process after the engine is started; running the Android system through a manner of executing the equivalent Windows system instructions; parsing the to-be-executed Android application to obtain instructions included by an executable file of the Android application; running the Android application through a manner ofexecuting the instructions obtained by parsing; and when an instruction of initiating a system call request is obtained by parsing, executing call operations for a system call function realized in the engine and a realized Android system kernel function, wherein the calling operations are used for completing a function of which realization is requested by the Android application through the system call request.
Owner:TENCENT TECH (SHENZHEN) CO LTD

Method for statically detecting malicious code in android APP (Application)

The invention discloses a method for statically detecting a malicious code in an android APP (Application). The method comprises the following steps of preprocessing android software, and disassembling the android APP to obtain a java source code by virtue of decompiling software; performing a series of lexical and syntactic analysis on the java source code to obtain user interface text information; judging whether the APP has a malicious behavior or not according to the matching degree of the user interface text information and a calling interface in the APP. According to the method, various technical means such as lexical analysis and syntactic analysis can be adopted for scanning an APP file to generate a disassembling code of the APP under the condition of not running a code, and then the disassembling code is read to master a function of the APP, so that the malicious code in the android APP is detected.
Owner:NANJING UNIV OF POSTS & TELECOMM

Broadcast sending method and apparatus

InactiveCN105897438AAvoid slowing downRealize the purpose of shielding broadcastSpecial service provision for substationBroadcastingAndroid application
The invention discloses a broadcast sending method for sending a broadcast by an Android application or a system process. The method comprises: S1, whether a broadcast is sent is monitored; S2, if so, broadcast information is recorded; S3, according to the broadcast information, whether the current broadcast meets a preset sending condition is determined; and S4, if so, the broadcast is forwarded. With the method and apparatus, a sent broadcast can be determined and a broadcast meeting a preset condition can be forwarded, so that a needless broadcast can be shielded.
Owner:PHICOMM (SHANGHAI) CO LTD

Android application used application program vulnerability detection and analysis method based on code library security specifications

ActiveCN105022958APrevent the risk of security incidentsPlatform integrity maintainanceInformation securityOperating system
The invention belongs to the technical field of program information security monitoring, and particularly relates to an Android application used application program vulnerability detection and analysis method based on code library security specifications. The method comprises the following steps: building a security specification model, i.e., describing the security specifications of the code library by using formalized rule languages; designing a static program analyzer for performing automatic verification based on the security specification model; applying the static program analyzer to two phases, i.e., compilation of application programs and examination of the application programs in an application market, and detecting security vulnerabilities. According to the detection and analysis method provided by the invention, the security risk in the program can be prevented.
Owner:FUDAN UNIV

System and method for remotely controlling Android APP

The invention discloses a system and method for remotely controlling an Android APP. The system comprises a webpage terminal, a master control server and a mobile device provided with an auxiliary function APP, a TCP / IP long connection is established between the master control server and the auxiliary function APP, wherein the webpage terminal issues a binding authorization instruction and a control instruction to the auxiliary function APP of the mobile device through the master control server so as to control other controlled APPs of the mobile device; the master control server sends the corresponding binding authorization instruction and the control instruction to the auxiliary function APP of the corresponding mobile device and meanwhile feeds back an authorization condition of the binding authorization instruction and an execution result of the control instruction to the webpage terminal; and the auxiliary function APP of the mobile device is used for obtaining the binding authorization instruction and the control instruction sent by the master control server and controlling the other controlled APPs of the mobile device according to the control instruction. By adoption of the system provided by the invention, the webpage terminal controls any APP or system function on the mobile terminal, so that the system is more user friendly and is more applicable to the demands of operators.
Owner:厦门书生企友通科技有限公司

Method and device for constructing Android App automated test framework based on Appium

ActiveCN108427646ASolve the problem of low efficiency of automated testingImprove automated testing efficiencySoftware testing/debuggingSoftware engineeringAndroid app
The invention provides a method and a device for constructing an Android App automated test framework based on Appium. The method comprises the following steps: forming a public method library for public methods for encapsulating an App operation, wherein the public method comprises an element obtaining method, and the element obtaining method performs parsing and traversing on an xml layout fileof the current Android terminal according to a control type configured in a configuration file based on uiautomatorviewer so as to obtain page elements of App to be tested and generate a page elementmanagement class required by the test framework; constructing a Maven-managed Spring+TestNG-based template project; wherein the Android App automated test framework based on Appium is constructed by the public method library and the template project. Through the method and the device provided by the invention, the problem of low efficiency of the automated test based on Appium is solved, and the efficiency of the automated test based on Appium is improved.
Owner:TRAVELSKY

Intelligent tourist attraction system based on mobile Internet and Internet of things

The invention discloses an intelligent tourist attraction system based on the mobile Internet and the Internet of things. The system is characterized in that an integral system is divided into a perception layer, a network layer and an application layer, wherein the perception layer obtains environment information through a sensing network and comprises a two-dimensional code tag and recognizer, an RFID (Radio Frequency Identification) tag and reader-writer and a sensor; the network layer carries out information transmission through a communication network and consists of various private networks, the Internet, a wired and wireless communication network and the like; and the application layer comprises an intelligent wristband, an intelligent ticket checking machine, a self-service machine and a mobile phone Android application field. A new-generation information technology, including the Internet of things, is comprehensively applied, the intelligent perception and the intelligent management of tourist information can be realized through various communication ways by virtue of various types of terminal equipment, the tourist information is timely and comprehensively processed, and the intellectualization of the whole process of tourism is realized.
Owner:向军

Android application installation package making device and method, electronic device and storage medium

The invention discloses an application installation package making method and device, an electronic device and a computer storage medium. The device comprises a background module configured to generate a software development kit package compiler file is generated according to a software development kit compression file; a foreground module configured to generate a corresponding application installation package according to a first installation package of an accessed software development kit package abstract framework and the software development kit package compiler file, wherein the background module transmits the software development kit package compiler file to the foreground module through data transmission connection, and data transmission connection includes wired transmission connection and wireless transmission connection. The application installation package making device automatically packages the first installation package accessed with the software development kit package abstract framework into a corresponding application installation package, improves the package speed and avoids application installation package compiling failure caused by manual package.
Owner:SHENZHEN IDREAMSKY TECH

Safe Android APP function pluggable method

The invention discloses a safe Android APP function pluggable method. The method comprises the following steps of: 1) dividing into modularized updating and thermal remediation according to a pluggable granularity; 2) pre-registering a proxy component, providing a jar package of a quoted dex file and compiling a corresponding dynamically injected code; 3) compiling and generating a dex file by a plug-in module, randomly generating a DES secret key, encrypting the dex file, adding the secret key to the end of the dex file, and carrying out packaging and signing; 4) pushing an updating module by a server, and downloading a new module by an App; 5) detecting the safety of the plug-in module; 6) installing a loading plug-in; and 7) restarting an application. According to the method, the new function addition and BUG fixing are separated, and compared with the traditional APP development process, the plug-in effect is greatly enhanced in the aspects of development efficiency, software deployment and user experience.
Owner:镇江优宜供应链管理有限公司

Android APP-based automatic exploration testing method and system

The invention discloses an Android APP-based automatic exploration testing method and system. The method includes: analyzing a to-be-tested APP, acquiring attribute information of the to-be-tested APP, and storing the same; formulating a corresponding exploration testing rule according to the attribute information; defining anomalies and formulating recovery mechanisms after anomaly occurrence according to the attribute information; executing an unattended exploratory testing; recursively processing generated operation instructions; if a constraint condition is triggered, stopping downward testing, and jumping to same-level testing or returning to a previous step; if the APP anomaly is triggered, executing the recovery mechanism, recording the anomaly, and continuing to execute exploratorytesting; and recording a testing process and result in a form of a file or an image in a process of executing exploratory testing. According to the method, efficiency of APP testing is effectively improved, and operations which are unnecessary to occur in testing are avoided.
Owner:SUZHOU LANGDONG NET TEC CO LTD

Chaotic encryption-based lattice anti-fake code design method and application system thereof

ActiveCN107609621AImprove securityMake up for the defect of not being able to resist scan-forgery attacksCo-operative working arrangementsCommercePlaintextDiffusion
The invention discloses a chaotic encryption-based lattice anti-fake code design method and an application system thereof. According to the method and the application system, the safety of lattice anti-fake codes is improved by utilizing a chaotic encryption technology, and chaotic encryption sequences are generated by using a worm population model and different initial values and control parameters so as to be applied to the diffusion and scrambling processes of chaotic encryption. According to the method and the application system, a ciphertext of a designed is as long as a plaintext, concise, efficient, high in encryption speed and suitable for commercialized production. The invention furthermore discloses the chaotic encryption-based lattice anti-fake code application system. Accordingto the method and the application system, a counter method is utilized to fill the gap that lattice anti-fake codes cannot resist scanning-counterfeiting attack, and a decryption function is deployedat a server, so that the pressure of an android app client is lightened, benefit is brought to the relative independence of the server, passwords are not easy to leak and the safety coefficient is relatively high.
Owner:HARBIN INST OF TECH SHENZHEN GRADUATE SCHOOL

Service signature method and device compatible with Android application

The invention relates to a service signature method compatible with Android application. The service signature method compatible with Android application comprises the steps of S1 making a list of all of application program software package data files except developer signatures and finishing service signature operation compatible with the Android application; S2 performing verification on the service signatures compatible with the Android application by using a service self identification certificate or a certificate public key. The service signature method compatible with the Android application performs digital signature on the same Android application program package, does not conflict with a developer signature of an application program and can reserve user data when different release versions type application programs obtained through multi-party re-signature are updated and installed. In addition, service-side signature data are stored in catalogues related to service-side domain names and service names, different service-side signature data are not interfered, different service signatures are not influenced, and the problem that signature file names of a traditional application signature mechanism are easily bumped is fundamentally solved. The invention further discloses a service signature device compatible with the Android application.
Owner:中国软件评测中心(工业和信息化部软件与集成电路促进中心)

Identification method and device of Android application

The invention discloses an identification method and device of an Android application. The identification method of the Android application comprises the following steps: extracting at least one type of information associated with behaviors in an apk (Android Package) file of a target application, wherein the apk is the Android Package; extracting an operation code of the information, and processing the operation code to obtain a characteristic value; according to a preset classified information base, comparing the characteristic value with a corresponding characteristic value of an application of a known category in the classified information base; and if the characteristic value is the same with the corresponding characteristic value of the known category, determining that the target application and the application of the known category belong to the same category. The identification device of the Android application comprises an information extraction module, an operation code processing module and an identification module. Similar applications can be effectively identified to bring convenience for users.
Owner:KENIU NETWORK TECH BEIJING

Advertisement processing method and system

The invention provides an advertisement processing method. The advertisement processing method includes recording and refreshing display time of an advertisement when the advertisement is displayed in an Andoird APP; comparing the recorded display time with the preset display threshold according to a preset time interval; when the recorded display time is smaller than the preset display threshold, keeping recording and refreshing the display time of the advertisement; when the recorded display time meets the preset display threshold, cancelling advertisement display, and returning to the interface of the Android APP. Whether the advertisement is displayed or not is judged by comparing the recorded display time and the preset display threshold. When the display time meets the preset display threshold, the advertisement is displayed and automatically disappears, the integral advertisement display process is free of artificial control, the advertisement display time can be effectively and automatically controlled, user experience is enhanced and advertisement efficiency is improved.
Owner:ZHUHAI GOTECH INTELLIGENT TECH

Malicious code detecting method applicable to android App

The invention discloses a malicious code detection method for Android applications. The server side analyzes the pre-extracted application feature values ​​through a random forest algorithm, thereby establishing a relationship database between applications and malicious codes. Get the data to match and get the test result. Using the advantages of random forest analysis, combined with the idea of ​​application and malicious code classification, a model of application malicious code detection is established based on this method, which can quickly classify and detect existing application malicious code, and can detect new variant malicious codes. The application has certain analysis and detection capabilities, which can meet the ever-changing needs of Android system applications, speed up the detection of malicious applications and codes, and improve the ability to respond to unknown malicious applications.
Owner:CENT SOUTH UNIV

Simulator-based android application server side Web vulnerability detection method

The invention discloses a simulator-based android application server side Web vulnerability detection method, comprising the following steps of: starting a vulnerability detection agent module, starting an android simulator and configuring a network; composing an APK (Android Package) Monitor module, connecting the android simulator and monitoring a directory; installing files to batches of or single android application by virtue of a Python script; when the APK Monitor monitors an APK file in the directory, installing the file automatically by virtue of an ADB (Android Debug Bridge) command; capturing all requirements of an APP (application) for a server side by virtue of agency of the vulnerability detection agent module; performing, by the vulnerability detection agent module, vulnerability detection on the captured requirements; uninstalling the APP after completion of execution of the APK Monitor, and continuously monitoring an appointed directory; and outputting a detection result by the vulnerability detection agent module. By use of the method disclosed by the invention, Web vulnerabilities of an android APP server side can be detected fully automatically, and meanwhile batch detection is supported without manual intervention, and automatic detection of all APPs of a certain android APP market is supported to obtain an analysis statistical result.
Owner:成都知道创宇信息技术有限公司

Broadcast agent method and device for Android applications

The invention discloses a broadcast agent method and device for Android applications. The method includes the steps that a virtual machine environment is established, cloned applications of one or more designated Android applications in an Android system are put in a virtual machine, and the cloned application of each designated Android application and the corresponding designated Android application can operate in parallel; a resident service of the virtual machine agents the cloned applications of the designated Android applications in the virtual machine to receive broadcast messages, and the broadcast messages are forwarded to broadcast receivers of the cloned applications of the corresponding designated Android applications according to a preset strategy. According to the scheme, when the same application is operated in parallel by a user in the Android system, the defects that the broadcast messages cannot be received due to repeated registration information of the broadcast receivers, and even programs cannot operate are avoided.
Owner:BEIJING QIHOO TECH CO LTD

Offshore inspection supervision system based on unmanned aerial vehicle aerial photography

The invention discloses an offshore inspection supervision system based on unmanned aerial vehicle aerial photography. The system is composed of four main parts: an unmanned aerial vehicle data acquisition terminal, a cloud server, an enterprise server and a client. A PC client and an Android client form an unmanned aerial vehicle marine inspection comprehensive supervision platform. The functionsof data real-time access forwarding, geographic information management, trajectory tracking, aerial video live broadcasting, historical trajectory and video playback, data statistical analysis and emergency management, Android APP real-time supervision and the like of the marine inspection unmanned aerial vehicle can be achieved. The marine environment is supervised in real time through the unmanned aerial vehicle aerial photography, so the supervision range is wide, the inspection efficiency is high, the cost loss is small, and the problems that a traditional inspection system is short in inspection visual range, slow in response, poor in small ship supervision capacity, low in efficiency, not timely in dispatching and commanding and the like are solved.
Owner:BEIJING UNIV OF TECH

Piratic android application discrimination method and piratic android application discrimination system

The invention discloses a pirated Android application screening method and a pirated Android application screening system. The system includes an Android application channel monitoring system for collecting basic information of Android applications from distribution channels of Android applications, an Android application channel monitoring system for downloading Android application installation packages, and an Android application data storage center for centralized storage of Android application basic information and Android application installation packages. , used to build an Android application database containing an Android application information table containing application name, application introduction information and version information based on the massive Android application data of the Android application data storage center, and used to select the to-be-monitored from the pre-built genuine Android application information table Genuine Android application, screen out all suspected Android applications associated with the genuine Android application to be monitored from the Android application information table, and check the genuine application, old version application, and pirated application in the suspected Android application according to the set Android application version judgment conditions. An Android application differentiation analysis system for screening.
Owner:卓望数码技术(深圳)有限公司

An intelligent monitoring and early warning system and method for motor protector based on internet of things

InactiveCN109274071AComprehensive understanding of operating statusReduce riskEmergency protective circuit arrangementsEarly warning systemOriginal data
The invention relates to the technical field of motor protection mode in industrial production, The invention particularly relates to an intelligent monitoring and early warning system of motor protector based on internet of things and a method for monitoring motor protector according to the system. The original data of motor protector, including three-phase current, three-phase voltage, active power, active power and electric energy, running state and the like, are processed through DTU-4G module accord to Modbus-A TCP protocol upload data to a database on a cloud server for storage, At the same time, the system includes Web page, Android APP and IOS client program. Each client program reads the data from the database in the cloud server and pushes it to the user for viewing and processing, which provides great convenience for the on-site maintenance personnel.
Owner:HENAN SENIOR ELECTRIC

Zooming optimization method for Android application window in Android running environment

The invention discloses a zooming optimization method for an Android application window in an Android running environment. A time difference between a size adjustment of a Linux application window in a Linux system and a size adjustment of the Android application window in xDroid is reduced by optimizing a response mechanism of xDroidUI to a Resize message, and then the inconsistency of adjustment of the Linux application window and the Android application window during zooming of the Android application window is effectively reduced.
Owner:北京麟卓信息科技有限公司

Microservice updating method and system based on key element difference analysis

The invention discloses a micro service updating method and system based on difference analysis of key elements, through the analysis of bytecode in micro-service, the key elements that need to be analyzed are selected, and through the analysis of the similarities between the old version and the new version of Android applications to determine whether the version of Android applications has changed destructively relative to micro-services, and in the event of disruptive change, by analyzing the similarities between the old and new versions of Android apps, judging whether the key elements havechanged destructively, to locate the key elements that need to be modified in the microservice, and gives a list of recommended modifications for each key element that needs to be modified, furthermore, the microservice is updated according to the modification recommendation list, which avoids the unnecessary modification of the microservice and the modification of the key elements in the microservice when the non-destructive change of the Android application version occurs, reduces the waste of resources and improves the upgrading efficiency of the microservice.
Owner:PEKING UNIV

Android application process management method and device

The invention discloses an android application process management method and device. The method comprises the steps of declaring in advance the reserved process adaptable to all assembly types in the android system; constructing a virtual machine environment, adding one or more avatar applications of the designated android application into the virtual machine for the running; when the avatar applications of the designated android application need to run a target assembly, selecting the reserved process adaptable to the assembly type of the target assembly from the reserved process declared in advance, distributing the target assembly to the selected reserved process for the running. According to the android application process management method and device, the reserved process is declared for the assemblies of different assembly types separately. When an avatar application needs to run a certain assembly, the method provides a corresponding reserved process. The management method of reserved process is more flexible and convenient, and is highly reliable and effective to the avatar system not registered in the android system, and can perfectly achieve the parallel running of the designated android application and the corresponding avatar applications in the android system.
Owner:BEIJING QIHOO TECH CO LTD

Android APP equipment fingerprint generation method applied to security risk control

The invention specifically relates to an android APP equipment fingerprint generation method applied to security risk control. The method includes the following steps: S1, setting an equipment identifier to 1 for a real machine, and setting the equipment identifier to 2 for a simulator; S2, generating a 32-bit equipment unique code as an equipment unique code of the method; S3, extracting a key kof an APP program, arranging the key k and the equipment unique code in parallel to form a new sequence, calculating a corresponding md5 value based on the new sequence obtained by group arrangement,and taking the last three bits of the md5 value as a security code of the method; and S4, sequentially arranging the equipment identifier, the equipment unique code and the security code together to form a 36-bit character which is a fingerprint of the equipment. According to the method, results cannot be changed by the influence of recalculation; and the equipment fingerprint produced by the method has uniqueness and tamper-proof performance.
Owner:CHINA MOBILE GROUP JIANGSU +1

Operation method and device for android application based on android system distribution technology

The invention provides an operation method and device for an android application based on the android system distribution technology. The method comprises the following steps: a client side captures an operation event of external equipment on a display interface of an android application; the client side invokes a network interface and uploads the captured operation event to a server; the server receives the operation event uploaded by the client side, and operates the android application corresponding to the invented operation event in the server, so as to generate a display interface I; the server convents the display interface I into stream media data, and sends the stream media data to the client side; the client side generates a display interface II according to the received stream media data. According to the method provided by the embodiment of the invention, memory space of the client side can be saved, and the running can be more convenient and faster.
Owner:BEIJING QIYI CENTURY SCI & TECH CO LTD
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Patsnap Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Patsnap Eureka Blog
Learn More
PatSnap group products