WO2023078262A1 - Application processing method and apparatus, and electronic device - Google Patents

Application processing method and apparatus, and electronic device Download PDF

Info

Publication number
WO2023078262A1
WO2023078262A1 PCT/CN2022/129062 CN2022129062W WO2023078262A1 WO 2023078262 A1 WO2023078262 A1 WO 2023078262A1 CN 2022129062 W CN2022129062 W CN 2022129062W WO 2023078262 A1 WO2023078262 A1 WO 2023078262A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
audio
processing
playing
processor
Prior art date
Application number
PCT/CN2022/129062
Other languages
French (fr)
Chinese (zh)
Inventor
欧超
Original Assignee
维沃移动通信有限公司
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 维沃移动通信有限公司 filed Critical 维沃移动通信有限公司
Publication of WO2023078262A1 publication Critical patent/WO2023078262A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output
    • G06F3/165Management of the audio stream, e.g. setting of volume, audio stream path

Definitions

  • the present application belongs to the field of electronic equipment, and in particular relates to an applied processing method, device and electronic equipment.
  • Android is a true background design, it allows applications to play audio in the background to meet basic functions such as background music playback and voice calls. However, some app developers use this mechanism to play silent audio after the app is opened and enters the background to keep itself alive and prevent it from being recycled by the system, which eventually leads to fast power consumption of the user's mobile phone.
  • the purpose of the embodiments of the present application is to provide an application processing method, device, and electronic equipment, which can solve the problem in the prior art that the application plays silent audio in the background, resulting in fast power consumption of the user's electronic equipment.
  • the embodiment of the present application provides an application processing method, which includes:
  • an application processing device including:
  • a detection module configured to detect the playback parameters of the audio when there is audio playback in the first application
  • the first processing module is configured to execute a target processing operation on the first application when the playing parameter indicates that the audio is played silently.
  • an embodiment of the present application provides an electronic device, the electronic device includes a processor, a memory, and a program or instruction stored in the memory and operable on the processor, and the program or instruction is The processor implements the steps of the method described in the first aspect when executed.
  • an embodiment of the present application provides a readable storage medium, on which a program or an instruction is stored, and when the program or instruction is executed by a processor, the steps of the method described in the first aspect are implemented .
  • the embodiment of the present application provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is used to run programs or instructions, so as to implement the first aspect the method described.
  • an embodiment of the present application provides a computer program product, the computer program product is stored in a non-volatile storage medium, and the computer program product is executed by at least one processor to implement the computer program product described in the first aspect. steps of the method described above.
  • the embodiment of the present application provides an electronic device configured to execute the steps of the method described in the first aspect.
  • the first application playing the silent audio can be found in time, and the first application can be processed in time, so as to avoid excessive power consumption of the electronic device.
  • Fig. 1 is one of the flow charts of the application processing method of the embodiment of the present application.
  • Fig. 2 is one of the processing schematic diagrams of the application of the embodiment of the present application.
  • Fig. 3 is the second schematic diagram of the processing of the application of the embodiment of the present application.
  • Fig. 4 is the third schematic diagram of the processing of the application of the embodiment of the present application.
  • Fig. 5 is the second flowchart of the application processing method of the embodiment of the present application.
  • FIG. 6 is a structural block diagram of a processing device applied in an embodiment of the present application.
  • FIG. 7 is a structural block diagram of an electronic device according to an embodiment of the present application.
  • FIG. 8 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present application.
  • the embodiment of the present application provides an application processing method, which is applied to electronic equipment, and specifically includes the following steps:
  • Step 101 in the case that there is audio playing in the first application, detecting the playing parameters of the audio
  • the step of detecting the playing parameters of the audio may include: identifying the audio stream to obtain the output frequency of the audio, or performing data sampling on the audio stream data to obtain the number of empty data.
  • Step 102 In a case where the playing parameter indicates that the audio is played silently, perform a target processing operation on the first application.
  • the playback parameters of the audio include: the output frequency and audio stream data of the audio; before step 102, the method also includes:
  • the output frequency is not within the audible range of the human ear, determine that the audio is played silently; or, if the output frequency is within the audible range of the human ear, if the audio stream data is empty If the proportion is higher than the preset value, it is determined that the audio is played silently.
  • the output frequency of the audio is not within the audible range of the human ear (the normal hearing frequency of the human ear is between 20 and 20000 Hz)
  • most of the audio stream data extracted by sampling is empty data or close to empty data (for example, most of the data is 0, only a small amount of non-zero data)
  • executing the target processing operation on the first application includes executing different processing operations on the first application respectively according to the running location of the first application (running in the foreground and running in the background).
  • the executing the target processing operation on the first application includes:
  • first prompt information is displayed, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
  • the first prompt information may be a notification message, or a silent sign displayed on the icon of the first application or on the status bar, and the like.
  • the system recycles the first application, makes the first application closed, releases the audio resources of the first application, allows the system to sleep normally, and marks the first application as black list application; if the first application is running in the foreground, then display the first prompt information to timely inform the user that the first application is in the state of playing audio without sound, so that the user can process the first application in time. In this way, the user can exit the background operation of the first application in time according to needs, so as to avoid power consumption.
  • the first prompt information includes the identifier of the first application, and the identifier of the first application is displayed on the interface.
  • the identifier of the first application can be displayed on the notification bar, so that the user can conveniently The state of the application is adjusted.
  • the method further includes:
  • second prompt information is displayed, wherein the second prompt information is used to prompt that the first application has played silent audio in the background.
  • the first input is a preset input
  • the first input may include but not limited to at least one of click input, press input, long press input, kneading input, drag input, slide input and swipe input, or That is to say, the first input may be one of the above inputs, or may be a combination of two or more of the above inputs.
  • the first input may be a user's click input on an icon of the first application, and in response to the click input, triggering the opening of the first application; or, the first application may also be a click input on a play button of the first application, In response to the click input, audio playback is triggered.
  • the second prompt information may be: "Application A is requesting to play audio, and this application has played silent audio which caused power consumption" and other prompts.
  • the above method also includes:
  • a first control In response to the first input, a first control is displayed, and the first control includes: a first selection button insisting on launching the first application or enabling audio playback, and a second selection button refusing to start the first application or enabling audio playback .
  • a second prompt message "Application A is requesting to play audio, and this application has played silent audio to cause power consumption”
  • a first selection button and a second selection button d3 are displayed, wherein the first selection button is used to trigger the opening of the first application or start audio playback, specifically including: "trust once” button d2 and "always trust” button d1 .
  • the user when the first application that has been closed requests to play audio again, the user needs to reconfirm the user to apply for the audio playback permission, and at the same time, based on the second prompt information, the user can quickly identify that this type of application is playing in the background.
  • the application of silent audio history records, to avoid such applications continue to consume power.
  • step 102 also includes:
  • the dormancy state includes: when the electronic device is not used for a long time (which may be a preset duration), the electronic device will automatically enter a power saving mode, and may also include a long-term (which may be a preset duration) lock screen state.
  • the system will recycle the first application, thereby closing the first application to avoid power consumption.
  • a special mark can be made on the download channel such as the application store, so that when other users download the application A reminder is given, and an aggressive background recycling strategy is implemented for this application to ensure the battery life of more users.
  • the above method also includes:
  • the second application In response to the second input, the second application is closed.
  • the second input may include but not limited to at least one of click input, press input, long press input, knead input, drag input, slide input and swipe input, that is to say, the second input may be One of the above inputs, or a combination of two or more of them.
  • FIG. 2 shows a schematic diagram showing icons b1 , b2 and b3 of App1 , App2 and App3 in the notification bar a that are running audio playback in the background (Application, APP).
  • APP Application
  • the user can learn about the application running audio playback in the background through the notification bar and close it in time, so as to avoid the application running in the background without the user's knowledge.
  • Running and playing silent audio can avoid excessive power consumption of electronic devices.
  • the method also includes:
  • a sound mark and/or a sound mark are displayed on the icon; wherein, the sound mark is used to prompt that the second application is in a state of playing audio without sound; the sound mark is used to prompt that the second application is in a sound play state Audio status.
  • App2 is an application running silent audio in the background
  • a silent logo is displayed on the icon b2 of App2, which can be the text of "playing silently” as shown in FIG. 2, or other Icons or symbols are acceptable, such as silent speaker icons, etc., but are not limited thereto.
  • the user can know the audio of the application through the sound mark and the silent mark of the application icon in the notification bar
  • the playback status can quickly determine which applications are playing silently. In this way, it can avoid running silently playing audio in the background without the user's knowledge.
  • the device drains power too quickly.
  • the method further includes:
  • the processing flow of the application includes:
  • Step 51 start to detect the audio played by application A
  • Step 52 determine whether the audio is played silently; if so, proceed to step 53; if not, proceed to step 51;
  • Step 53 judging whether it is a blacklist application; if so, proceed to step 54, if not, proceed to step 5;
  • Step 54 judging whether it is a sleep scene at night; if so, proceed to step 58; if not, proceed to step 57;
  • Step 55 mark the application A as a blacklist, and recycle the application A;
  • Step 56 silently mark application A in the notification bar
  • Step 57 judge whether to trust the application; if currently trusted, proceed to step 56; if not currently trusted, proceed to step 58;
  • Step 58 recovering the application A.
  • the application processing method provided in the embodiment of the present application may be executed by an application processing device, or a control module in the application processing device for executing the application processing method.
  • the application processing device provided in the embodiment of the present application is described by taking the application processing device executing the application processing method as an example.
  • an application processing device 600 including:
  • a detection module 601, configured to detect the playback parameters of the audio when there is audio playback in the first application
  • the first processing module 602 is configured to execute a target processing operation on the first application when the playing parameter indicates that the audio is played silently.
  • the first processing module 602 includes:
  • the first processing submodule is configured to close the first application when the first application is running in the background; or,
  • the second processing submodule is configured to display first prompt information when the first application is running in the foreground, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
  • processing device 600 further includes:
  • the first receiving module is configured to receive a user's first input to the first application, and the first input is used to trigger at least one of starting the first application and triggering playing audio;
  • the first response module is configured to display second prompt information in response to the first input, wherein the second prompt information is used to prompt that the first application has played silent audio in the background.
  • the first processing module 602 includes:
  • the second processing submodule is configured to close the first application when the electronic device is in a sleep state.
  • the playback parameters of the audio include: the output frequency of the audio and audio stream data;
  • the processing device 600 further includes:
  • a first determination module configured to determine that the audio is played silently when the output frequency is not within the audible range of the human ear; or,
  • the second determination module is configured to determine that the audio is played silently if the proportion of empty data in the audio stream data is higher than a preset value when the output frequency is within the audible range of human ears.
  • the processing device 600 of the application in the case of audio playback in the first application, detects the playback parameters of the audio; and in the case that the playback parameters indicate that the audio is played silently, executes the target processing operation on the first application, The user can discover the first application playing the silent audio in time, and process the first application in time, so as to avoid fast power consumption of the user's electronic equipment.
  • the application processing device 600 in the embodiment of the present application may be a device, or may be a component, an integrated circuit, or a chip in a terminal.
  • the device may be a mobile electronic device or a non-mobile electronic device.
  • the mobile electronic device can be a mobile phone, a tablet computer, a notebook computer, a handheld computer, a vehicle electronic device, a wearable device, an ultra-mobile personal computer (Ultra-Mobile Personal Computer, UMPC), a netbook or a personal digital assistant (Personal Digital Assistant).
  • non-mobile electronic devices can be servers, network attached storage (Network Attached Storage, NAS), personal computer (Personal Computer, PC), television (Television, TV), teller machine or self-service machine, etc., this application Examples are not specifically limited.
  • Network Attached Storage NAS
  • PC Personal Computer
  • TV Television, TV
  • teller machine or self-service machine etc.
  • the application processing device in the embodiment of the present application may be a device with an operating system.
  • the operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, which are not specifically limited in this embodiment of the present application.
  • the application processing device provided in the embodiment of the present application can realize various processes realized by the method embodiments in FIG. 1 to FIG. 5 , and details are not repeated here to avoid repetition.
  • the embodiment of the present application further provides an electronic device 700, including a processor 701, a memory 702, and programs or instructions stored in the memory 702 and operable on the processor 701,
  • an electronic device 700 including a processor 701, a memory 702, and programs or instructions stored in the memory 702 and operable on the processor 701
  • the program or instruction is executed by the processor 701
  • each process of the above-mentioned applied processing method embodiment can be achieved, and the same technical effect can be achieved, so in order to avoid repetition, details are not repeated here.
  • the electronic devices in the embodiments of the present application include the above-mentioned mobile electronic devices and non-mobile electronic devices.
  • FIG. 8 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present application.
  • the electronic device 800 includes, but is not limited to: a radio frequency unit 801, a network module 802, an audio output unit 803, an input unit 804, a sensor 805, a display unit 806, a user input unit 807, an interface unit 808, a memory 809, and a processor 810, etc. part.
  • the electronic device 800 can also include a power supply (such as a battery) for supplying power to various components, and the power supply can be logically connected to the processor 810 through the power management system, so that the management of charging, discharging, and function can be realized through the power management system. Consumption management and other functions.
  • a power supply such as a battery
  • the structure of the electronic device shown in FIG. 8 does not constitute a limitation to the electronic device.
  • the electronic device may include more or fewer components than shown in the figure, or combine some components, or arrange different components, and details will not be repeated here. .
  • the processor 810 is configured to detect a playback parameter of the audio when there is audio playback in the first application; and execute a target on the first application when the playback parameter indicates that the audio is played silently. Processing operations.
  • the electronic device 800 when there is audio playback in the first application, detects the playback parameters of the audio; and when the playback parameters indicate that the audio is played silently, executes the target processing operation on the first application, so that The user discovers the first application playing the silent audio in time, and processes the first application in time, so as to avoid fast power consumption of the user's electronic equipment.
  • the processor 810 executes the target processing operation on the first application, it is specifically used to
  • first prompt information is displayed, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
  • the user input unit 807 is configured to receive a user's first input to the first application, and the first input is used to trigger at least one of starting the first application and triggering playing audio;
  • the display unit 806 is configured to display second prompt information in response to the first input, where the second prompt information is used to prompt that the first application has played silent audio in the background.
  • the processor 810 is further configured to close the first application if the electronic device is in a sleep state.
  • the playback parameters of the audio include: the output frequency of the audio and audio stream data; the processor 810 is further configured to determine the frequency of the audio when the output frequency is not within the audible range of the human ear. It is played silently; or, when the output frequency is within the audible range of human ears, if the proportion of empty data in the audio stream data is higher than a preset value, then it is determined that the audio is played silently.
  • the input unit 804 may include a graphics processor (Graphics Processing Unit, GPU) 8041 and a microphone 8042, and the graphics processor 8041 is used for the image capture device (such as the image data of the still picture or video obtained by the camera) for processing.
  • the display unit 806 may include a display panel 8061, and the display panel 8061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like.
  • the user input unit 807 includes a touch panel 8071 and other input devices 8072 .
  • the touch panel 8071 is also called a touch screen.
  • the touch panel 8071 may include two parts, a touch detection device and a touch controller.
  • Other input devices 8072 may include, but are not limited to, physical keyboards, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, and joysticks, which will not be repeated here.
  • Memory 809 may be used to store software programs as well as various data, including but not limited to application programs and operating systems.
  • the processor 810 may integrate an application processor and a modem processor, wherein the application processor mainly processes operating systems, user interfaces, and application programs, and the modem processor mainly processes wireless communications. It can be understood that the foregoing modem processor may not be integrated into the processor 810 .
  • the embodiment of the present application also provides a readable storage medium, the readable storage medium stores a program or an instruction, and when the program or instruction is executed by the processor, each process of the processing method embodiment of the above-mentioned application is realized, and can achieve The same technical effects are not repeated here to avoid repetition.
  • the processor is the processor in the electronic device described in the above embodiments.
  • the readable storage medium includes computer readable storage medium, such as computer read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk, etc.
  • the embodiment of the present application further provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, the processor is used to run programs or instructions, and realize the embodiment of the processing method for the above application Each process, and can achieve the same technical effect, in order to avoid repetition, will not repeat them here.
  • chip mentioned in the embodiment of the present application may also be referred to as a system-on-chip, system-on-chip, system-on-a-chip, or system-on-a-chip.
  • the embodiment of the present application further provides a computer program product, the computer program product is stored in a non-volatile storage medium, and the computer program product is executed by at least one processor to implement each of the above application processing method embodiments process, and can achieve the same technical effect, in order to avoid repetition, it will not be repeated here.
  • the embodiment of the present application also provides an electronic device configured to execute the processes of the processing method embodiment as applied above, and can achieve the same technical effect. To avoid repetition, details are not repeated here.
  • the term “comprising”, “comprising” or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, It also includes other elements not expressly listed, or elements inherent in the process, method, article, or device. Without further limitations, an element defined by the phrase “comprising a " does not preclude the presence of additional identical elements in the process, method, article, or apparatus comprising that element.
  • the scope of the methods and devices in the embodiments of the present application is not limited to performing functions in the order shown or discussed, and may also include performing functions in a substantially simultaneous manner or in reverse order according to the functions involved. Functions are performed, for example, the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.

