WO2017157186A1 - 基于Android的弹框提示方法及装置 - Google Patents
基于Android的弹框提示方法及装置 Download PDFInfo
- Publication number
- WO2017157186A1 WO2017157186A1 PCT/CN2017/075520 CN2017075520W WO2017157186A1 WO 2017157186 A1 WO2017157186 A1 WO 2017157186A1 CN 2017075520 W CN2017075520 W CN 2017075520W WO 2017157186 A1 WO2017157186 A1 WO 2017157186A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- activity
- component
- onpause
- onstop
- frame component
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Definitions
- the present application relates to the field of communications, and in particular, to an Android-based bullet box prompting method and apparatus.
- the user can be prompted by the system to output a bullet box filled with the prompt copy to the user.
- the event can be a single sign-on event.
- the so-called single sign-on usually refers to only allowing users to log in to their account on a device. Once the user logs in with the same login account on other devices, the user needs to be kicked out of the current device.
- the system detects a single sign-on event the user can output a bulletin box to prompt the user that the current login account has been logged in on another device.
- the prompt copy in the bullet box may include the reason why the user is kicked out of the login.
- the output bullet box may be covered by other bullet boxes or other pages, thereby affecting the user's use of the APP or basic functions of the system terminal.
- the present application proposes an Android-based bullet box prompting method, the method comprising:
- the activity bullet box component output prompt box is started; wherein the startup mode of the activity bullet box component is pre-configured into a single task mode;
- the Activity frame component When the Activity frame component is overwritten by other Activity components, the Activity frame component is restarted to trigger the Activity frame component to be moved to the top of the Activity stack so that the prompt box is displayed in the foreground of the system.
- the determining whether the Activity frame component is covered by other Activity components includes:
- the bullet box assembly includes:
- the restarting the activity cartridge component based on the onPause method or the onStop method includes:
- the Activity cartridge component is restarted based on the onPause method or the onStop method.
- the method further includes:
- the present application also provides an Android-based bullet box prompting device, the device comprising:
- the startup module is configured to start an activity bulletin component output prompt box when the trigger event of the bullet box prompt is detected; wherein the startup mode of the activity bullet frame component is pre-configured into a single task mode;
- a judging module configured to determine whether the activity bullet box component is covered by another Activity component
- the restart module is configured to restart the activity frame component when the activity frame component is overwritten by other Activity components, to trigger the activity frame component to be moved to the top of the Activity stack, so that the prompt box is displayed in the foreground of the system.
- the determining module is specifically configured to:
- the restart module is specifically configured to:
- the restart module is further configured to:
- the Activity cartridge component is restarted based on the onPause method or the onStop method.
- the device further includes:
- a shutdown module is configured to perform a normal shutdown for the Activity cartridge component when the inPause method or the onStop method is invoked by a shutdown event for the Activity cartridge component.
- the activity bullet box component output prompt box is started; wherein the startup mode of the activity bullet box component is pre-configured into a single task mode; determining whether the activity bullet box component is It is overwritten by other Activity components; when the Activity frame component is overwritten by other Activity components, the Activity frame component is restarted to trigger the Activity frame component to be moved to the top of the Activity stack so that the prompt box is displayed in the foreground of the system. After the activity frame is started to output the prompt box to the user, it can be ensured that the prompt box is not overwritten and always displayed in the foreground of the system.
- FIG. 1 is a flowchart of a method for prompting a bullet box based on Android according to an embodiment of the present application
- FIG. 2 is a logic block diagram of an Android-based bullet box prompting device according to an embodiment of the present application
- FIG. 3 is a hardware structural diagram of a terminal that carries the Android-based bullet box prompting apparatus according to an embodiment of the present application.
- the Android system when the Android system outputs a bullet box to a user, it can usually be implemented as follows:
- the Android system can utilize the Window component in the Android system to make a bullet box.
- the Android system can utilize the Activity component to make a bullet box.
- the Activity component is a component responsible for interacting with the user.
- the component can provide an interactive interface and display some interactive controls (such as buttons, popups, etc.) on the interactive interface, and the user can operate the interactive controls.
- the terminal interacts with the terminal, and the terminal can monitor the event of the user for the interaction control in the background to complete the task corresponding to the interaction.
- the terminal can move the frame through the Activity component, and can implement any Activity component in the system as the main body of the bullet box, and play the bullet box in any page.
- the Activity component is usually managed in the form of an Activity stack, once the Activity component is overwritten by other Activity components in the Activity stack, the other Activity component occupies the top of the Activity stack, and the Activity component is no longer in the Activity stack.
- the bullet box output by the Activity component will be covered by other bullet boxes or interfaces, so it cannot be displayed in the foreground of the system, which affects the use of the system's APP or basic functions.
- the Android system can perform a bullet box on a fixed page.
- the bullet box on a fixed page cannot achieve the purpose of realizing the bullet box on any interface, so it is not flexible enough and the interactive experience is not good.
- the bullet box on the login page is used as an example.
- the output of the bullet box is displayed on the login page. After the system outputs the bullet box to the user, if the system displays other pages in the foreground, only the user actively switches the page.
- the bulletin box outputted by the system can be viewed on the login page, and the bullet box outputted by the system cannot be notified to the user in time.
- the present application proposes an Android-based bullet box prompting method, which starts the activity bullet box component output prompt box when the trigger event of the bullet box prompt is monitored; wherein the startup mode of the Activity bullet box component is pre-predicted Configured as a single task mode; determine whether the Activity frame component is overwritten by other Activity components; when the Activity frame component is overwritten by other Activity components, restart the Activity frame component to trigger the Activity frame component to be moved to The top of the Activity stack causes the prompt box to be displayed in the foreground of the system; since the Activity frame component is in the single task mode in this application, when the Activity frame component is restarted, it can be immediately moved to the top of the Activity stack, thereby After the activity cartridge component is started to output a prompt box to the user, it can be ensured that the prompt box is not overwritten and always displayed in the foreground of the system.
- the present application since the present application is no longer based on the Window component of the Android system, the user does not support the setting of the bullet box. Therefore, it is possible to prevent the user from being able to perform the bullet box because the user manually disables the bullet box in the system. problem.
- the Activity component is the main body, and it is very flexible in any frame.
- FIG. 1 is a schematic diagram of an Android-based bullet box prompting method, which is applied to a terminal. The method performs the following steps:
- Step 101 When the trigger event of the bullet box prompt is detected, the activity bullet box component output prompt box is started; wherein the startup mode of the activity bullet box component is pre-configured into a single task mode;
- the terminal may include a smart terminal equipped with an Android system; for example, a mobile terminal such as a smart phone or a tablet computer.
- the triggering event of the above-mentioned bullet box prompt may include an event that the terminal system monitors that needs to output a bullet box prompt to the user.
- the trigger events of the above-mentioned bullet box prompts may include different types of events, respectively, in different application scenarios.
- the trigger event of the above-mentioned bullet box prompt may include a single sign-on event.
- the current terminal can log out of the login state, and output a prompt box to the user to prompt the reason for exiting the login state.
- the trigger event of the bullet box may include a call incoming event.
- the user may output a prompt box to prompt the user to receive the incoming call, and the user may perform corresponding operations on the prompt box (such as sliding up or sliding down) to answer the call or hang up. Call.
- the terminal when the terminal performs a bullet box on the user, the terminal can still be implemented by using a preset Activity frame component. After the terminal listens to the trigger event of the bullet box prompt, the activity bullet box component can be started, an Activity instance for outputting the prompt box is created, and then the prompt text is filled into the prompt box to output to the user based on the instance.
- the startup mode (launchMode) of the Activity component usually includes four modes: standard mode, singleTop mode, singleTask mode (ie single task mode) and singleInstance mode.
- the Activity frame component when the startup mode of the Activity component is singleTask mode, the Activity frame component will only allow a unique Activity instance to run.
- the system will determine whether the Activity instance corresponding to the Activity frame component already exists in the Activity stack, because the Activity corresponding to the Activity frame component already exists in the current Activity stack. Instance, therefore, in the singleTask mode, the system will not create a new Activity instance, the other Activity component that wants to override the Activity frame component will be popped up in the Activity stack, and the Activity frame component corresponding to the existing Activity instance will be re-created. Moved to the Activity stack top. In this case, the prompt box output based on the Activity instance will be displayed again in the foreground of the system without being overwritten.
- the startup mode of the Activity frame component can be set to the singleTask mode in the initial state.
- Step 102 Determine whether the Activity frame component is covered by another Activity component.
- the life cycle of the Activity component usually includes a running state (running state), a Pause state (pause state), a Stop state (stop state), and a Destroy state (off).
- the running state refers to the state in which the Activity component is visible and can interact with the user.
- the initial state will be in the running state, which will be placed at the top of the Activity stack and displayed in the system foreground (the front end of the screen).
- the Pause state means that the Activity component is overwritten by other non-full-screen or semi-transparent Activity components, is no longer at the top of the Activity stack, but is still visible and can interact with the user.
- the Stop state means that the Activity component is completely covered by other Activity components, no longer at the top of the Activity stack, and the interaction interface of the Activity component is completely hidden.
- the Destroy state refers only to the state in which the Activity component is closed for destruction.
- the above four running states can be converted by the user's operation on the Activity component.
- the Android system when the Activity component is started, if the user starts a new Activity component through the operation, the new Activity component will be moved to the top of the Activity stack, and the original Activity component is overwritten, and the system will call The onPause method converts the original Activity component to the Pause state.
- the system will call the onStop method to convert the original Activity component to the Stop state.
- the system will perform the shutdown of the Activity component by calling the onDestroy method to convert the Activity component to the Destroy state when the system memory is insufficient.
- the system when the system determines whether the Activity frame component is covered by other Activity components, the system can be implemented by determining whether the onPause or onStop method of the Activity frame component is called.
- Step 103 When the Activity frame component is overwritten by another Activity component, restart the Activity.
- the bullet box component is configured to trigger the activity cartridge component to be moved to the top of the Activity stack such that the prompt box is displayed in the foreground of the system.
- the Activity frame component when the system determines that the Activity frame component is overwritten by another Activity component, the Activity frame component can be restarted. Since the Activity frame component has been pre-configured to the singleTask mode, when the Activity frame component is restarted, the system will pop the other Activity component that wants to cover the Activity frame component to pop up the Activity stack.
- the Activity frame component will be moved back to the top of the Activity stack. In this case, the prompt box output based on the only Activity instance of the Activity frame component will be displayed again in the system foreground without being overwritten.
- the system can confirm that the Activity cartridge component is overwritten by other Activity components.
- the restart logic for the Activity frame component can be preloaded in the onPause method; for example, the developer can edit the execution code for performing a restart on the Activity frame component in the onPause() method.
- the Activity cartridge component can be restarted.
- the system can confirm that the Activity cartridge component is overwritten by other Activity components.
- the onStop method can also preload the restart logic for the Activity cartridge component.
- the system when the system calls the onPause method and the onStop method, it usually calls the onPause method and then calls the onStop method (the calling sequence is the basic processing mechanism of the Android system); however, in some application scenarios, for example, Concurrent frame scenario (that is, when the activity frame component output prompt box, there are other Activity components covering the prompt box output by the Activity frame component), the system may generate the onPause method and the onStop method call sequence. The exception occurs when the onPas method is called without the onPause method, and the onStop method is called directly.
- the system can further determine the Activity when it is determined that the onStop method of the Activity frame component is called. Whether the onPause method of the frame component has been called, if the onPause method of the Activity frame component has been called, indicating that the Activity frame component has been processed by executing the restart logic loaded in the onPause method, and the system can no longer be processed. Repeat the execution of the restart logic loaded in the onStop method to repeat the processing of the Activity frame component.
- the system may have a call exception, and the system can normally run the restart logic loaded in the onStop method to restart the Activity frame component.
- the system may add a mark in the class file of the Activity bullet box component, and then check whether the corresponding mark exists in the class file. to realise.
- a tag may be added to the class file of the Activity frame component, and the tag is used to indicate the activity frame.
- the component has been processed based on the restart logic loaded in the onPause method.
- the system may further check whether the above-mentioned flag exists in the class file of the Activity frame component to confirm whether the onPause method of the Activity frame component has been called. If the above mark exists in the class file, it indicates that the Activity frame component has been processed based on the restart logic loaded in the onPause method, and no further processing is required.
- the system determines whether the Activity frame component is overwritten by determining whether the OnPause or onStop method of the Activity frame component is called, and when it is determined that the Activity frame component is covered by other Activity components.
- the activity frame component is restarted by executing the restart logic loaded by the onPause or onStop method, so that the Activity frame component can be relocated to the top of the Activity stack and the output prompt box is redisplayed when pre-configured as singleTask mode. The detailed process of not being overwritten in the foreground of the system.
- the user in addition to calling the onPause method or the onStop method when the Activity frame component is overwritten by other Activity components, the user usually performs a normal shutdown event to close the Activity frame component.
- the system also calls the onPause method or the onStop method.
- the Activity component when the Activity component is in the running state, if the system listens to the user's shutdown event for the Activity component, the system will sequentially call the onPause method and the onStop method to replace the Activity component with the Pause state and the Stop state, and then automatically. Call the onDestroy method to convert the Activity component to the Destroy state to close the Activity component.
- the closing event may include an event corresponding to a closing operation performed by the user for the Activity frame component; for example, taking a touch screen smart phone equipped with an Android system as an example, the closing event may include a user returning a button on the mobile phone.
- Click event that is, the user can close the Activity frame component by clicking the back button on the phone.
- the onPause method and the onStop method sequentially load the Activity component into the Pause state and the Stop state, and then automatically call the onDestroy method to perform shutdown on the Activity component.
- the system may restart the Activity frame component before restarting the logic based on the onPause method or the onStop method. Further determining whether the call to the onPause method or the onStop method is triggered by a user closing event for the Activity frame component.
- the system may allow the Activity frame component to be normally closed for the normal closing process of the Activity frame component. And in response to the normal closing process of the Activity frame component, automatically call the onDestroy method of the Activity frame component to close the activity frame component.
- the system can normally execute the onPause method or the restart logic loaded in the onStop method to restart the activity.
- the frame component moves the Activity frame component to the top of the Activity stack.
- the system determines whether the above call of the onPause method or the onStop method is triggered by the user's closing event for the Activity frame component, and can still add a tag in the class file of the Activity frame component. And then by checking if the corresponding tag exists in the class file.
- a tag may be added to the class file of the Activity frame component, the tag is used to indicate this
- the call to the onPause method and the onStop method is triggered by the user's shutdown event for the Activity frame component.
- the system determines that the onPause method or the onStop method is called, it can further check whether the above-mentioned flag exists in the class file of the Activity frame component. If the above mark exists in the class file, it indicates that the call of the onPause method and the onStop method is triggered by the user for the shutdown event of the Activity frame component. The system can respond in accordance with the normal shutdown process for the Activity cartridge component.
- the system may be restarted because the system restarts the activity by executing the onPause method of the Activity frame component or the restart logic loaded in the onStop method.
- the problem of misoperation caused by the bullet box component is not limited to:
- the scenario of the application shown in this example may include an application scenario of single sign-on, and an application scenario in which the call is answered.
- the trigger event of the bullet box prompt may include a single sign-on event.
- the user can log in to the terminal by using the login account, and the login server corresponding to the terminal can verify the login account. After the login server verifies the login account, the user successfully logs in. terminal.
- the login server sends a notification message to the current login terminal, triggering the current login terminal to log out.
- the current login terminal can be considered to have listened to the single sign-on event.
- the login state can be exited, and a single sign-on prompt box is output to the user, and the prompt box can be filled in the prompt box.
- a prompt for prompting the reason for this logout status is provided.
- the operation state of the activity bullet box component may be set to the singleTask mode by default.
- the system will call the onPause method or the onStop method, in which the restart logic is preloaded in the onPause method or the onStop method, and the system restarts the logic by executing the onPause method or the onStop method.
- the Activity cartridge component can be restarted.
- the Activity frame component Since the Activity frame component is preconfigured to the singleTask mode, when the Activity frame component is restarted, the system will pop up the Activity component of other Activity components that want to overwrite the Activity frame component, and the Activity frame component will be Moved back to the top of the Activity stack. In this case, the above single sign-on prompt box will be displayed again in the foreground of the system, without being overwritten by other prompt boxes or pages, and because other Activity components that want to override the Activity frame component are directly popped up in the Activity stack, The interactive interface corresponding to the other Activity components will not be displayed, and the user cannot perceive the change of the page.
- the trigger event of the above-mentioned frame prompt may include a call incoming event.
- the user when the system of the terminal monitors the incoming call, the user may output an incoming call prompt box to prompt the user to receive the incoming call, and the prompt box may be filled with the prompt copy for prompting the originating call.
- the user can perform corresponding operations on the prompt box, such as sliding up or sliding down to answer the call or hang up the call.
- the operation state of the activity bullet box component may be set to the singleTask mode by default.
- the system will call the onPause method or the onStop method, in which the restart logic is preloaded in the onPause method or the onStop method, and the system restarts the logic by executing the onPause method or the onStop method.
- the Activity cartridge component can be restarted.
- the Activity frame component Since the Activity frame component is preconfigured to the singleTask mode, when the Activity frame component is restarted, the system will pop up the Activity component of other Activity components that want to overwrite the Activity frame component, and the Activity frame component will be Moved back to the top of the Activity stack. In this case, the above incoming call prompt box will be displayed again in the foreground of the system without being overwritten by other prompt boxes or pages, and since the other Activity components that want to override the Activity bullet box component are directly popped up in the Activity stack, the other The interactive interface corresponding to the Activity component will not be displayed, and the user cannot perceive the page change.
- the technical solutions in the foregoing embodiments may be applied to other similar scenarios, that is, in practical applications, the application scenarios applicable to the technical solutions in the foregoing embodiments are not limited to the above.
- it may also include all application scenarios that need to be directed to the user to output a bullet box prompt, and the output prompt box is covered by other prompt boxes or pages, which may affect the use of the APP or basic functions in the system. This application is not listed one by one.
- the activity bullet box component output prompt box is started; wherein the startup mode of the activity bullet box component is pre-configured into a single task mode; determining the activity Whether the bullet frame component is covered by other Activity components; when the Activity frame component is overwritten by other Activity components, restarting the Activity frame component to trigger the activity frame component to be moved to the top of the Activity stack so that the prompt box is at The system foreground is displayed; since the Activity frame component is in the single task mode in this application, when the Activity frame component is restarted, it can be immediately moved to the top of the Activity stack, thereby outputting the Activity frame component to the user. After the prompt box, you can ensure that the prompt box is not overwritten and always displayed in the foreground of the system.
- the present application since the present application is no longer based on the Window component of the Android system, the user does not support the setting of the bullet box. Therefore, it is possible to prevent the user from being able to perform the bullet box because the user manually disables the bullet box in the system. problem.
- the present application performs a bullet box through the Activity bullet box component, it is possible to implement any of the Activity components in the system as a main body, and to perform a bullet box in any page, thereby having high flexibility.
- the present application also provides an embodiment of the device.
- the present application provides an Android-based bullet box prompting device 20, which is applied to a terminal.
- the hardware architecture involved in the terminal that carries the Android-based bullet box prompting device 20 is included in the hardware architecture.
- the CPU usually includes a CPU, a memory, a non-volatile memory, a network interface, and an internal bus.
- the Android-based bullet box prompting device 20 can be generally understood as a computer program loaded in a memory, through a CPU.
- a logical device combined with hardware and software formed after the operation, the device 20 comprising:
- the startup module 201 is configured to start an activity bulletin component output prompt box when the triggering event of the bullet box prompt is detected; wherein the startup mode of the activity bullet frame component is pre-configured into a single task mode;
- the determining module 202 is configured to determine whether the Activity cartridge component is covered by another Activity component
- the restarting module 203 is configured to restart the Activity cartridge component when the Activity cartridge component is overwritten by other Activity components, to trigger the Activity cartridge component to be moved to the top of the Activity stack, so that the prompt box is displayed in the foreground of the system.
- the determining module 202 is specifically configured to:
- the restart module 203 is specifically configured to:
- the restart module 203 is further configured to:
- the Activity cartridge component is restarted based on the onPause method or the onStop method.
- the device 20 further includes:
- the closing module 204 is configured to perform a normal shutdown for the Activity cartridge component when the inPause method or the inStop method is triggered by a shutdown event for the Activity cartridge component.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Telephone Function (AREA)
- Stored Programmes (AREA)
Priority Applications (8)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| SG11201807866TA SG11201807866TA (en) | 2016-03-16 | 2017-03-03 | Android-based pop-up prompt method and device |
| EP17765728.5A EP3432140B1 (en) | 2016-03-16 | 2017-03-03 | Android-based pop-up prompt method and device |
| KR1020187028698A KR102194055B1 (ko) | 2016-03-16 | 2017-03-03 | 안드로이드 기반의 팝업 프롬프트 방법 및 디바이스 |
| JP2018549247A JP6736130B2 (ja) | 2016-03-16 | 2017-03-03 | アンドロイドベースのポップアッププロンプト方法及びデバイス |
| MYPI2018703247A MY192615A (en) | 2016-03-16 | 2017-03-03 | Android-based pop-up prompt method and device |
| PH12018501968A PH12018501968A1 (en) | 2016-03-16 | 2018-09-13 | Android-based pop-up prompt method and device |
| US16/131,701 US10678564B2 (en) | 2016-03-16 | 2018-09-14 | Android-based pop-up prompt method and device |
| US16/820,543 US10853102B2 (en) | 2016-03-16 | 2020-03-16 | Android-based pop-up prompt method and device |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610150785.XA CN107203369A (zh) | 2016-03-16 | 2016-03-16 | 基于Android的弹框提示方法及装置 |
| CN201610150785.X | 2016-03-16 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/131,701 Continuation US10678564B2 (en) | 2016-03-16 | 2018-09-14 | Android-based pop-up prompt method and device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017157186A1 true WO2017157186A1 (zh) | 2017-09-21 |
Family
ID=59850086
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2017/075520 Ceased WO2017157186A1 (zh) | 2016-03-16 | 2017-03-03 | 基于Android的弹框提示方法及装置 |
Country Status (10)
| Country | Link |
|---|---|
| US (2) | US10678564B2 (enExample) |
| EP (1) | EP3432140B1 (enExample) |
| JP (1) | JP6736130B2 (enExample) |
| KR (1) | KR102194055B1 (enExample) |
| CN (1) | CN107203369A (enExample) |
| MY (1) | MY192615A (enExample) |
| PH (1) | PH12018501968A1 (enExample) |
| SG (1) | SG11201807866TA (enExample) |
| TW (1) | TW201734790A (enExample) |
| WO (1) | WO2017157186A1 (enExample) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109213582A (zh) * | 2018-07-16 | 2019-01-15 | 北京奇虎科技有限公司 | 一种运行服务组件的方法、装置及终端 |
| KR20200106550A (ko) * | 2018-01-29 | 2020-09-14 | 후아웨이 테크놀러지 컴퍼니 리미티드 | 인증 창 디스플레이 방법 및 장치 |
| CN113722035A (zh) * | 2021-08-31 | 2021-11-30 | 平安消费金融有限公司 | 弹框任务管理及弹框展示方法、装置、设备和存储介质 |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107203369A (zh) | 2016-03-16 | 2017-09-26 | 阿里巴巴集团控股有限公司 | 基于Android的弹框提示方法及装置 |
| CN108829487B (zh) * | 2018-06-28 | 2022-07-29 | 北京五八信息技术有限公司 | 一种弹窗的展示方法、装置、存储介质及终端 |
| CN109543407B (zh) * | 2018-10-19 | 2024-04-05 | 三六零科技集团有限公司 | 一种Activity劫持的拦截方法及装置 |
| CN110866247B (zh) * | 2018-11-23 | 2022-03-11 | 北京安天网络安全技术有限公司 | 一种安全防御方法、装置、电子设备及存储介质 |
| CN109634702B (zh) * | 2018-12-10 | 2020-04-24 | 北京字节跳动网络技术有限公司 | 一种信息提示的方法、装置、电子设备及可读介质 |
| CN112230924A (zh) * | 2020-11-09 | 2021-01-15 | 平安普惠企业管理有限公司 | 弹框提示方法、装置、计算机设备及存储介质 |
| TWI765706B (zh) * | 2021-05-11 | 2022-05-21 | 凌華科技股份有限公司 | 彈出視窗的非侵入式共享處理方法及系統 |
| KR20230019703A (ko) * | 2021-08-02 | 2023-02-09 | 삼성전자주식회사 | 화면 제어 방법 및 장치 |
| EP4287631A4 (en) | 2021-08-02 | 2024-05-15 | Samsung Electronics Co., Ltd. | SCREEN CONTROL METHOD AND DEVICE |
| CN115080889B (zh) * | 2022-07-26 | 2023-01-17 | 阿里巴巴(中国)有限公司 | 一种显示模式切换方法及装置 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102063325A (zh) * | 2011-01-06 | 2011-05-18 | 哈尔滨工业大学 | 一种嵌入51系列单片机的多任务实时操作系统的实现方法 |
| CN103559035A (zh) * | 2013-10-31 | 2014-02-05 | 青岛海信移动通信技术股份有限公司 | 一种应用于Android平台的处理事件的方法和装置 |
| CN104360794A (zh) * | 2014-11-21 | 2015-02-18 | 北京奇虎科技有限公司 | 通过识别全屏模式控制窗口弹出的方法及装置 |
| CN104572110A (zh) * | 2015-01-19 | 2015-04-29 | 山东大学 | 一种安卓系统上Toast控件的优化方法 |
| CN104915090A (zh) * | 2014-03-13 | 2015-09-16 | 宏碁股份有限公司 | 通知事件呈现方法与电子装置 |
Family Cites Families (23)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6801230B2 (en) * | 2001-12-18 | 2004-10-05 | Stanley W. Driskell | Method to display and manage computer pop-up controls |
| US8484576B2 (en) * | 2003-04-17 | 2013-07-09 | Supersonic Aerospace International, Llc | System and method for customizing multiple windows of information on a display |
| US20060070008A1 (en) * | 2004-09-29 | 2006-03-30 | Microsoft Corporation | Preserving browser window integrity |
| US20080295025A1 (en) * | 2007-05-24 | 2008-11-27 | Gyure Wesley J | System and Method for Implementing Adaptive Window and Dialog Management |
| US8510743B2 (en) * | 2007-10-31 | 2013-08-13 | Google Inc. | Terminating computer applications |
| US8745191B2 (en) * | 2009-01-28 | 2014-06-03 | Headwater Partners I Llc | System and method for providing user notifications |
| US9152299B2 (en) * | 2009-10-08 | 2015-10-06 | Red Hat, Inc. | Activity management tool |
| US8698845B2 (en) | 2010-01-06 | 2014-04-15 | Apple Inc. | Device, method, and graphical user interface with interactive popup views |
| US20120072867A1 (en) * | 2010-09-17 | 2012-03-22 | Apple Inc. | Presenting pop-up controls in a user interface |
| CN102156615B (zh) * | 2011-04-01 | 2015-11-25 | 北京奇虎科技有限公司 | 一种悬浮窗显示方法及装置 |
| US9037963B1 (en) * | 2011-04-22 | 2015-05-19 | Amazon Technologies, Inc. | Secure cross-domain web browser communications |
| CN102521020B (zh) * | 2011-10-26 | 2014-05-21 | 华为终端有限公司 | 用于移动终端的应用屏幕截图方法和装置 |
| CN103428523B (zh) * | 2012-05-22 | 2015-07-08 | 华为技术有限公司 | 评估视频质量的方法和装置 |
| CN103729176B (zh) * | 2012-10-12 | 2018-01-26 | 腾讯科技(深圳)有限公司 | 应用程序整合方法及装置 |
| US20140136279A1 (en) * | 2012-11-14 | 2014-05-15 | Purna Chander Ramini | OneClue Software System and Method |
| US10564792B2 (en) * | 2012-12-06 | 2020-02-18 | Samsung Electronics Co., Ltd. | Display device and method of indicating an active region in a milti-window display |
| JP5722376B2 (ja) * | 2013-03-29 | 2015-05-20 | シャープ株式会社 | ユーザ状況確認システム、ユーザ状況確認方法、通信端末装置、ユーザ状況通知方法、及びコンピュータプログラム |
| DE112013007123T5 (de) * | 2013-05-31 | 2016-02-25 | Mitsubishi Electric Corporation | Pop-Up-Anzeige-Vorrichtung |
| US20150058826A1 (en) * | 2013-08-26 | 2015-02-26 | The Trustees Of Columbia University In The City Of New York | Systems and methods for efficiently and effectively detecting mobile app bugs |
| US9984441B2 (en) * | 2014-06-18 | 2018-05-29 | Lenovo Enterprise Solutions (Singapore) Pte. Ltd. | Unobtrusive sizing and placement of pop-ups |
| CN104123499B (zh) * | 2014-07-18 | 2017-09-01 | 北京金山安全软件有限公司 | 一种利用Android设备管理器对抗卸载的软件的识别方法及装置 |
| KR101543236B1 (ko) * | 2015-05-13 | 2015-08-11 | 주식회사 도진포스 | 모바일 장치를 이용한 시험 문제 출력 방법 및 그 장치 |
| CN107203369A (zh) | 2016-03-16 | 2017-09-26 | 阿里巴巴集团控股有限公司 | 基于Android的弹框提示方法及装置 |
-
2016
- 2016-03-16 CN CN201610150785.XA patent/CN107203369A/zh active Pending
-
2017
- 2017-01-19 TW TW106101906A patent/TW201734790A/zh unknown
- 2017-03-03 KR KR1020187028698A patent/KR102194055B1/ko active Active
- 2017-03-03 SG SG11201807866TA patent/SG11201807866TA/en unknown
- 2017-03-03 JP JP2018549247A patent/JP6736130B2/ja active Active
- 2017-03-03 WO PCT/CN2017/075520 patent/WO2017157186A1/zh not_active Ceased
- 2017-03-03 MY MYPI2018703247A patent/MY192615A/en unknown
- 2017-03-03 EP EP17765728.5A patent/EP3432140B1/en active Active
-
2018
- 2018-09-13 PH PH12018501968A patent/PH12018501968A1/en unknown
- 2018-09-14 US US16/131,701 patent/US10678564B2/en active Active
-
2020
- 2020-03-16 US US16/820,543 patent/US10853102B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102063325A (zh) * | 2011-01-06 | 2011-05-18 | 哈尔滨工业大学 | 一种嵌入51系列单片机的多任务实时操作系统的实现方法 |
| CN103559035A (zh) * | 2013-10-31 | 2014-02-05 | 青岛海信移动通信技术股份有限公司 | 一种应用于Android平台的处理事件的方法和装置 |
| CN104915090A (zh) * | 2014-03-13 | 2015-09-16 | 宏碁股份有限公司 | 通知事件呈现方法与电子装置 |
| CN104360794A (zh) * | 2014-11-21 | 2015-02-18 | 北京奇虎科技有限公司 | 通过识别全屏模式控制窗口弹出的方法及装置 |
| CN104572110A (zh) * | 2015-01-19 | 2015-04-29 | 山东大学 | 一种安卓系统上Toast控件的优化方法 |
Non-Patent Citations (3)
| Title |
|---|
| HONG, YANG, ANDROID USING ACTIVITY AS POP-UP DIALOG BOX, 7 April 2014 (2014-04-07), pages 1 - 5, XP055577884, Retrieved from the Internet <URL:http://blog.csdn.net/lmj623565791/article/details/23116115> * |
| See also references of EP3432140A4 * |
| ZHANG, YONG, DETAILED EXPLANATION FOR ACTIVITY ASSEMBLY OF ANDROID, 22 January 2010 (2010-01-22), pages 3, XP009516108, Retrieved from the Internet <URL:https://www.ibm.com/developerworks/cn/opensourcan.cn.e/osdroid-actvt> * |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20200106550A (ko) * | 2018-01-29 | 2020-09-14 | 후아웨이 테크놀러지 컴퍼니 리미티드 | 인증 창 디스플레이 방법 및 장치 |
| KR102503514B1 (ko) * | 2018-01-29 | 2023-02-23 | 후아웨이 테크놀러지 컴퍼니 리미티드 | 인증 창 디스플레이 방법 및 장치 |
| US12483552B2 (en) | 2018-01-29 | 2025-11-25 | Huawei Technologies Co., Ltd. | Authentication window display method and apparatus |
| CN109213582A (zh) * | 2018-07-16 | 2019-01-15 | 北京奇虎科技有限公司 | 一种运行服务组件的方法、装置及终端 |
| CN113722035A (zh) * | 2021-08-31 | 2021-11-30 | 平安消费金融有限公司 | 弹框任务管理及弹框展示方法、装置、设备和存储介质 |
| CN113722035B (zh) * | 2021-08-31 | 2023-08-22 | 平安消费金融有限公司 | 弹框任务管理及弹框展示方法、装置、设备和存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| PH12018501968B1 (en) | 2019-07-15 |
| JP6736130B2 (ja) | 2020-08-05 |
| MY192615A (en) | 2022-08-29 |
| EP3432140B1 (en) | 2022-02-23 |
| JP2019516161A (ja) | 2019-06-13 |
| US10678564B2 (en) | 2020-06-09 |
| TW201734790A (zh) | 2017-10-01 |
| PH12018501968A1 (en) | 2019-07-15 |
| US20200218550A1 (en) | 2020-07-09 |
| KR20180125498A (ko) | 2018-11-23 |
| US20190012190A1 (en) | 2019-01-10 |
| CN107203369A (zh) | 2017-09-26 |
| EP3432140A4 (en) | 2019-11-20 |
| US10853102B2 (en) | 2020-12-01 |
| EP3432140A1 (en) | 2019-01-23 |
| SG11201807866TA (en) | 2018-10-30 |
| KR102194055B1 (ko) | 2020-12-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017157186A1 (zh) | 基于Android的弹框提示方法及装置 | |
| CN103577237B (zh) | 应用程序启动的控制方法及装置 | |
| CN108182131B (zh) | 监控应用运行状态的方法、装置、存储介质及电子设备 | |
| CN106951335B (zh) | 一种进程守护方法和移动终端 | |
| CN106528210B (zh) | 一种应用程序的运行方法及装置 | |
| CN107678782B (zh) | 一种进程保护方法、装置、设备以及计算机可读存储介质 | |
| CN106127030A (zh) | 一种界面控制方法和装置 | |
| CN105975320B (zh) | 一种第三方应用禁止安装的方法、装置以及终端 | |
| CN107026933A (zh) | 一种多开应用的消息管理方法、装置及智能终端 | |
| WO2017219482A1 (zh) | 启动方法和装置 | |
| CN111309242A (zh) | 一种智能柜屏幕显示方法、装置、服务器及存储介质 | |
| CN109783261B (zh) | 终端应用的崩溃处理方法及装置、电子设备、存储介质 | |
| CN111783081A (zh) | 一种恶意进程处理方法、终端设备及存储介质 | |
| CN107783854B (zh) | 处理进程的方法及其装置 | |
| CN106126232B (zh) | 一种界面启动方法及装置 | |
| CN110795321A (zh) | 误操作处理方法、装置和终端设备 | |
| WO2016112602A1 (zh) | 快捷操作方法、快捷操作装置和终端 | |
| CN110659082A (zh) | 应用程序界面的显示方法、装置、终端及存储介质 | |
| CN113467981A (zh) | 异常处理的方法和装置 | |
| CN110704247B (zh) | 应用内存异常的处理方法、装置、电子设备及装置 | |
| CN105809027B (zh) | 应用程序的权限控制方法及装置 | |
| CN109471630B (zh) | 一种应用处理方法和设备 | |
| CN114020356B (zh) | 一种安全关闭服务的方法以及装置 | |
| HK1244562A1 (zh) | 基於android的弹框提示方法及装置 | |
| CN113110901B (zh) | 桌面锁定控制方法及装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 11201807866T Country of ref document: SG |
|
| ENP | Entry into the national phase |
Ref document number: 2018549247 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 20187028698 Country of ref document: KR Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2017765728 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 2017765728 Country of ref document: EP Effective date: 20181016 |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17765728 Country of ref document: EP Kind code of ref document: A1 |