Abstract

The present application belongs to the field of electronic devices. Disclosed is an application processing method. The method comprises: when audio is being played in a first application, detecting playing parameters of the audio; and when the playing parameters indicate that the audio is being played while muted, executing a target processing operation on the first application.

Description

应用的处理方法、装置和电子设备Applied processing method, device and electronic device
相关申请的交叉引用Cross References to Related Applications
本申请主张在2021年11月02日在中国提交的中国专利申请No.202111287075.9的优先权,其全部内容通过引用包含于此。This application claims priority to Chinese Patent Application No. 202111287075.9 filed in China on Nov. 02, 2021, the entire contents of which are hereby incorporated by reference.
技术领域technical field
本申请属于电子设备领域,具体涉及一种应用的处理方法、装置和电子设备。The present application belongs to the field of electronic equipment, and in particular relates to an applied processing method, device and electronic equipment.
背景技术Background technique
目前,安卓(Android)应用市场上的应用越来越多功能也越来越丰富,从应用设计者的角度总是希望自己的应用在用户手机中存活越来越长的时间以提升自身活跃度。由于Android是真后台设计,本身允许应用在后台播放音频,以满足后台音乐播放以及语音通话等基础功能。但是,部分应用开发者利用这个机制,通过在应用打开并进入后台之后播放无声音频,以保活自身防止被系统回收,最终导致用户手机耗电快。At present, there are more and more applications in the Android application market and more and more functions. From the perspective of application designers, they always hope that their applications can survive in the user's mobile phone for a longer and longer period of time to improve their own activity. . Since Android is a true background design, it allows applications to play audio in the background to meet basic functions such as background music playback and voice calls. However, some app developers use this mechanism to play silent audio after the app is opened and enters the background to keep itself alive and prevent it from being recycled by the system, which eventually leads to fast power consumption of the user's mobile phone.
发明内容Contents of the invention
本申请实施例的目的是提供一种应用的处理方法、装置和电子设备,能够解决现有技术中应用在后台播放无声音频,导致用户的电子设备耗电快的问题。The purpose of the embodiments of the present application is to provide an application processing method, device, and electronic equipment, which can solve the problem in the prior art that the application plays silent audio in the background, resulting in fast power consumption of the user's electronic equipment.
第一方面,本申请实施例提供了一种应用的处理方法,该方法包括:In the first aspect, the embodiment of the present application provides an application processing method, which includes:
在第一应用中存在音频播放的情况下,检测所述音频的播放参数;In the case that there is audio playing in the first application, detecting the playing parameters of the audio;
在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。In a case where the playing parameter indicates that the audio is played silently, perform a target processing operation on the first application.
第二方面,本申请实施例提供了一种应用的处理装置,包括:In the second aspect, the embodiment of the present application provides an application processing device, including:
检测模块,用于在第一应用中存在音频播放的情况下,检测所述音频的播放参数;A detection module, configured to detect the playback parameters of the audio when there is audio playback in the first application;
第一处理模块,用于在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。The first processing module is configured to execute a target processing operation on the first application when the playing parameter indicates that the audio is played silently.
第三方面,本申请实施例提供了一种电子设备,该电子设备包括处理器、存储器及存储在所述存储器上并可在所述处理器上运行的程序或指令,所述程序或指令被所述处理器执行时实现如第一方面所述的方法的步骤。In a third aspect, an embodiment of the present application provides an electronic device, the electronic device includes a processor, a memory, and a program or instruction stored in the memory and operable on the processor, and the program or instruction is The processor implements the steps of the method described in the first aspect when executed.
第四方面,本申请实施例提供了一种可读存储介质,所述可读存储介质上存储程序或指令,所述程序或指令被处理器执行时实现如第一方面所述的方法的步骤。In a fourth aspect, an embodiment of the present application provides a readable storage medium, on which a program or an instruction is stored, and when the program or instruction is executed by a processor, the steps of the method described in the first aspect are implemented .
第五方面,本申请实施例提供了一种芯片,所述芯片包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现如第一方面所述的方法。In the fifth aspect, the embodiment of the present application provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is used to run programs or instructions, so as to implement the first aspect the method described.
第六方面,本申请实施例提供了一种计算机程序产品,所述计算机程序产品被存储在非易失的存储介质中,所述计算机程序产品被至少一个处理器执行以实现如第一方面所述的方法的步骤。In a sixth aspect, an embodiment of the present application provides a computer program product, the computer program product is stored in a non-volatile storage medium, and the computer program product is executed by at least one processor to implement the computer program product described in the first aspect. steps of the method described above.
第七方面,本申请实施例提供了一种电子设备,被配置为执行如第一方面所述的方法的步骤。In a seventh aspect, the embodiment of the present application provides an electronic device configured to execute the steps of the method described in the first aspect.
在本申请实施例中,在第一应用中存在音频播放的情况下,通过检测所述音频的播放参数;并在播放参数指示音频为无声播放的情况下,对第一应用执行目标处理操作,能够及时发现播放无声音频的第一应用,并及时对第一应用进行处理,避免导致电子设备耗电过快。In the embodiment of the present application, in the case of audio playback in the first application, by detecting the playback parameters of the audio; and in the case that the playback parameters indicate that the audio is played silently, perform the target processing operation on the first application, The first application playing the silent audio can be found in time, and the first application can be processed in time, so as to avoid excessive power consumption of the electronic device.
附图说明Description of drawings
图1是本申请实施例的应用的处理方法流程图之一;Fig. 1 is one of the flow charts of the application processing method of the embodiment of the present application;
图2是本申请实施例的应用的处理示意图之一;Fig. 2 is one of the processing schematic diagrams of the application of the embodiment of the present application;
图3是本申请实施例的应用的处理示意图之二;Fig. 3 is the second schematic diagram of the processing of the application of the embodiment of the present application;
图4是本申请实施例的应用的处理示意图之三;Fig. 4 is the third schematic diagram of the processing of the application of the embodiment of the present application;
图5是本申请实施例的应用的处理方法流程图之二;Fig. 5 is the second flowchart of the application processing method of the embodiment of the present application;
图6是本申请实施例的应用的处理装置的结构框图;FIG. 6 is a structural block diagram of a processing device applied in an embodiment of the present application;
图7是本申请实施例的电子设备的结构框图;FIG. 7 is a structural block diagram of an electronic device according to an embodiment of the present application;
图8是本申请实施例的电子设备的硬件结构示意图。FIG. 8 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员获得的所有其他实施例,都属于本申请保护的范围。The following will clearly describe the technical solutions in the embodiments of the present application with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments are part of the embodiments of the present application, but not all of them. All other embodiments obtained by persons of ordinary skill in the art based on the embodiments in this application belong to the protection scope of this application.
本申请的说明书和权利要求书中的术语“第一”、“第二”等是用于区别类似的对象,而不用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便本申请的实施例能够以除了在这里图示或描述的那些以外的顺序实施,且“第一”、“第二”等所区分的对象通常为一类,并不限定对象的个数,例如第一对象可以是一个,也可以是多个。此外,说明书以及权利要求中“和/或”表示所连接对象的至少其中之一,字符“/”,一般表示前后关联对象是一种“或”的关系。The terms "first", "second" and the like in the specification and claims of the present application are used to distinguish similar objects, and are not used to describe a specific sequence or sequence. It should be understood that the terms so used are interchangeable under appropriate circumstances such that the embodiments of the application can be practiced in sequences other than those illustrated or described herein, and that references to "first," "second," etc. distinguish Objects are generally of one type, and the number of objects is not limited. For example, there may be one or more first objects. In addition, "and/or" in the specification and claims means at least one of the connected objects, and the character "/" generally means that the related objects are an "or" relationship.
下面结合附图,通过具体的实施例及其应用场景对本申请实施例提供的应用的处理方法、装置及电子设备进行详细地说明。The application processing method, device and electronic equipment provided by the embodiments of the present application are described in detail below through specific embodiments and application scenarios with reference to the accompanying drawings.
如图1所示,本申请实施例提供一种应用的处理方法,应用于电子设备,具体包括以下步骤:As shown in Figure 1, the embodiment of the present application provides an application processing method, which is applied to electronic equipment, and specifically includes the following steps:
步骤101,在第一应用中存在音频播放的情况下,检测所述音频的播放参数;Step 101, in the case that there is audio playing in the first application, detecting the playing parameters of the audio;
该步骤中,检测所述音频的播放参数的步骤可以包括:对音频流进行识别,获得音频的输出频率,或者对音频流数据进行数据抽样,获得空数据的数量。In this step, the step of detecting the playing parameters of the audio may include: identifying the audio stream to obtain the output frequency of the audio, or performing data sampling on the audio stream data to obtain the number of empty data.
步骤102,在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。Step 102: In a case where the playing parameter indicates that the audio is played silently, perform a target processing operation on the first application.
具体的,所述音频的播放参数包括:所述音频的输出频率和音频流数据;步骤102之前,所述方法还包括:Specifically, the playback parameters of the audio include: the output frequency and audio stream data of the audio; before step 102, the method also includes:
在所述输出频率不在人耳可听见范围内的情况下,确定所述音频为无声播放;或者,在所述输出频率在人耳可听见范围内的情况下,若所述音频流 数据中空数据占比高于预设值,则确定所述音频为无声播放。If the output frequency is not within the audible range of the human ear, determine that the audio is played silently; or, if the output frequency is within the audible range of the human ear, if the audio stream data is empty If the proportion is higher than the preset value, it is determined that the audio is played silently.
该步骤中,在音频的输出频率不在人耳可听见范围(人耳正常的听力频率在20至20000赫兹之间),则确定第一应用在无声播放音频;或者,当音频的输出频率在人耳可听见范围内时,若采样抽取的音频流数据大部分为空数据或者是接近空数据(例如大部分数据为0,只有少量非0数据),则确定第一应用在无声播放音频。In this step, when the output frequency of the audio is not within the audible range of the human ear (the normal hearing frequency of the human ear is between 20 and 20000 Hz), it is determined that the first application is playing the audio without sound; or, when the output frequency of the audio is within the range of the human ear When within the audible range of the ear, if most of the audio stream data extracted by sampling is empty data or close to empty data (for example, most of the data is 0, only a small amount of non-zero data), then it is determined that the first application is playing audio without sound.
其中,对第一应用执行目标处理操作,包括,根据第一应用的运行位置(前台运行和后台运行),分别对第一应用执行不同的处理操作。Wherein, executing the target processing operation on the first application includes executing different processing operations on the first application respectively according to the running location of the first application (running in the foreground and running in the background).
上述实施例中,在第一应用中存在音频播放的情况下,通过检测所述音频的播放参数;并在播放参数指示音频为无声播放的情况下,对第一应用执行目标处理操作,能够使用户及时发现播放无声音频的第一应用,并及时对第一应用进行处理,避免导致用户电子设备耗电过快。In the above embodiment, when there is audio playback in the first application, by detecting the playback parameters of the audio; and in the case that the playback parameters indicate that the audio is played silently, perform the target processing operation on the first application, so that The user discovers the first application playing the silent audio in time, and processes the first application in time, so as to avoid excessive power consumption of the user's electronic equipment.
在一实施例中,所述对所述第一应用执行目标处理操作,包括:In an embodiment, the executing the target processing operation on the first application includes:
在所述第一应用运行于后台的情况下,关闭所述第一应用;或者,When the first application is running in the background, closing the first application; or,
在所述第一应用运行于前台的情况下,显示第一提示信息,所述第一提示信息用于提示所述第一应用处于无声播放音频的状态。When the first application is running in the foreground, first prompt information is displayed, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
示例性的,第一提示信息可以为通知消息、或者显示在第一应用的图标或者状态栏上的无声标识等。Exemplarily, the first prompt information may be a notification message, or a silent sign displayed on the icon of the first application or on the status bar, and the like.
该实施例中,若第一应用在后台运行,则系统回收第一应用,使第一应用处于关闭状态,以释放第一应用的音频资源,让系统正常休眠,并将第一应用标记成黑名单应用;若第一应用在前台运行,则显示第一提示信息,以及时告知用户该第一应用处于无声播放音频的状态,从而使得用户可以及时对第一应用进行处理。这样,用户可根据需要及时将该第一应用退出后台运行,避免耗电。In this embodiment, if the first application is running in the background, the system recycles the first application, makes the first application closed, releases the audio resources of the first application, allows the system to sleep normally, and marks the first application as black list application; if the first application is running in the foreground, then display the first prompt information to timely inform the user that the first application is in the state of playing audio without sound, so that the user can process the first application in time. In this way, the user can exit the background operation of the first application in time according to needs, so as to avoid power consumption.
具体地,第一提示信息包括第一应用的标识,将第一应用的标识显示于界面中,示例性地,可以将第一应用的标识显示在通知栏处,从而用户可以方便的对第一应用的状态进行调整。Specifically, the first prompt information includes the identifier of the first application, and the identifier of the first application is displayed on the interface. For example, the identifier of the first application can be displayed on the notification bar, so that the user can conveniently The state of the application is adjusted.
进一步的,关闭所述第一应用之后,所述方法还包括:Further, after closing the first application, the method further includes:
接收用户对所述第一应用的第一输入,所述第一输入用于触发开启所述 第一应用和触发播放音频中的至少一项;receiving a user's first input to the first application, the first input being used to trigger at least one of starting the first application and triggering playing audio;
响应于所述第一输入,显示第二提示信息,其中,所述第二提示信息用于提示所述第一应用在后台播放过无声音频。In response to the first input, second prompt information is displayed, wherein the second prompt information is used to prompt that the first application has played silent audio in the background.
其中,第一输入为预先设置的输入,该第一输入可以包括但不限于点击输入、按压输入、长按输入、捏合输入、拖拽输入、滑动输入和划动输入中的至少一种,也即是说,该第一输入可以为上述输入中的其中一种,或者也可以为其中两种或以上输入的组合输入。Wherein, the first input is a preset input, and the first input may include but not limited to at least one of click input, press input, long press input, kneading input, drag input, slide input and swipe input, or That is to say, the first input may be one of the above inputs, or may be a combination of two or more of the above inputs.
示例性的,第一输入可以为用户对第一应用的图标的点击输入,响应该点击输入,触发开启第一应用;或者,第一应用也可以为对第一应用的播放按钮的点击输入,响应于该点击输入,触发音频播放。Exemplarily, the first input may be a user's click input on an icon of the first application, and in response to the click input, triggering the opening of the first application; or, the first application may also be a click input on a play button of the first application, In response to the click input, audio playback is triggered.
示例性的,第二提示信息可以为:“应用A正请求播放音频,该应用曾播放无声音频导致耗电”等提示语。Exemplarily, the second prompt information may be: "Application A is requesting to play audio, and this application has played silent audio which caused power consumption" and other prompts.
进一步的,在一实施例中,上述方法还包括:Further, in one embodiment, the above method also includes:
响应于所述第一输入,显示第一控件,所述第一控件包括:坚持开启第一应用或开启播放音频的第一选择按钮,以及拒绝启动第一应用或开启音频播放的第二选择按钮。In response to the first input, a first control is displayed, and the first control includes: a first selection button insisting on launching the first application or enabling audio playback, and a second selection button refusing to start the first application or enabling audio playback .
示例性的,在一实时场景中,如图4所示,第一控件c中,显示有第二提示信息:“应用A正请求播放音频,该应用曾播放无声音频导致耗电”,同时,显示有第一选择按钮以及第二选择按钮d3,其中第一选择按钮用于触发开启所述第一应用或开启音频播放,具体包括:“信任一次”的按钮d2和“始终信任”的按钮d1。当用户选择“始终信任”时,后续发现该第一应用后台仍然播放无声音频,则在如图2所示的第一应用的图标上加一个无声标记;如果用户选择信任一次,则允许该第一应用在预设时间段内(如一天内)且未退出的情况下播放音频,超过预设时间段或者重启过应用之后,如该应用在后台继续播放无声音频,则第一应用将会被系统回收。Exemplarily, in a real-time scenario, as shown in FIG. 4 , in the first control c, there is displayed a second prompt message: "Application A is requesting to play audio, and this application has played silent audio to cause power consumption", and at the same time, A first selection button and a second selection button d3 are displayed, wherein the first selection button is used to trigger the opening of the first application or start audio playback, specifically including: "trust once" button d2 and "always trust" button d1 . When the user selects "always trust", it is subsequently found that the first application is still playing silent audio in the background, and then a silent mark is added on the icon of the first application as shown in Figure 2; if the user chooses to trust once, the first application is allowed An app plays audio within a preset time period (such as within a day) without exiting. If the app continues to play silent audio in the background after the preset time period exceeds the preset time period or the app is restarted, the first app will be blocked by the system. Recycle.
该实施例中,当已被关闭的第一应用再次请求播放音频,则需要用户基于用户的再次确认才可申请到音频播放权限,同时基于第二提示信息帮助用户快速识别该类有在后台播放无声音频的历史记录的应用,避免该类应用继续耗电。In this embodiment, when the first application that has been closed requests to play audio again, the user needs to reconfirm the user to apply for the audio playback permission, and at the same time, based on the second prompt information, the user can quickly identify that this type of application is playing in the background. The application of silent audio history records, to avoid such applications continue to consume power.
更进一步的,在一实施例中,上述步骤102,还包括:Furthermore, in one embodiment, the above step 102 also includes:
若电子设备处于休眠状态,则关闭所述第一应用。If the electronic device is in a sleep state, close the first application.
其中,休眠状态包括:当长时间(可以为预设时长)不使用电子设备时,电子设备会自动进入省电模式的状态,还可以包括长期(可以为预设时长)的锁屏状态。Wherein, the dormancy state includes: when the electronic device is not used for a long time (which may be a preset duration), the electronic device will automatically enter a power saving mode, and may also include a long-term (which may be a preset duration) lock screen state.
示例性的,在电子设备处于夜间灭屏或长时间休眠场景中,若检测到第一应用播放无声音频,则系统回收该第一应用,从而关闭第一应用,避免耗电。Exemplarily, in a scenario where the screen of the electronic device is turned off at night or in a long sleep, if it is detected that the first application is playing silent audio, the system will recycle the first application, thereby closing the first application to avoid power consumption.
在一可选实施例中,当检查到某一个应用经常后台播放无声音频,并且多个用户非信任的时候,可以在应用商店等下载渠道作出特殊标记,这样可以当其他用户下载该应用的时候进行提示,并且针对该应用进行激进一点的后台回收策略,以保障更多用户的续航。In an optional embodiment, when it is detected that an application often plays silent audio in the background and multiple users are untrusted, a special mark can be made on the download channel such as the application store, so that when other users download the application A reminder is given, and an aggressive background recycling strategy is implemented for this application to ensure the battery life of more users.
在一实施例中,上述方法还包括:In one embodiment, the above method also includes:
在通知栏显示第二应用的图标;其中,所述第二应用为在后台运行音频播放的应用;Displaying an icon of a second application in the notification bar; wherein, the second application is an application running audio playback in the background;
接收对所述图标的第二输入;receiving a second input to the icon;
响应于所述第二输入,关闭所述第二应用。In response to the second input, the second application is closed.
其中,第二输入可以包括但不限于点击输入、按压输入、长按输入、捏合输入、拖拽输入、滑动输入和划动输入中的至少一种,也即是说,该第二输入可以为上述输入中的其中一种,或者也可以为其中两种或以上输入的组合输入。Wherein, the second input may include but not limited to at least one of click input, press input, long press input, knead input, drag input, slide input and swipe input, that is to say, the second input may be One of the above inputs, or a combination of two or more of them.
示例性的,当应用需要在后台播放音频时,必须向系统申请,当系统接收到用户申请时,系统的通知栏需要显示当前后台持有音频的应用列表。如图2所示,其示出的是在通知栏a中显示在后台运行音频播放的应用(Application,APP):App1、App2、App3的图标b1,b2和b3的示意图。当用户长按App1的图标时,App1被系统回收,即,用户长按App1的图标时,关闭APP1。Exemplarily, when an application needs to play audio in the background, it must apply to the system. When the system receives the application from the user, the notification bar of the system needs to display a list of applications currently holding audio in the background. As shown in FIG. 2 , it shows a schematic diagram showing icons b1 , b2 and b3 of App1 , App2 and App3 in the notification bar a that are running audio playback in the background (Application, APP). When the user presses the icon of App1 for a long time, App1 is recycled by the system, that is, when the user presses the icon of App1 for a long time, APP1 is closed.
该实施例中,通过在通知栏中显示后台运行音频播放的应用的图标,能够使用户通过通知栏获知后台运行音频播放的应用并及时进行关闭处理,避 免在用户未知的情况下,应用在后台运行播放无声音频,能够避免电子设备耗电过快。In this embodiment, by displaying the icon of the application running audio playback in the background in the notification bar, the user can learn about the application running audio playback in the background through the notification bar and close it in time, so as to avoid the application running in the background without the user's knowledge. Running and playing silent audio can avoid excessive power consumption of electronic devices.
进一步的,所述方法还包括:Further, the method also includes:
在所述图标上显示有声标识,和/或无声标识;其中,所述无声标识用于提示所述第二应用处于无声播放音频状态;所述有声标识用于提示所述第二应用处于有声播放音频状态。A sound mark and/or a sound mark are displayed on the icon; wherein, the sound mark is used to prompt that the second application is in a state of playing audio without sound; the sound mark is used to prompt that the second application is in a sound play state Audio status.
示例性的,如图3所示,若App2为在后台运行无声音频的应用,则在App2的图标b2上显示无声标识,可以为如图2所示出的“无声播放”的文字,或者其他图标或者符号均可,如无声喇叭图标等,不以此为限。Exemplarily, as shown in FIG. 3, if App2 is an application running silent audio in the background, a silent logo is displayed on the icon b2 of App2, which can be the text of "playing silently" as shown in FIG. 2, or other Icons or symbols are acceptable, such as silent speaker icons, etc., but are not limited thereto.
该实施例中,通过在通知栏中显示后台运行音频播放的应用的图标,并进一步在图标上显示无声标识,能够使用户通过通知栏中的应用图标的有声标识和无声标识,获知应用的音频播放状态,快速判断出哪些是无声播放音频的应用,这样,能够避免在用户未知的情况下,在后台运行无声播放音频,用户能够通过通知栏的图标及时发现并关闭无声播放的应用,避免电子设备耗电过快。In this embodiment, by displaying the icon of the application running audio playback in the background in the notification bar, and further displaying the silent mark on the icon, the user can know the audio of the application through the sound mark and the silent mark of the application icon in the notification bar The playback status can quickly determine which applications are playing silently. In this way, it can avoid running silently playing audio in the background without the user's knowledge. The device drains power too quickly.
进一步的,在一实施例中,为了提高检测速率和检测效率,在第一应用为多个的情况下,所述方法还包括:Further, in an embodiment, in order to improve the detection rate and detection efficiency, when there are multiple first applications, the method further includes:
获取多个所述第一应用中存在播放过无声音频记录的目标应用;Obtaining target applications that have played silent audio recordings among the plurality of first applications;
优先检测目标应用的音频的播放参数。Prioritize the detection of audio playback parameters of the target application.
下面结合图5,对本申请的一种应用的处理流程进行介绍。The processing flow of an application of the present application will be introduced below with reference to FIG. 5 .
如图5所示,应用的处理流程包括:As shown in Figure 5, the processing flow of the application includes:
步骤51,启动对应用A播放的音频进行检测; Step 51, start to detect the audio played by application A;
步骤52,判断音频是否无声播放;若是,则进行步骤53;若否,则继续进行步骤51; Step 52, determine whether the audio is played silently; if so, proceed to step 53; if not, proceed to step 51;
步骤53,判断是否是黑名单应用;若是,则进行步骤54,若否,则进行步骤,5; Step 53, judging whether it is a blacklist application; if so, proceed to step 54, if not, proceed to step 5;
步骤54,判断是否是夜间休眠场景;若是,则进行步骤58;若否,则进行57; Step 54, judging whether it is a sleep scene at night; if so, proceed to step 58; if not, proceed to step 57;
步骤55,将应用A标记成黑名单,且回收该应用A; Step 55, mark the application A as a blacklist, and recycle the application A;
步骤56,在通知栏中对应用A进行无声标识; Step 56, silently mark application A in the notification bar;
步骤57,判断是否信任该应用;若当前信任,则进行步骤56;若当前非信任,则进行步骤58; Step 57, judge whether to trust the application; if currently trusted, proceed to step 56; if not currently trusted, proceed to step 58;
步骤58,回收该应用A。 Step 58, recovering the application A.
上述方案中,能够根据应用的音频是否无声播放以及用户的选择,来执行是否回收掉在后台利用音频机制保活的应用,由于通常应用使用音频保活的同时,经常还伴随着大量其他系统资源的使用,及时回收掉无声音频应用能避免耗电,还能够保护用户需要的正常的音乐播放以及声音播放需求,阻止无声播放导致的整体系统耗电以及发热问题。In the above solution, it is possible to execute whether to recycle the application that uses the audio mechanism to keep alive in the background according to whether the application's audio is played silently and the user's choice. Because usually the application uses audio to keep alive, it is often accompanied by a large number of other system resources. Recycling silent audio applications in time can avoid power consumption, and can also protect the normal music playback and sound playback needs of users, and prevent overall system power consumption and heating problems caused by silent playback.
需要说明的是,本申请实施例提供的应用的处理方法,执行主体可以为应用的处理装置,或者该应用的处理装置中的用于执行应用的处理方法的控制模块。本申请实施例中以应用的处理装置执行应用的处理方法为例,说明本申请实施例提供的应用的处理装置。It should be noted that, the application processing method provided in the embodiment of the present application may be executed by an application processing device, or a control module in the application processing device for executing the application processing method. In the embodiment of the present application, the application processing device provided in the embodiment of the present application is described by taking the application processing device executing the application processing method as an example.
如图6所示,本申请实施例提供一种应用的处理装置600,包括:As shown in Figure 6, the embodiment of the present application provides an application processing device 600, including:
检测模块601,用于在第一应用中存在音频播放的情况下,检测所述音频的播放参数;A detection module 601, configured to detect the playback parameters of the audio when there is audio playback in the first application;
第一处理模块602,用于在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。The first processing module 602 is configured to execute a target processing operation on the first application when the playing parameter indicates that the audio is played silently.
可选的,所述第一处理模块602,包括:Optionally, the first processing module 602 includes:
第一处理子模块,用于在所述第一应用运行于后台的情况下,关闭所述第一应用;或者,The first processing submodule is configured to close the first application when the first application is running in the background; or,
第二处理子模块,用于在所述第一应用运行于前台的情况下,显示第一提示信息,所述第一提示信息用于提示所述第一应用处于无声播放音频的状态。The second processing submodule is configured to display first prompt information when the first application is running in the foreground, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
可选的,所述处理装置600还包括:Optionally, the processing device 600 further includes:
第一接收模块,用于接收用户对所述第一应用的第一输入,所述第一输入用于触发开启所述第一应用和触发播放音频中的至少一项;The first receiving module is configured to receive a user's first input to the first application, and the first input is used to trigger at least one of starting the first application and triggering playing audio;
第一响应模块,用于响应于所述第一输入,显示第二提示信息,其中,所述第二提示信息用于提示所述第一应用在后台播放过无声音频。The first response module is configured to display second prompt information in response to the first input, wherein the second prompt information is used to prompt that the first application has played silent audio in the background.
可选的,所述第一处理模块602,包括:Optionally, the first processing module 602 includes:
第二处理子模块,用于在电子设备处于休眠状态时,关闭所述第一应用。The second processing submodule is configured to close the first application when the electronic device is in a sleep state.
可选的,所述音频的播放参数包括:所述音频的输出频率和音频流数据;Optionally, the playback parameters of the audio include: the output frequency of the audio and audio stream data;
所述在所述播放参数指示所述音频为无声播放的情况下,所述处理装置600还包括:In the case where the playing parameter indicates that the audio is played silently, the processing device 600 further includes:
第一确定模块,用于在所述输出频率不在人耳可听见范围内的情况下,确定所述音频为无声播放;或者,A first determination module, configured to determine that the audio is played silently when the output frequency is not within the audible range of the human ear; or,
第二确定模块,用于在所述输出频率在人耳可听见范围内的情况下,若所述音频流数据中空数据占比高于预设值,则确定所述音频为无声播放。The second determination module is configured to determine that the audio is played silently if the proportion of empty data in the audio stream data is higher than a preset value when the output frequency is within the audible range of human ears.
该应用的处理装置600,在第一应用中存在音频播放的情况下,通过检测所述音频的播放参数;并在播放参数指示音频为无声播放的情况下,对第一应用执行目标处理操作,能够使用户及时发现播放无声音频的第一应用,并及时对第一应用进行处理,避免导致用户电子设备耗电快。The processing device 600 of the application, in the case of audio playback in the first application, detects the playback parameters of the audio; and in the case that the playback parameters indicate that the audio is played silently, executes the target processing operation on the first application, The user can discover the first application playing the silent audio in time, and process the first application in time, so as to avoid fast power consumption of the user's electronic equipment.
本申请实施例中的应用的处理装置600可以是装置,也可以是终端中的部件、集成电路、或芯片。该装置可以是移动电子设备,也可以为非移动电子设备。示例性的,移动电子设备可以为手机、平板电脑、笔记本电脑、掌上电脑、车载电子设备、可穿戴设备、超级移动个人计算机(Ultra-Mobile Personal Computer,UMPC)、上网本或者个人数字助理(Personal Digital Assistant,PDA)等,非移动电子设备可以为服务器、网络附属存储器(Network Attached Storage,NAS)、个人计算机(Personal Computer,PC)、电视机(Television,TV)、柜员机或者自助机等,本申请实施例不作具体限定。The application processing device 600 in the embodiment of the present application may be a device, or may be a component, an integrated circuit, or a chip in a terminal. The device may be a mobile electronic device or a non-mobile electronic device. Exemplary, the mobile electronic device can be a mobile phone, a tablet computer, a notebook computer, a handheld computer, a vehicle electronic device, a wearable device, an ultra-mobile personal computer (Ultra-Mobile Personal Computer, UMPC), a netbook or a personal digital assistant (Personal Digital Assistant). Assistant, PDA), etc., non-mobile electronic devices can be servers, network attached storage (Network Attached Storage, NAS), personal computer (Personal Computer, PC), television (Television, TV), teller machine or self-service machine, etc., this application Examples are not specifically limited.
本申请实施例中的应用的处理装置可以为具有操作系统的装置。该操作系统可以为安卓(Android)操作系统,可以为ios操作系统,还可以为其他可能的操作系统,本申请实施例不作具体限定。The application processing device in the embodiment of the present application may be a device with an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, which are not specifically limited in this embodiment of the present application.
本申请实施例提供的应用的处理装置能够实现图1至图5的方法实施例实现的各个过程,为避免重复,这里不再赘述。The application processing device provided in the embodiment of the present application can realize various processes realized by the method embodiments in FIG. 1 to FIG. 5 , and details are not repeated here to avoid repetition.
可选地,如图7所示,本申请实施例还提供一种电子设备700,包括处理器701,存储器702,存储在存储器702上并可在所述处理器701上运行的程序或指令,该程序或指令被处理器701执行时实现上述应用的处理方法实 施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。Optionally, as shown in FIG. 7 , the embodiment of the present application further provides an electronic device 700, including a processor 701, a memory 702, and programs or instructions stored in the memory 702 and operable on the processor 701, When the program or instruction is executed by the processor 701, each process of the above-mentioned applied processing method embodiment can be achieved, and the same technical effect can be achieved, so in order to avoid repetition, details are not repeated here.
需要说明的是,本申请实施例中的电子设备包括上述所述的移动电子设备和非移动电子设备。It should be noted that the electronic devices in the embodiments of the present application include the above-mentioned mobile electronic devices and non-mobile electronic devices.
图8为实现本申请实施例的一种电子设备的硬件结构示意图。FIG. 8 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present application.
该电子设备800包括但不限于:射频单元801、网络模块802、音频输出单元803、输入单元804、传感器805、显示单元806、用户输入单元807、接口单元808、存储器809、以及处理器810等部件。The electronic device 800 includes, but is not limited to: a radio frequency unit 801, a network module 802, an audio output unit 803, an input unit 804, a sensor 805, a display unit 806, a user input unit 807, an interface unit 808, a memory 809, and a processor 810, etc. part.
本领域技术人员可以理解,电子设备800还可以包括给各个部件供电的电源(比如电池),电源可以通过电源管理系统与处理器810逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。图8中示出的电子设备结构并不构成对电子设备的限定,电子设备可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置,在此不再赘述。Those skilled in the art can understand that the electronic device 800 can also include a power supply (such as a battery) for supplying power to various components, and the power supply can be logically connected to the processor 810 through the power management system, so that the management of charging, discharging, and function can be realized through the power management system. Consumption management and other functions. The structure of the electronic device shown in FIG. 8 does not constitute a limitation to the electronic device. The electronic device may include more or fewer components than shown in the figure, or combine some components, or arrange different components, and details will not be repeated here. .
处理器810,用于在第一应用中存在音频播放的情况下,检测所述音频的播放参数;在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。The processor 810 is configured to detect a playback parameter of the audio when there is audio playback in the first application; and execute a target on the first application when the playback parameter indicates that the audio is played silently. Processing operations.
该电子设备800,在第一应用中存在音频播放的情况下,通过检测所述音频的播放参数;并在播放参数指示音频为无声播放的情况下,对第一应用执行目标处理操作,能够使用户及时发现播放无声音频的第一应用,并及时对第一应用进行处理,避免导致用户电子设备耗电快。The electronic device 800, when there is audio playback in the first application, detects the playback parameters of the audio; and when the playback parameters indicate that the audio is played silently, executes the target processing operation on the first application, so that The user discovers the first application playing the silent audio in time, and processes the first application in time, so as to avoid fast power consumption of the user's electronic equipment.
可选的,处理器810在对所述第一应用执行目标处理操作时,具体用于Optionally, when the processor 810 executes the target processing operation on the first application, it is specifically used to
在所述第一应用运行于后台的情况下,关闭所述第一应用;或者,When the first application is running in the background, closing the first application; or,
在所述第一应用运行于前台的情况下,显示第一提示信息,所述第一提示信息用于提示所述第一应用处于无声播放音频的状态。When the first application is running in the foreground, first prompt information is displayed, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
可选的,用户输入单元807,用于接收用户对所述第一应用的第一输入,所述第一输入用于触发开启所述第一应用和触发播放音频中的至少一项;Optionally, the user input unit 807 is configured to receive a user's first input to the first application, and the first input is used to trigger at least one of starting the first application and triggering playing audio;
显示单元806,用于响应于所述第一输入,显示第二提示信息,其中,所述第二提示信息用于提示所述第一应用在后台播放过无声音频。The display unit 806 is configured to display second prompt information in response to the first input, where the second prompt information is used to prompt that the first application has played silent audio in the background.
可选的,处理器810,还用于若电子设备处于休眠状态,则关闭所述第一应用。Optionally, the processor 810 is further configured to close the first application if the electronic device is in a sleep state.
可选的,所述音频的播放参数包括:所述音频的输出频率和音频流数据;处理器810,还用于在所述输出频率不在人耳可听见范围内的情况下,确定所述音频为无声播放;或者,在所述输出频率在人耳可听见范围内的情况下,若所述音频流数据中空数据占比高于预设值,则确定所述音频为无声播放。Optionally, the playback parameters of the audio include: the output frequency of the audio and audio stream data; the processor 810 is further configured to determine the frequency of the audio when the output frequency is not within the audible range of the human ear. It is played silently; or, when the output frequency is within the audible range of human ears, if the proportion of empty data in the audio stream data is higher than a preset value, then it is determined that the audio is played silently.
应理解的是,本申请实施例中,输入单元804可以包括图形处理器(Graphics Processing Unit,GPU)8041和麦克风8042,图形处理器8041对在视频捕获模式或图像捕获模式中由图像捕获装置(如摄像头)获得的静态图片或视频的图像数据进行处理。显示单元806可包括显示面板8061,可以采用液晶显示器、有机发光二极管等形式来配置显示面板8061。用户输入单元807包括触控面板8071以及其他输入设备8072。触控面板8071,也称为触摸屏。触控面板8071可包括触摸检测装置和触摸控制器两个部分。其他输入设备8072可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆,在此不再赘述。存储器809可用于存储软件程序以及各种数据,包括但不限于应用程序和操作系统。处理器810可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器810中。It should be understood that, in the embodiment of the present application, the input unit 804 may include a graphics processor (Graphics Processing Unit, GPU) 8041 and a microphone 8042, and the graphics processor 8041 is used for the image capture device ( Such as the image data of the still picture or video obtained by the camera) for processing. The display unit 806 may include a display panel 8061, and the display panel 8061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 807 includes a touch panel 8071 and other input devices 8072 . The touch panel 8071 is also called a touch screen. The touch panel 8071 may include two parts, a touch detection device and a touch controller. Other input devices 8072 may include, but are not limited to, physical keyboards, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, and joysticks, which will not be repeated here. Memory 809 may be used to store software programs as well as various data, including but not limited to application programs and operating systems. The processor 810 may integrate an application processor and a modem processor, wherein the application processor mainly processes operating systems, user interfaces, and application programs, and the modem processor mainly processes wireless communications. It can be understood that the foregoing modem processor may not be integrated into the processor 810 .
本申请实施例还提供一种可读存储介质,所述可读存储介质上存储有程序或指令,该程序或指令被处理器执行时实现上述应用的处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。The embodiment of the present application also provides a readable storage medium, the readable storage medium stores a program or an instruction, and when the program or instruction is executed by the processor, each process of the processing method embodiment of the above-mentioned application is realized, and can achieve The same technical effects are not repeated here to avoid repetition.
其中,所述处理器为上述实施例中所述的电子设备中的处理器。所述可读存储介质,包括计算机可读存储介质,如计算机只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等。Wherein, the processor is the processor in the electronic device described in the above embodiments. The readable storage medium includes computer readable storage medium, such as computer read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk, etc.
本申请实施例另提供了一种芯片,所述芯片包括处理器和通信接口,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现上述应用的处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。The embodiment of the present application further provides a chip, the chip includes a processor and a communication interface, the communication interface is coupled to the processor, the processor is used to run programs or instructions, and realize the embodiment of the processing method for the above application Each process, and can achieve the same technical effect, in order to avoid repetition, will not repeat them here.
应理解,本申请实施例提到的芯片还可以称为系统级芯片、系统芯片、 芯片系统或片上系统芯片等。It should be understood that the chip mentioned in the embodiment of the present application may also be referred to as a system-on-chip, system-on-chip, system-on-a-chip, or system-on-a-chip.
本申请实施例另提供了一种计算机程序产品,所述计算机程序产品存储在非易失的存储介质中,所述计算机程序产品被至少一个处理器执行以实现上述应用的处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。The embodiment of the present application further provides a computer program product, the computer program product is stored in a non-volatile storage medium, and the computer program product is executed by at least one processor to implement each of the above application processing method embodiments process, and can achieve the same technical effect, in order to avoid repetition, it will not be repeated here.
本申请实施例还提供了一种电子设备,被配置为执行如上述应用的处理方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。The embodiment of the present application also provides an electronic device configured to execute the processes of the processing method embodiment as applied above, and can achieve the same technical effect. To avoid repetition, details are not repeated here.
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。此外,需要指出的是,本申请实施方式中的方法和装置的范围不限按示出或讨论的顺序来执行功能,还可包括根据所涉及的功能按基本同时的方式或按相反的顺序来执行功能,例如,可以按不同于所描述的次序来执行所描述的方法,并且还可以添加、省去、或组合各种步骤。另外,参照某些示例所描述的特征可在其他示例中被组合。It should be noted that, in this document, the term "comprising", "comprising" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, It also includes other elements not expressly listed, or elements inherent in the process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not preclude the presence of additional identical elements in the process, method, article, or apparatus comprising that element. In addition, it should be pointed out that the scope of the methods and devices in the embodiments of the present application is not limited to performing functions in the order shown or discussed, and may also include performing functions in a substantially simultaneous manner or in reverse order according to the functions involved. Functions are performed, for example, the described methods may be performed in an order different from that described, and various steps may also be added, omitted, or combined. Additionally, features described with reference to certain examples may be combined in other examples.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以计算机软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端(可以是手机,计算机,服务器,或者网络设备等)执行本申请各个实施例所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the methods of the above embodiments can be implemented by means of software plus a necessary general-purpose hardware platform, and of course also by hardware, but in many cases the former is better implementation. Based on such an understanding, the technical solution of the present application can be embodied in the form of computer software products, which are stored in a storage medium (such as ROM/RAM, magnetic disk, etc.) , optical disc), including several instructions to enable a terminal (which may be a mobile phone, computer, server, or network device, etc.) to execute the methods described in various embodiments of the present application.
上面结合附图对本申请的实施例进行了描述,但是本申请并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的,本领域的普通技术人员在本申请的启示下,在不脱离本申请宗旨和权利要求 所保护的范围情况下,还可做出很多形式,均属于本申请的保护之内。The embodiments of the present application have been described above in conjunction with the accompanying drawings, but the present application is not limited to the above-mentioned specific implementations. The above-mentioned specific implementations are only illustrative and not restrictive. Those of ordinary skill in the art will Under the inspiration of this application, without departing from the purpose of this application and the scope of protection of the claims, many forms can also be made, all of which belong to the protection of this application.

Claims (16)

  1. 一种应用的处理方法,包括:An applied processing method comprising:
    在第一应用中存在音频播放的情况下,检测所述音频的播放参数;In the case that there is audio playing in the first application, detecting the playing parameters of the audio;
    在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。In a case where the playing parameter indicates that the audio is played silently, perform a target processing operation on the first application.
  2. 根据权利要求1所述的应用的处理方法,其中,所述对所述第一应用执行目标处理操作,包括:The application processing method according to claim 1, wherein the performing the target processing operation on the first application comprises:
    在所述第一应用运行于后台的情况下,关闭所述第一应用;或者,When the first application is running in the background, closing the first application; or,
    在所述第一应用运行于前台的情况下,显示第一提示信息,所述第一提示信息用于提示所述第一应用处于无声播放音频的状态。When the first application is running in the foreground, first prompt information is displayed, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
  3. 根据权利要求2所述的应用的处理方法,其中,所述关闭所述第一应用之后,所述方法还包括:The application processing method according to claim 2, wherein after the closing of the first application, the method further comprises:
    接收用户对所述第一应用的第一输入,所述第一输入用于触发开启所述第一应用和触发播放音频中的至少一项;receiving a user's first input to the first application, the first input being used to trigger at least one of starting the first application and triggering playing audio;
    响应于所述第一输入,显示第二提示信息,其中,所述第二提示信息用于提示所述第一应用在后台播放过无声音频。In response to the first input, second prompt information is displayed, wherein the second prompt information is used to prompt that the first application has played silent audio in the background.
  4. 根据权利要求1所述的应用的处理方法,其中,所述对所述第一应用执行目标处理操作,包括:The application processing method according to claim 1, wherein the performing the target processing operation on the first application comprises:
    若电子设备处于休眠状态,则关闭所述第一应用。If the electronic device is in a sleep state, close the first application.
  5. 根据权利要求1所述的应用的处理方法,其中,所述音频的播放参数包括:所述音频的输出频率和音频流数据;The application processing method according to claim 1, wherein the playing parameters of the audio include: the output frequency of the audio and audio stream data;
    所述在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作之前,所述方法还包括:In the case where the playback parameter indicates that the audio is played silently, before performing the target processing operation on the first application, the method further includes:
    在所述输出频率不在人耳可听见范围内的情况下,确定所述音频为无声播放;或者,In the case where the output frequency is not within the audible range of the human ear, determining that the audio is played silently; or,
    在所述输出频率在人耳可听见范围内的情况下,若所述音频流数据中空数据占比高于预设值,则确定所述音频为无声播放。If the output frequency is within the audible range of human ears, if the proportion of empty data in the audio stream data is higher than a preset value, it is determined that the audio is played silently.
  6. 根据权利要求1所述的应用的处理方法,其中,所述方法还包括:The application processing method according to claim 1, wherein the method further comprises:
    在检测到第一应用在播放无声音频的情况下,在所述第一应用的图标上显示无声标识。If it is detected that the first application is playing silent audio, a silent sign is displayed on the icon of the first application.
  7. 一种应用的处理装置,包括:A processing device for an application, comprising:
    检测模块,用于在第一应用中存在音频播放的情况下,检测所述音频的播放参数;A detection module, configured to detect the playback parameters of the audio when there is audio playback in the first application;
    第一处理模块,用于在所述播放参数指示所述音频为无声播放的情况下,对所述第一应用执行目标处理操作。The first processing module is configured to execute a target processing operation on the first application when the playing parameter indicates that the audio is played silently.
  8. 根据权利要求7所述的应用的处理装置,其中,所述第一处理模块,包括:The application processing device according to claim 7, wherein the first processing module includes:
    第一处理子模块,用于在所述第一应用运行于后台的情况下,关闭所述第一应用;或者,The first processing submodule is configured to close the first application when the first application is running in the background; or,
    第二处理子模块,用于在所述第一应用运行于前台的情况下,显示第一提示信息,所述第一提示信息用于提示所述第一应用处于无声播放音频的状态。The second processing submodule is configured to display first prompt information when the first application is running in the foreground, and the first prompt information is used to prompt that the first application is in a state of silently playing audio.
  9. 根据权利要求8所述的应用的处理装置,其中,所述装置还包括:The application processing device according to claim 8, wherein the device further comprises:
    第一接收模块,用于接收用户对所述第一应用的第一输入,所述第一输入用于触发开启所述第一应用和触发播放音频中的至少一项;The first receiving module is configured to receive a user's first input to the first application, and the first input is used to trigger at least one of starting the first application and triggering playing audio;
    第一响应模块,用于响应于所述第一输入,显示第二提示信息,其中,所述第二提示信息用于提示所述第一应用在后台播放过无声音频。The first response module is configured to display second prompt information in response to the first input, wherein the second prompt information is used to prompt that the first application has played silent audio in the background.
  10. 根据权利要求7所述的应用的处理装置,其中,所述第一处理模块,包括:The application processing device according to claim 7, wherein the first processing module includes:
    第二处理子模块,用于在电子设备处于休眠状态时,关闭所述第一应用。The second processing submodule is configured to close the first application when the electronic device is in a sleep state.
  11. 根据权利要求7所述的应用的处理装置,其中,所述音频的播放参数包括:所述音频的输出频率和音频流数据;The application processing device according to claim 7, wherein the audio playback parameters include: the audio output frequency and audio stream data;
    所述在所述播放参数指示所述音频为无声播放的情况下,所述装置还包括:In the case where the playing parameter indicates that the audio is played silently, the device further includes:
    第一确定模块,用于在所述输出频率不在人耳可听见范围内的情况下,确定所述音频为无声播放;或者,A first determination module, configured to determine that the audio is played silently when the output frequency is not within the audible range of the human ear; or,
    第二确定模块,用于在所述输出频率在人耳可听见范围内的情况下,若 所述音频流数据中空数据占比高于预设值,则确定所述音频为无声播放。The second determination module is used to determine that the audio is played silently if the proportion of empty data in the audio stream data is higher than a preset value when the output frequency is within the audible range of the human ear.
  12. 一种电子设备,包括处理器,存储器及存储在所述存储器上并可在所述处理器上运行的程序或指令,其中,所述程序或指令被所述处理器执行时实现如权利要求1-6任一项所述的应用的处理方法的步骤。An electronic device, comprising a processor, a memory, and a program or instruction stored in the memory and operable on the processor, wherein the program or instruction is executed by the processor to achieve claim 1 - the steps of the applied treatment method according to any one of 6.
  13. 一种可读存储介质,所述可读存储介质上存储程序或指令,其中,所述程序或指令被处理器执行时实现如权利要求1-6任一项所述的应用的处理方法的步骤。A readable storage medium, on which a program or instruction is stored, wherein, when the program or instruction is executed by a processor, the steps of the application processing method according to any one of claims 1-6 are realized .
  14. 一种芯片,包括处理器和通信接口,其中,所述通信接口和所述处理器耦合,所述处理器用于运行程序或指令,实现如权利要求1-6任一项所述的应用的处理方法的步骤。A chip, comprising a processor and a communication interface, wherein the communication interface is coupled to the processor, and the processor is used to run programs or instructions to realize the processing of the application according to any one of claims 1-6 method steps.
  15. 一种计算机程序产品,其中,所述计算机程序产品被存储在非易失的存储介质中,所述计算机程序产品被至少一个处理器执行时实现如权利要求1-6任一项所述的应用的处理方法的步骤。A computer program product, wherein the computer program product is stored in a non-volatile storage medium, and when the computer program product is executed by at least one processor, the application according to any one of claims 1-6 is realized steps of the processing method.
  16. 一种电子设备,被配置为执行如权利要求1-6任一项所述的应用的处理方法的步骤。An electronic device configured to execute the steps of the application processing method according to any one of claims 1-6.
PCT/CN2022/129062 2021-11-02 2022-11-01 Application processing method and apparatus, and electronic device WO2023078262A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111287075.9A CN113986190A (en) 2021-11-02 2021-11-02 Application processing method and device and electronic equipment
CN202111287075.9 2021-11-02

Publications (1)

Publication Number Publication Date
WO2023078262A1 true WO2023078262A1 (en) 2023-05-11

Family

ID=79745679

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/129062 WO2023078262A1 (en) 2021-11-02 2022-11-01 Application processing method and apparatus, and electronic device

Country Status (2)

Country Link
CN (1) CN113986190A (en)
WO (1) WO2023078262A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113986190A (en) * 2021-11-02 2022-01-28 维沃移动通信有限公司 Application processing method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105429984A (en) * 2015-11-27 2016-03-23 刘军 Media play method, equipment and music teaching system
JP2016177176A (en) * 2015-03-20 2016-10-06 沖電気工業株式会社 Voice processing device, program, method and switching device
CN111459759A (en) * 2020-03-31 2020-07-28 Oppo广东移动通信有限公司 Electronic device, method for managing application program thereof, and computer storage medium
CN108605162B (en) * 2016-12-30 2020-11-06 华为技术有限公司 Audio data processing method and device, user equipment and storage medium
CN113986190A (en) * 2021-11-02 2022-01-28 维沃移动通信有限公司 Application processing method and device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016177176A (en) * 2015-03-20 2016-10-06 沖電気工業株式会社 Voice processing device, program, method and switching device
CN105429984A (en) * 2015-11-27 2016-03-23 刘军 Media play method, equipment and music teaching system
CN108605162B (en) * 2016-12-30 2020-11-06 华为技术有限公司 Audio data processing method and device, user equipment and storage medium
CN111459759A (en) * 2020-03-31 2020-07-28 Oppo广东移动通信有限公司 Electronic device, method for managing application program thereof, and computer storage medium
CN113986190A (en) * 2021-11-02 2022-01-28 维沃移动通信有限公司 Application processing method and device and electronic equipment

Also Published As

Publication number Publication date
CN113986190A (en) 2022-01-28

Similar Documents

Publication Publication Date Title
KR101722522B1 (en) Method and apparatus for switching display mode
EP3188066B1 (en) A method and an apparatus for managing an application
JP6072362B2 (en) Application program processing method, apparatus, program, and storage medium
WO2017152621A1 (en) Temperature control method and device
US9961393B2 (en) Method and device for playing multimedia file
US20170060599A1 (en) Method and apparatus for awakening electronic device
EP3065009B1 (en) Methods and apparatuses for switching state
EP3112979B1 (en) Method and device for waking up mcu
CN106371970B (en) Using monitoring method and device
WO2022161241A1 (en) Screen-off display method, and apparatus
EP3754959B1 (en) Quick access to an application in the lock screen
WO2023078262A1 (en) Application processing method and apparatus, and electronic device
WO2022156662A1 (en) Method and apparatus for switching audio playing mode, and electronic device and storage medium
WO2023061343A1 (en) Session creation method and apparatus, and electronic device
WO2023030085A1 (en) Event trigger control method and apparatus, electronic device, and medium
WO2023005828A1 (en) Message display method and apparatus, and electronic device
CN112099702A (en) Application running method and device and electronic equipment
WO2018035772A1 (en) Display interface control method and device
CN105607979B (en) Networking control method and device
US20210334115A1 (en) Method and device for controlling pop-up window, electronic device, and storage medium
WO2023241455A1 (en) Group chat operation processing method and apparatus, electronic device, and storage medium
WO2018049610A1 (en) Permission control method and device
CN108874450B (en) Method and device for waking up voice assistant
WO2023088252A1 (en) Alarm clock processing method and apparatus, and electronic device and medium
WO2023001252A1 (en) Application reminder method and apparatus, and electronic device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22889285

Country of ref document: EP

Kind code of ref document: A1