KR20160105274A - Electronic device and applacation controlling method thereof - Google Patents

Electronic device and applacation controlling method thereof Download PDF

Info

Publication number
KR20160105274A
KR20160105274A KR1020150125851A KR20150125851A KR20160105274A KR 20160105274 A KR20160105274 A KR 20160105274A KR 1020150125851 A KR1020150125851 A KR 1020150125851A KR 20150125851 A KR20150125851 A KR 20150125851A KR 20160105274 A KR20160105274 A KR 20160105274A
Authority
KR
South Korea
Prior art keywords
application
electronic device
display
list
processor
Prior art date
Application number
KR1020150125851A
Other languages
Korean (ko)
Other versions
KR102395868B1 (en
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 삼성전자주식회사
Priority to PCT/KR2016/001966 priority Critical patent/WO2016137295A1/en
Priority to AU2016224176A priority patent/AU2016224176B2/en
Priority to EP16157645.9A priority patent/EP3062194B1/en
Priority to CN201610113694.9A priority patent/CN105930207B/en
Priority to US15/056,190 priority patent/US10437607B2/en
Priority to CN202110884057.2A priority patent/CN113504824A/en
Publication of KR20160105274A publication Critical patent/KR20160105274A/en
Application granted granted Critical
Publication of KR102395868B1 publication Critical patent/KR102395868B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4418Suspend and resume; Hibernate and awake
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3206Monitoring of events, devices or parameters that trigger a change in power modality
    • G06F1/3212Monitoring battery levels, e.g. power saving mode being initiated when battery voltage goes below a certain level
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • G06F1/329Power saving characterised by the action undertaken by task scheduling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • G06F9/4893Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues taking into account power or heat criteria
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/02Power saving arrangements
    • H04W52/0209Power saving arrangements in terminal devices
    • H04W52/0251Power saving arrangements in terminal devices using monitoring of local events, e.g. events related to user activity
    • H04W52/0258Power saving arrangements in terminal devices using monitoring of local events, e.g. events related to user activity controlling an operation mode according to history or models of usage information, e.g. activity schedule or time of day
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3206Monitoring of events, devices or parameters that trigger a change in power modality
    • G06F1/3215Monitoring of peripheral devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken
    • G06F1/325Power saving in peripheral device
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

According to various embodiments of the present invention, an electronic device includes: a memory storing a first application list including at least one application installed in the electronic device; and at least one processor set to update the first application list based on at least one among the operation of the application, usage history, and a users request, and to restrict the operation of at least one application among at least one application included in the first application list when a designated event occurs. In addition, other embodiments are possible.

Description

전자 장치 및 전자 장치의 어플리케이션 제어 방법{ELECTRONIC DEVICE AND APPLACATION CONTROLLING METHOD THEREOF}ELECTRONIC DEVICE AND APPLICATION CONTROLLING METHOD THEREOF BACKGROUND OF THE INVENTION 1. Field of the Invention [0001]

다양한 실시예들은 전자 장치에서 어플리케이션의 동작을 제어하는 방법 및 장치에 관련된 것이다.Various embodiments relate to a method and apparatus for controlling the operation of an application in an electronic device.

전자 장치는 다양한 서비스들을 제공할 수 있으며, 예를 들어, 스마트 폰이나 태블릿 컴퓨터와 같은 휴대용 전자 장치들은 다양한 성능을 구현하면서 사용자에게 더욱 많은 편리함을 줄 수 있도록 발전하고 있다. 예를 들어, 스마트 폰과 같은 사용자 기기의 대중화로 인해 전자 장치에서 다양한 어플리케이션들이 사용되고 있다.Electronic devices can provide a variety of services, and portable electronic devices such as, for example, smartphones and tablet computers are evolving to provide a greater variety of performance and greater convenience for users. For example, various applications are being used in electronic devices due to popularization of user devices such as smart phones.

전자 장치를 통해 실행 가능한 어플리케이션들은, 예를 들면, 사용자의 요청에 의해 실행되어 다양한 명령 또는 기능들을 수행할 수 있다. 또한 어플리케이션들은, 예를 들면, 자동으로, 또는 미리 설정된 조건에 따라 실행되어 다양한 동작들을 수행할 수 있다.Applications executable via the electronic device may be executed, for example, at the request of the user to perform various commands or functions. The applications can also be executed, for example, automatically, or according to predetermined conditions, to perform various operations.

어플리케이션들은, 전자 장치를 통해 제공되는 자원들, 예컨대, 전원(예: 배터리), 네트워크, 메모리, 또는 프로세서 등을 사용하여 다양한 동작들을 수행할 수 있다. 또한, 예를 들면, 어떤 어플리케이션들은 해당 어플리케이션과 관련된 화면이 표시되지 않는 동안 백그라운드에서 실행되어 전자 장치의 자원들을 사용할 수 있다. 또한, 전자 장치가 비활성화 상태(예: 슬립 상태, 대기 상태, 저전력 동작 상태, 또는 디스플레이 비활성화 상태 등)인 동안 실행되어 전자 장치의 자원들을 사용하는 어플리케이션들이 있을 수 있다. Applications may perform a variety of operations using resources provided through an electronic device, such as a power source (e.g., a battery), a network, a memory, or a processor. Also, for example, some applications may run in the background and use the resources of the electronic device while the screen associated with the application is not displayed. There may also be applications that are executed while the electronic device is in an inactive state (e.g., a sleep state, a standby state, a low power operational state, or a display deactivation state) to use the resources of the electronic device.

본 발명의 다양한 실시 예들은, 전자 장치를 통해 실행되는 어플리케이션을 다양한 조건에 따라 제어함으로써, 전자 장치의 서비스 및 자원 관리를 수행할 수 있는 장치 및 방법을 제공할 수 있다.Various embodiments of the present invention can provide an apparatus and method for performing service and resource management of an electronic device by controlling an application executed through the electronic apparatus according to various conditions.

다양한 실시예에 따른 전자 장치는, 상기 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제1 어플리케이션 리스트를 저장하는 메모리; 및 어플리케이션의 동작, 사용 이력 또는 사용자 요청 중 적어도 하나에 기초하여 상기 제1 어플리케이션 리스트를 업데이트하고, 지정된 이벤트가 발생하면 상기 제1 어플리케이션 리스트에 포함된 적어도 하나의 어플리케이션들 중 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 적어도 하나의 프로세서를 포함할 수 있다.An electronic device according to various embodiments includes: a memory for storing a first application list including at least one application installed in the electronic device; And updating the first application list based on at least one of an operation of an application, a use history or a user request, and, when a specified event occurs, updating at least one of the applications of at least one application included in the first application list At least one processor configured to limit the number of processors.

본 발명의 다양한 실시 예에 따른 전자 장치의 어플리케이션 제어 방법은, 어플리케이션의 동작, 사용 이력 또는 사용자 요청 중 적어도 하나에 기초하여, 상기 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제1 어플리케이션 리스트를 업데이트하는 동작 및 지정된 이벤트가 발생하면 상기 제1 어플리케이션 리스트에 포함된 적어도 하나의 어플리케이션들 중 적어도 하나의 어플리케이션의 동작을 제한하는 동작을 포함할 수 있다.An application control method of an electronic device according to various embodiments of the present invention includes updating a first application list including at least one application installed in the electronic device based on at least one of an operation of an application, And limiting an operation of at least one of the applications included in the first application list when a specified event occurs.

본 발명의 다양한 실시 예에 따른 전자 장치는, 디스플레이, 메모리 및 적어도 하나의 프로세서;를 포함하며, 상기 메모리는, 실행 시에, 상기 적어도 하나의 프로세서가, 상기 전자 장치를 통해 실행 가능한 어플리케이션 프로그램의 오퍼레이션에 기반하여, 상기 디스플레이의 적어도 일부가 비활성화된 동안 상기 오퍼레이션에 관련된 상기 전자 장치의 기능의 수행을 삼가도록(refrain from) 하는 인스트럭션들을 저장할 수 있다.An electronic device in accordance with various embodiments of the present invention includes a display, a memory, and at least one processor, wherein the memory, in execution, causes the at least one processor to perform the steps of: Based on the operation, it may store instructions that refrain from performing the function of the electronic device related to the operation while at least a portion of the display is inactive.

본 발명의 다양한 실시 예에 따른 전자 장치는, 디스플레이, 무선 통신 회로, 휘발성 메모리, 상기 디스플레이, 무선 통신 회로, 및 휘발성 메모리와 전기적으로 연결된 프로세서 및 상기 프로세서와 전기적으로 연결되고, 오퍼레이팅 시스템(OS)을 구현하는 소프트웨어를 저장하는 비휘발성 메모리를 포함하며, 상기 비휘발성 메모리는, 실행시에, 상기 프로세서가, 상기 OS의 적어도 일부를 상기 휘발성 메모리 상에 로드하여 실행하고, 상기 OS와 인터페이스하는 적어도 하나의 어플리케이션 프로그램을 상기 휘발성 메모리 상에 로드하여 실행하고, 상기 OS의 부분의 동작에 의하여, 상기 실행되는 어플리케이션 프로그램의 동작을 모니터링하고, 상기 OS의 부분의 동작에 의하여, 상기 모니터링의 결과에 적어도 일부 기초하여, 상기 디스플레이가 오프된 상태에서, 상기 어플리케이션 프로그램의 적어도 일부를 상기 휘발성 메모리로부터 언로드(unload)하도록 하는 인스트럭션들을 저장할 수 있다.An electronic device in accordance with various embodiments of the present invention includes a processor electrically coupled to a display, a wireless communication circuit, a volatile memory, the display, a wireless communication circuit, and a volatile memory, Volatile memory, wherein the processor, when executed, loads and executes at least a portion of the OS on the volatile memory, and executes at least one of An application program is loaded on the volatile memory and executed, and the operation of the part of the OS is monitored to monitor the operation of the application program to be executed. By the operation of the part of the OS, On some basis, if the display is off , Instructions for causing at least a portion of the application program to be unloaded from the volatile memory may be stored.

본 발명의 다양한 실시 예에 따른 전자 장치 및 방법은, 예를 들어, 전자 장치가 동작하는 상태에서 어플리케이션에 의한 전류 소모를 줄일 수 있으며, 이에 따라, 배터리 사용시간을 증가시킬 수 있다. The electronic device and method according to various embodiments of the present invention can reduce the current consumption by the application, for example, while the electronic device is operating, thereby increasing the battery usage time.

도 1은 본 발명의 다양한 실시 예에 따른 전자 장치의 구성을 나타내는 블럭도이다.
도 2는 본 발명의 다양한 실시 예에 따라 어플리케이션의 동작을 제한하는 예를 나타낸다.
도 3은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.
도 4는 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.
도 5는 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.
도 6은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.
도 7은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.
도 8은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.
도 9는 본 발명의 다양한 실시 예에 따른 전자 장치의 어플리케이션 제어 방법을 나타내는 흐름도이다.
도 10은 본 발명의 다양한 실시 예에 따른 전자 장치의 어플리케이션 제어 방법을 나타내는 흐름도이다.
도 11은 본 발명의 다양한 실시 예에 따른 어플리케이션의 동작 제한 효과를 나타내는 도면이다.
도 12는 다양한 실시예에 따른 전자 장치의 블록도를 나타낸다.
도 13은 다양한 실시예에 따른 프로그램 모듈의 블록도이다.
1 is a block diagram showing the configuration of an electronic device according to various embodiments of the present invention.
Figure 2 illustrates an example of limiting the operation of an application in accordance with various embodiments of the present invention.
3 is a diagram illustrating a user interface according to various embodiments of the present invention.
4 is a diagram illustrating a user interface according to various embodiments of the present invention.
5 is a diagram illustrating a user interface according to various embodiments of the present invention.
6 is a diagram illustrating a user interface according to various embodiments of the present invention.
7 is a diagram illustrating a user interface according to various embodiments of the present invention.
8 is a diagram illustrating a user interface according to various embodiments of the present invention.
9 is a flowchart illustrating a method of controlling an application of an electronic device according to various embodiments of the present invention.
10 is a flowchart illustrating a method of controlling an application of an electronic device according to various embodiments of the present invention.
11 is a diagram illustrating an operation limiting effect of an application according to various embodiments of the present invention.
12 shows a block diagram of an electronic device according to various embodiments.
13 is a block diagram of a program module according to various embodiments.

이하, 본 문서의 다양한 실시예가 첨부된 도면을 참조하여 기재된다. 그러나, 이는 본 문서에 기재된 기술을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 문서의 실시예의 다양한 변경(modifications), 균등물(equivalents), 및/또는 대체물(alternatives)을 포함하는 것으로 이해되어야 한다. 도면의 설명과 관련하여, 유사한 구성요소에 대해서는 유사한 참조 부호가 사용될 수 있다.Hereinafter, various embodiments of the present document will be described with reference to the accompanying drawings. It should be understood, however, that this invention is not intended to be limited to the particular embodiments described herein but includes various modifications, equivalents, and / or alternatives of the embodiments of this document . In connection with the description of the drawings, like reference numerals may be used for similar components.

본 문서에서, "가진다," "가질 수 있다," "포함한다," 또는 "포함할 수 있다" 등의 표현은 해당 특징(예: 수치, 기능, 동작, 또는 부품 등의 구성요소)의 존재를 가리키며, 추가적인 특징의 존재를 배제하지 않는다.In this document, the expressions "having," " having, "" comprising," or &Quot;, and does not exclude the presence of additional features.

본 문서에서, "A 또는 B," "A 또는/및 B 중 적어도 하나," 또는 "A 또는/및 B 중 하나 또는 그 이상"등의 표현은 함께 나열된 항목들의 모든 가능한 조합을 포함할 수 있다. 예를 들면, "A 또는 B," "A 및 B 중 적어도 하나," 또는 "A 또는 B 중 적어도 하나"는, (1) 적어도 하나의 A를 포함, (2) 적어도 하나의 B를 포함, 또는 (3) 적어도 하나의 A 및 적어도 하나의 B 모두를 포함하는 경우를 모두 지칭할 수 있다.In this document, the expressions "A or B," "at least one of A or / and B," or "one or more of A and / or B," etc. may include all possible combinations of the listed items . For example, "A or B," "at least one of A and B," or "at least one of A or B" includes (1) at least one A, (2) Or (3) at least one A and at least one B all together.

본 문서에서 사용된 "제 1," "제 2," "첫째," 또는 "둘째,"등의 표현들은 다양한 구성요소들을, 순서 및/또는 중요도에 상관없이 수식할 수 있고, 한 구성요소를 다른 구성요소와 구분하기 위해 사용될 뿐 해당 구성요소들을 한정하지 않는다. 예를 들면, 제 1 사용자 기기와 제 2 사용자 기기는, 순서 또는 중요도와 무관하게, 서로 다른 사용자 기기를 나타낼 수 있다. 예를 들면, 본 문서에 기재된 권리 범위를 벗어나지 않으면서 제 1 구성요소는 제 2 구성요소로 명명될 수 있고, 유사하게 제 2 구성요소도 제 1 구성요소로 바꾸어 명명될 수 있다.As used herein, the terms "first," "second," "first," or "second," and the like may denote various components, regardless of their order and / or importance, But is used to distinguish it from other components and does not limit the components. For example, the first user equipment and the second user equipment may represent different user equipment, regardless of order or importance. For example, without departing from the scope of the rights described in this document, the first component can be named as the second component, and similarly the second component can also be named as the first component.

어떤 구성요소(예: 제 1 구성요소)가 다른 구성요소(예: 제 2 구성요소)에 "(기능적으로 또는 통신적으로) 연결되어((operatively or communicatively) coupled with/to)" 있다거나 "접속되어(connected to)" 있다고 언급된 때에는, 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로 연결되거나, 다른 구성요소(예: 제 3 구성요소)를 통하여 연결될 수 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소(예: 제 1 구성요소)가 다른 구성요소(예: 제 2 구성요소)에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 상기 어떤 구성요소와 상기 다른 구성요소 사이에 다른 구성요소(예: 제 3 구성요소)가 존재하지 않는 것으로 이해될 수 있다.(Or functionally or communicatively) coupled with / to "another component (eg, a second component), or a component (eg, a second component) Quot; connected to ", it is to be understood that any such element may be directly connected to the other element or may be connected through another element (e.g., a third element). On the other hand, when it is mentioned that a component (e.g., a first component) is "directly connected" or "directly connected" to another component (e.g., a second component) It can be understood that there is no other component (e.g., a third component) between other components.

본 문서에서 사용된 표현 "~하도록 구성된(또는 설정된)(configured to)"은 상황에 따라, 예를 들면, "~에 적합한(suitable for)," "~하는 능력을 가지는(having the capacity to)," "~하도록 설계된(designed to)," "~하도록 변경된(adapted to)," "~하도록 만들어진(made to)," 또는 "~를 할 수 있는(capable of)"과 바꾸어 사용될 수 있다. 용어 "~하도록 구성된(또는 설정된)"은 하드웨어적으로 "특별히 설계된(specifically designed to)" 것만을 반드시 의미하지 않을 수 있다. 대신, 어떤 상황에서는, "~하도록 구성된 장치"라는 표현은, 그 장치가 다른 장치 또는 부품들과 함께 "~할 수 있는" 것을 의미할 수 있다. 예를 들면, 문구 "A, B, 및 C를 수행하도록 구성된(또는 설정된) 프로세서"는 해당 동작을 수행하기 위한 전용 프로세서(예: 임베디드 프로세서), 또는 메모리 장치에 저장된 하나 이상의 소프트웨어 프로그램들을 실행함으로써, 해당 동작들을 수행할 수 있는 범용 프로세서(generic-purpose processor)(예: CPU 또는 application processor)를 의미할 수 있다. As used herein, the phrase " configured to " (or set) to be "configured according to circumstances may include, for example, having the capacity to, To be designed to, "" adapted to, "" made to, "or" capable of ". The term " configured to (or set up) "may not necessarily mean" specifically designed to "in hardware. Instead, in some situations, the expression "configured to" may mean that the device can "do " with other devices or components. For example, a processor configured (or configured) to perform the phrases "A, B, and C" may be implemented by executing one or more software programs stored in a memory device or a dedicated processor (e.g., an embedded processor) , And a generic-purpose processor (e.g., a CPU or an application processor) capable of performing the corresponding operations.

본 문서에서 사용된 용어들은 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 다른 실시예의 범위를 한정하려는 의도가 아닐 수 있다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함할 수 있다. 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 용어들은 본 문서에 기재된 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가질 수 있다. 본 문서에 사용된 용어들 중 일반적인 사전에 정의된 용어들은, 관련 기술의 문맥상 가지는 의미와 동일 또는 유사한 의미로 해석될 수 있으며, 본 문서에서 명백하게 정의되지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다. 경우에 따라서, 본 문서에서 정의된 용어일지라도 본 문서의 실시예들을 배제하도록 해석될 수 없다.The terminology used herein is for the purpose of describing particular embodiments only and is not intended to limit the scope of the other embodiments. The singular expressions may include plural expressions unless the context clearly dictates otherwise. Terms used herein, including technical or scientific terms, may have the same meaning as commonly understood by one of ordinary skill in the art. The general predefined terms used in this document may be interpreted in the same or similar sense as the contextual meanings of the related art and, unless expressly defined in this document, include ideally or excessively formal meanings . In some cases, even the terms defined in this document can not be construed as excluding the embodiments of this document.

본 문서의 다양한 실시예들에 따른 전자 장치(예: 전자 장치(100) 또는 외부 전자 장치(200))는, 예를 들면, 스마트폰(smartphone), 태블릿 PC(tablet personal computer), 이동 전화기(mobile phone), 영상 전화기, 전자책 리더기(e-book reader), 데스크탑 PC(desktop personal computer), 랩탑 PC(laptop personal computer), 넷북 컴퓨터(netbook computer), 워크스테이션(workstation), 서버, PDA(personal digital assistant), PMP(portable multimedia player), MP3 플레이어, 모바일 의료기기, 카메라(camera), 또는 웨어러블 장치(wearable device) 중 적어도 하나를 포함할 수 있다. 다양한 실시예에 따르면, 웨어러블 장치는 액세서리형(예: 시계, 반지, 팔찌, 발찌, 목걸이, 안경, 콘택트 렌즈, 또는 머리 착용형 장치(head-mounted-device(HMD)), 직물 또는 의류 일체형(예: 전자 의복), 신체 부착형(예: 스킨 패드(skin pad) 또는 문신), 또는 생체 이식형(예: implantable circuit) 중 적어도 하나를 포함할 수 있다. An electronic device (e.g., electronic device 100 or external electronic device 200) according to various embodiments of the present document may be, for example, a smartphone, a tablet personal computer, a mobile phone mobile phones, video telephones, e-book readers, desktop personal computers, laptop personal computers, netbook computers, workstations, servers, PDAs a personal digital assistant (PMP), a portable multimedia player (PMP), an MP3 player, a mobile medical device, a camera, or a wearable device. According to various embodiments, the wearable device may be of the accessory type (e.g., a watch, a ring, a bracelet, a bracelet, a necklace, a pair of glasses, a contact lens or a head-mounted-device (HMD) (E. G., Electronic apparel), a body attachment type (e. G., A skin pad or tattoo), or a bioimplantable type (e.g., implantable circuit).

어떤 실시예들에서, 전자 장치는 가전 제품(home appliance)일 수 있다. 가전 제품은, 예를 들면, 텔레비전, DVD(digital video disk) 플레이어, 오디오, 냉장고, 에어컨, 청소기, 오븐, 전자레인지, 세탁기, 공기 청정기, 셋톱 박스(set-top box), 홈 오토매이션 컨트롤 패널(home automation control panel), 보안 컨트롤 패널(security control panel), TV 박스(예: 삼성 HomeSyncTM, 애플TVTM, 또는 구글 TVTM), 게임 콘솔(예: XboxTM, PlayStationTM), 전자 사전, 전자 키, 캠코더(camcorder), 또는 전자 액자 중 적어도 하나를 포함할 수 있다.In some embodiments, the electronic device may be a home appliance. Home appliances include, for example, televisions, digital video disc (DVD) players, audio, refrigerators, air conditioners, vacuum cleaners, ovens, microwaves, washing machines, air cleaners, set- Such as a home automation control panel, a security control panel, a TV box such as Samsung HomeSync, Apple TVTM or Google TVTM, a game console such as Xbox ™, PlayStation ™, a digital camera, a camcorder, or an electronic photo frame.

다른 실시예에서, 전자 장치는, 각종 의료기기(예: 각종 휴대용 의료측정기기(혈당 측정기, 심박 측정기, 혈압 측정기, 또는 체온 측정기 등), MRA(magnetic resonance angiography), MRI(magnetic resonance imaging), CT(computed tomography), 촬영기, 또는 초음파기 등), 네비게이션(navigation) 장치, 위성 항법 시스템(GNSS(global navigation satellite system)), EDR(event data recorder), FDR(flight data recorder), 자동차 인포테인먼트(infotainment) 장치, 선박용 전자 장비(예: 선박용 항법 장치, 자이로 콤파스 등), 항공 전자기기(avionics), 보안 기기, 차량용 헤드 유닛(head unit), 산업용 또는 가정용 로봇, 금융 기관의 ATM(automatic teller's machine), 상점의 POS(point of sales), 또는 사물 인터넷 장치(internet of things)(예: 전구, 각종 센서, 전기 또는 가스 미터기, 스프링클러 장치, 화재경보기, 온도조절기(thermostat), 가로등, 토스터(toaster), 운동기구, 온수탱크, 히터, 보일러 등) 중 적어도 하나를 포함할 수 있다.In an alternative embodiment, the electronic device may be any of a variety of medical devices (e.g., various portable medical measurement devices such as a blood glucose meter, a heart rate meter, a blood pressure meter, or a body temperature meter), magnetic resonance angiography (MRA) Navigation systems, global navigation satellite systems (GNSS), event data recorders (EDRs), flight data recorders (FDRs), infotainment (infotainment) systems, ) Automotive electronic equipment (eg marine navigation systems, gyro compass, etc.), avionics, security devices, head units for vehicles, industrial or home robots, automatic teller's machines (ATMs) Point of sale, or internet of things (eg, light bulbs, various sensors, electrical or gas meters, sprinkler devices, fire alarms, thermostats, street lights, Of the emitter (toaster), exercise equipment, hot water tank, a heater, boiler, etc.) may include at least one.

어떤 실시예에 따르면, 전자 장치는 가구(furniture) 또는 건물/구조물의 일부, 전자 보드(electronic board), 전자 사인 수신 장치(electronic signature receiving device), 프로젝터(projector), 또는 각종 계측 기기(예: 수도, 전기, 가스, 또는 전파 계측 기기 등) 중 적어도 하나를 포함할 수 있다. 다양한 실시예에서, 전자 장치는 전술한 다양한 장치들 중 하나 또는 그 이상의 조합일 수 있다. 어떤 실시예에 따른 전자 장치는 플렉서블 전자 장치일 수 있다. 또한, 본 문서의 실시예에 따른 전자 장치는 전술한 기기들에 한정되지 않으며, 기술 발전에 따른 새로운 전자 장치를 포함할 수 있다.According to some embodiments, the electronic device is a piece of furniture or a part of a building / structure, an electronic board, an electronic signature receiving device, a projector, Water, electricity, gas, or radio wave measuring instruments, etc.). In various embodiments, the electronic device may be a combination of one or more of the various devices described above. An electronic device according to some embodiments may be a flexible electronic device. Further, the electronic device according to the embodiment of the present document is not limited to the above-described devices, and may include a new electronic device according to technological advancement.

이하, 첨부 도면을 참조하여, 다양한 실시예에 따른 전자 장치가 설명된다. 본 문서에서, 사용자라는 용어는 전자 장치를 사용하는 사람 또는 전자 장치를 사용하는 장치(예: 인공지능 전자 장치)를 지칭할 수 있다. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An electronic apparatus according to various embodiments will now be described with reference to the accompanying drawings. In this document, the term user may refer to a person using an electronic device or a device using an electronic device (e.g., an artificial intelligence electronic device).

도 1은 본 발명의 다양한 실시 예에 따른 전자 장치를 나타내는 블럭도이다.1 is a block diagram illustrating an electronic device according to various embodiments of the present invention.

도 1을 참조하면 전자 장치(100)는 통신 모듈(110), 메모리(120), 입력 모듈(130), 시간 관리 모듈(140), 배터리(150), 디스플레이(160) 또는 제어 모듈(170)을 포함할 수 있다. 1, an electronic device 100 includes a communication module 110, a memory 120, an input module 130, a time management module 140, a battery 150, a display 160 or a control module 170, . ≪ / RTI >

통신 모듈(110)은, 예를 들면, 외부 전자 장치(예: 외부 전자 장치(200)) 또는 서버(예: 푸쉬 서버(300))와 통신할 수 있다. 일 실시 예에 따르면, 통신 모듈(110)은 RF 모듈, 셀룰러 모듈, Wi-Fi(wirless-fidelity) 모듈, 블루투스 모듈, GPS(global positioning system)(또는, GNSS(global navigation satellite system) 또는 NFC 모듈을 포함할 수 있다. 전자 장치(100)는 상술한 모듈들 중 적어도 하나의 모듈을 통해, 예를 들면, 네트워크(예: 인터넷 망 또는 이동통신망)에 연결되어 외부 전자 장치(200)와 통신할 수 있다. 또한, 전자 장치(100)는, 예를 들어, 외부 전자 장치(200)와 직접적으로 연결되어 통신할 수 있다. The communication module 110 may communicate with, for example, an external electronic device (e.g., an external electronic device 200) or a server (e.g., a push server 300). According to one embodiment, the communication module 110 may include an RF module, a cellular module, a wirless-fidelity module, a Bluetooth module, a global positioning system (GPS) (or a global navigation satellite system (GNSS) The electronic device 100 may be connected to at least one of the modules described above, for example, a network (e.g., the Internet network or a mobile communication network) to communicate with the external electronic device 200 The electronic device 100 can communicate directly with the external electronic device 200, for example.

일 실시 예에 따르면, 통신 모듈(110)은 푸쉬 서버(300)와 통신할 수 있다. 푸쉬 서버(300)는 푸쉬 서비스(push service)를 제공할 수 있는 서버를 의미한다. 푸쉬 서비스는, 예를 들어, 정보의 전송 요청이 푸쉬 서버(300)에서 시작(initiate)되는 정보 전달 서비스를 의미한다. 예를 들어, 푸쉬 서버(300)는, 클라이언트 기기(예: 전자 장치(100))의 요청이 없더라도 지정된 데이터를 클라이언트 기기로 전송할 수 있다. 클라이언트 기기는, 수신된 데이터를, 예를 들어, 어플리케이션을 통해 처리하거나 또는 사용자에게 제공(예: 표시)할 수 있다.According to one embodiment, the communication module 110 may communicate with the push server 300. The push server 300 means a server capable of providing a push service. The push service means, for example, an information transfer service in which a request for transmission of information is initiated by the push server 300. For example, the push server 300 may send the specified data to the client device even if there is no request from the client device (e.g., the electronic device 100). The client device may process (e.g., display) the received data through, for example, an application or to a user.

일 실시 예에 따르면, 어플리케이션이 푸쉬 서비스를 사용 하는 경우, 통신 모듈(110)은, 제어 모듈(170)의 제어에 따라 상기 어플리케이션 또는 상기 전자 장치(100)에 관련된 정보를 푸쉬 서버(300)에 등록할 수 있다. 예를 들어, 통신 모듈(110)은 푸쉬 서버(300)로 사용자 식별 정보(또는, 장치 식별 정보)를 전송할 수 있다. 사용자 식별 정보를 수신한 푸쉬 서버(300)는, 수신된 사용자 식별 정보에 기반하여 푸쉬 서비스에 대한 등록 정보(예: 등록 ID(identifier))를 생성하고, 전자 장치(100)로 전송할 수 있다. 푸쉬 서버(300)에 등록되면, 통신 모듈(110)은 푸쉬 서버(300)로부터 각종 어플리케이션과 관련된 푸쉬 데이터를 수신할 수 있다. According to one embodiment, when an application uses a push service, the communication module 110 transmits information related to the application or the electronic device 100 to the push server 300 under the control of the control module 170 You can register. For example, the communication module 110 may transmit user identification information (or device identification information) to the push server 300. Upon receiving the user identification information, the push server 300 can generate registration information (e.g., a registration ID) for the push service based on the received user identification information and transmit the registration information to the electronic device 100. [ When registered in the push server 300, the communication module 110 can receive push data related to various applications from the push server 300.

메모리(120)는, 예를 들면, 전자 장치(100)에 포함된 적어도 하나의 다른 구성요소와 관련된 명령 또는 데이터를 저장할 수 있다. 메모리(120)는, 예를 들면, 제1 메모리(121) 및 제2 메모리(123)를 포함할 수 있다. 일 실시 예에 따르면, 제1 메모리(121)는 휘발성 메모리(예: RAM(random access memory))일 수 있다. 일 실시 예에 따르면, 제1 메모리(121)는 어플리케이션의 동작과 관련된 명령 또는 데이터를 저장할 수 있다. 예를 들어, 제1 메모리(121)는 특정 어플리케이션이 실행되면, 실행 중인 어플리케이션의 데이터 중 일부(예: 어플리케이션의 실행과 관련된 데이터)를 일시적으로 저장할 수 있다. Memory 120 may store instructions or data associated with at least one other component included in electronic device 100, for example. The memory 120 may include a first memory 121 and a second memory 123, for example. According to one embodiment, the first memory 121 may be a volatile memory (e.g., random access memory (RAM)). According to one embodiment, the first memory 121 may store instructions or data related to the operation of the application. For example, when the specific application is executed, the first memory 121 may temporarily store some of the data of the executing application (e.g., data related to execution of the application).

일 실시 예에 따르면, 제2 메모리(123)는 비휘발성 메모리(예: 플래시 메모리, SD(secure digital) 카드 등)일 수 있다. 일 실시 예에 따르면, 제2 메모리(123)는 소프트웨어 또는 프로그램을 저장할 수 있다. 예를 들어, 제2 메모리(123)는 커널, 미들웨어, 어플리케이션 프로그래밍 인터페이스(application programming interface(API)) 또는 어플리케이션(또는, 어플리케이션 프로그램)을 저장할 수 있다. According to one embodiment, the second memory 123 may be a non-volatile memory (e.g., flash memory, secure digital (SD) card, etc.). According to one embodiment, the second memory 123 may store software or programs. For example, the second memory 123 may store a kernel, a middleware, an application programming interface (API), or an application (or an application program).

일 실시 예에 따르면, 제2 메모리(123)는 전자 장치(100)에 설치된(또는, 전자 장치(100)에 의해 실행될 수 있는) 어플리케이션 중 적어도 일부를 포함하는 어플리케이션 리스트(예: 제1 어플리케이션 리스트)를 저장할 수 있다. 메모리(123)에 저장된 어플리케이션 리스트는 업데이트될 수 있다. 예를 들어, 어플리케이션 리스트에 새로운 어플리케이션이 추가되거나 또는, 어플리케이션 리스트에 포함된 어플리케이션 중 일부가 삭제될 수 있다. 다른 예를 들어, 어플리케이션 리스트에 포함된 어플리케이션의 속성(property)이 변경될 수 있다.According to one embodiment, the second memory 123 includes an application list (e.g., a first application list) that includes at least a portion of the applications installed in the electronic device 100 (or that may be executed by the electronic device 100) ). ≪ / RTI > The application list stored in the memory 123 can be updated. For example, a new application may be added to the application list or some of the applications included in the application list may be deleted. As another example, the properties of the application included in the application list can be changed.

ApplicationApplication TypeType Last executionLast execution Notification checkNotification check StateState facebookfacebook push service
periodic timer
push service
Periodic Timer
2015. 01. 25
21:05
May 25, 2015
21:05
100%100% normalnormal
hangouthangout non-periodic timer비 - 주기기imer 2014. 12. 15
15:23
Dec 15, 2014
15:23
20%20% frozenfrozen
chatonchaton push servicepush service 2015. 02. 04
09:46
Feb 02, 2014
09:46
80%80% semi-frozensemi-frozen

표 1은 어플리케이션 리스트의 예를 나타낸다. 표 1을 참조하면 어플리케이션 리스트는 어플리케이션 명칭(application), 어플리케이션의 동작 타입(type), 마지막 실행 시각(last execution), 알림 확인 (notification check) 또는 어플리케이션의 상태(state) 항목을 포함할 수 있다. Table 1 shows an example of an application list. Referring to Table 1, the application list may include an application name, an operation type of an application, a last execution time, a notification check, or an application state item.

일 실시 예에 따르면, 어플리케이션의 동작 타입은 어플리케이션이 푸쉬 서비스를 이용하는지에 대한 정보를 포함할 수 있다. According to one embodiment, the action type of the application may include information about whether the application uses a push service.

일 실시 예에 따르면, 어플리케이션의 동작 타입은 어플리케이션이 주기적 또는 비주기적으로 지정된 동작을 수행하는지에 대한 정보를 포함할 수 있다. 일 실시 예에 따르면, 어플리케이션은 타이머를 설정하여 일정 시간 경과 후 지정된 동작을 수행 할 수 있다. 예를 들어, 주기적으로 지정된 동작을 수행하는 어플리케이션은 주기적인 타이머(periodic timer) 속성을 가질 수 있다. 다른 예를 들어, 비주기적으로 지정된 동작을 수행하는 어플리케이션은 비주기적인 타이머(non-periodic timer) 속성을 가질 수 있다. According to one embodiment, the type of operation of the application may include information as to whether the application performs the specified operation periodically or aperiodically. According to one embodiment, an application may set a timer and perform a specified operation after a predetermined time elapses. For example, an application that performs a periodically specified operation may have a periodic timer attribute. For another example, an application that performs an aperiodically specified action may have a non-periodic timer attribute.

일 실시 예에 따르면, 알림 확인은 어플리케이션과 관련된 알림에 대한 사용자, 다른 어플리케이션, 또는 외부 전자 장치의 응답 여부를 나타낼 수 있다. 일 실시 예에 따르면, 알림 확인은 사용자가 알림을 확인한 확률 정보를 포함할 수 있다. 일 실시 예에 따르면, 알림 확인은 어플리케이션과 관련된 알림에 대해 사용자가 응답하기까지 걸린 시간 정보를 포함할 수 있다. 일 실시 예에 따르면, 알림 확인은, 사용자가 어플리케이션과 관련된 알림에 대해 응답한 위치(예: 집 또는 사무실 등), 일시(예: 요일, 시간) 등에 대한 정보를 포함할 수 있다. According to one embodiment, the notification acknowledgment may indicate whether the user, another application, or external electronic device is responding to the notification associated with the application. According to one embodiment, the notification confirmation may include probability information that the user confirmed the notification. According to one embodiment, the notification acknowledgment may include the time taken for the user to respond to the notification associated with the application. According to one embodiment, the notification confirmation may include information about the location (e.g., home or office, etc.) where the user responded to the notification associated with the application, the date and time (e.g.

일 시시 예에 따르면, 어플리케이션의 상태는 현재 어플리케이션의 동작 상태를 적어도 하나의 이상으로 구분하여 나타낼 수 있다. 예를 들어, 현재 어플리케이션에 대해 동작이 허용된 상태인지 또는 제한된 상태인지에 대한 정보를 포함할 수 있다. 예를 들어, 어플리케이션의 상태는 ‘normal’, ‘frozen’ 및 ‘semi-frozen’ 상태인지에 대한 정보를 포함할 수 있다. 'normal' 상태는 어플리케이션의 동작이 허용된 상태이며, 'frozen' 상태는 어플리케이션의 동작들 중 적어도 일부의 동작이 금지된 상태이며, ‘semi-frozen’ 상태는 어플리케이션의 동작이 금지되지는 않으나 동작 주기가 지연되거나 동작 횟수가 감소되는 상태를 의미할 수 있다. 일 실시 예에 따르면, ‘frozen’ 상태에서는 사용자의 요청에 의하지 않은 어플리케이션의 실행은 금지될 수 있다. According to one example, the state of the application may be divided into at least one or more operating states of the current application. For example, it may include information on whether the operation is permitted or restricted for the current application. For example, the state of the application may include information on whether it is in the 'normal', 'frozen', and 'semi-frozen' states. The 'normal' state is a state in which the operation of the application is allowed, the 'frozen' state is a state in which at least a part of the operations of the application are prohibited, the 'semi-frozen' state is an operation of the application, It may mean a state where the cycle is delayed or the number of operations is reduced. According to one embodiment, in a 'frozen' state, execution of an application that is not based on a user's request may be prohibited.

일 실시 예에 따르면, 어플리케이션의 상태는, 어플리케이션이 어플리케이션 리스트에 등록되는 과정에서 결정될 수 있다. 예를 들어, 어플리케이션이 어플리케이션 리스트에 등록되면 어플리케이션에 대해 ‘normal’, ‘semi-frozen’ 또는‘frozen’상태 중 하나로 결정될 수 있다. 일 실시 예에 따르면, 어플리케이션 리스트에 등록된 어플리케이션에 대해 지정된 이벤트의 발생하거나 또는 사용자 요청에 의해 다른 상태로 변경될 수 있다. According to one embodiment, the state of the application may be determined in the process of registering the application in the application list. For example, when an application is registered in an application list, it can be determined to be one of 'normal', 'semi-frozen', or 'frozen' states for the application. According to one embodiment, a specified event may be generated for an application registered in an application list, or may be changed to another state by a user request.

입력 모듈(130)은 사용자 또는 다른 외부 기기로부터 명령을 입력 받을 수 있다. 일 실시 예에 따르면, 입력 모듈(130)은 사용자의 터치 조작을 센싱하는 터치 센서 패널 또는 사용자의 펜 조작을 센싱하는 펜 센서 패널(예: 디지타이저(digitizer))을 포함할 수 있다. 일 실시 예에 따르면, 입력 모듈(130)은 사용자의 움직임을 인식하는 모션 인식 센서 또는 사용자의 음성을 인식하는 음성 인식 센서를 포함할 수 있다. The input module 130 may receive commands from a user or other external device. According to one embodiment, the input module 130 may include a touch sensor panel that senses a touch operation of a user or a pen sensor panel (e.g., a digitizer) that senses the operation of the user's pen. According to one embodiment, the input module 130 may include a motion recognition sensor that recognizes a user's motion or a voice recognition sensor that recognizes a user's voice.

일 실시 예에 따르면, 입력 모듈(130)은 본 발명의 다양한 실시 예에 따른 어플리케이션 동작 제한 기능을 사용할지 여부를 선택하는 사용자 명령을 입력 받을 수 있다. 일 실시 예에 따르면, 입력 모듈(130)은 어플리케이션 리스트에 특정 어플리케이션을 추가하거나 또는 어플리케이션 리스트에서 특정 어플리케이션을 삭제하는 사용자 명령을 입력 받을 수 있다. 일 실시 예에 따르면, 입력 모듈(130)은 사용자로부터 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한하기 위한 조건(또는, 기준 설정)을 입력 받을 수 있다. 예를 들어, 상기 조건은 전자 장치(100)의 위치, 시간, 사용자, 배터리 잔량, 배터리 소모 비율 또는 무선 통신 사용량(예: 셀룰러 데이터 사용량) 중 적어도 하나를 포함할 수 있다.According to one embodiment, the input module 130 may receive a user command to select whether to use the application operation restriction function according to various embodiments of the present invention. According to one embodiment, the input module 130 may receive a user command to add a specific application to the application list or delete a specific application from the application list. According to one embodiment, the input module 130 may receive a condition (or a reference setting) for restricting the operation of the application included in the application list from the user. For example, the conditions may include at least one of the location, time, user, battery level, battery consumption rate, or wireless communication usage (e.g., cellular data usage) of the electronic device 100.

시간 관리 모듈(140)은 시간 정보를 관리 수 있다. 일 실시 예에 따르면, 시간 관리 모듈(140)은 시간을 카운팅하여 메모리(120)에 년/월/일/시/분/초에 대한 정보를 저장할 수 있다. 시간 관리 모듈(140)은, 예를 들어, RTC(real time clock) 회로를 포함할 수 있다. 일 실시 예에 따르면, 시간 관리 모듈(140)은 타이머를 설정할 수 있다. 예를 들어, 시간 관리 모듈(140)은 어플리케이션의 요청에 따라 주기적 또는 비주기적으로 타이머를 설정할 수 있으며, 설정된 시간이 도래하면 제어 모듈(170)로 타이머 완료 사실을 알릴 수 있다. 제어 모듈(170)은, 설정된 시간이 도래하면, 해당 타이머와 관련된 어플리케이션의 동작을 제어할 수 있다.The time management module 140 may manage time information. According to one embodiment, the time management module 140 may store the information on year / month / day / hour / minute / second in the memory 120 by counting the time. The time management module 140 may include, for example, a real time clock (RTC) circuit. According to one embodiment, the time management module 140 may set a timer. For example, the time management module 140 can periodically or non-periodically set a timer according to a request of an application. When the set time comes, the control module 170 can notify the completion of the timer. The control module 170 can control the operation of the application related to the timer when the set time comes.

배터리(150)는 전자 장치(100)에 전력을 공급할 수 있다. 예를 들어, 배터리(150)는 전자 장치(100)에 포함된 각각의 구성에 전력을 공급하여 기능을 수행하도록 할 수 있다. The battery 150 may supply power to the electronic device 100. For example, the battery 150 may supply power to each configuration included in the electronic device 100 to perform a function.

디스플레이(160)는 사용자 인터페이스를 표시할 수 있다. 일 실시 예에 따르면, 디스플레이(160)는 어플리케이션 리스트에 특정 어플리케이션을 추가하거나 또는 어플리케이션 리스트에서 특정 어플리케이션을 삭제하기 위한 사용자 인터페이스를 표시할 수 있다. 예를 들어, 사용자는 디스플레이(160)에 표시된 사용자 인터페이스를 통해 어플리케이션 리스트에 적어도 하나 이상의 어플리케이션을 추가하거나 또는 어플리케이션 리스트에서 적어도 하나 이상의 어플리케이션을 삭제할 수 있다. Display 160 may display a user interface. According to one embodiment, the display 160 may display a user interface for adding a specific application to the application list or for deleting a specific application from the application list. For example, the user may add at least one application to the application list or delete at least one application from the application list through the user interface displayed on the display 160. [

일 실시 예에 따르면, 디스플레이(160)는 어플리케이션 리스트에 포함된 어플리케이션들의 상태를 변경하기 위한 사용자 인터페이스를 표시할 수 있다. 예를 들어, 사용자는 디스플레이(160)에 표시된 사용자 인터페이스를 통해 특정 어플리케이션의 상태를 ‘normal’에서 ‘frozen’으로 변경하거나, ‘frozen’에서 ‘normal’로 변경하거나, 또는 ‘normal’에서 ‘semi-frozen’으로 변경할 수 있다. According to one embodiment, the display 160 may display a user interface for changing the status of applications included in the application list. For example, the user can change the state of a specific application from 'normal' to 'frozen', change the state from 'frozen' to 'normal' through the user interface displayed on the display 160, can be changed to '-frozen'.

일 실시 예에 따르면, 디스플레이(160)는 어플리케이션 리스트에 포함된 적어도 일부의 어플리케이션에 대한 정보를 포함하는 사용자 인터페이스를 표시할 수 있다. 예를 들어, 사용자 인터페이스는 어플리케이션에 의한 배터리 소모 비율 또는 소모량을 포함할 수 있다. 상기 어플리케이션은 예를 들어, 동작이 제한된 어플리케이션일 수 있다.According to one embodiment, the display 160 may display a user interface that includes information about at least some applications included in the application list. For example, the user interface may include battery consumption rate or consumption by the application. The application may be, for example, an application whose operation is restricted.

일 실시 예에 따르면, 디스플레이(160)는 전자 장치(100)에 설치된 어플리케이션의 아이콘을 표시할 수 있다. 일 실시 예에 따르면, 어플리케이션 아이콘은 어플리케이션의 동작 제한 여부에 따라 변경되어 표시될 수 있다. According to one embodiment, the display 160 may display an icon of an application installed in the electronic device 100. According to one embodiment, the application icon may be changed and displayed depending on whether the application is restricted or not.

제어 모듈(170)은 전자 장치(100)의 전반적인 동작을 제어할 수 있다. 예를 들어, 제어 모듈(170)은 통신 모듈(110), 메모리(120), 입력 모듈(130), 시간 관리 모듈(140), 배터리(150) 및 디스플레이(160) 각각을 제어하여 본 발명의 다양한 실시 예에 따라 어플리케이션의 동작을 제어할 수 있다. The control module 170 may control the overall operation of the electronic device 100. For example, the control module 170 controls each of the communication module 110, the memory 120, the input module 130, the time management module 140, the battery 150, and the display 160, The operation of the application can be controlled according to various embodiments.

일 실시 예에 따르면, 제어 모듈(170)은 적어도 하나의 프로세서(processor)를 포함할 수 있다. 일 실시 예에 따르면, 제어 모듈(170)(예: 어플리케이션 프로세서)은 CPU(central processing unit), GPU(graphic processing unit), 메모리 등을 포함하는 SoC(system on chip)으로 구현될 수 있다.According to one embodiment, the control module 170 may include at least one processor. According to one embodiment, the control module 170 (e.g., an application processor) may be implemented as a system on chip (SoC) including a central processing unit (CPU), a graphics processing unit (GPU)

일 실시 예에 따르면, 제어 모듈(170)은 액티브 모드(또는, 웨이크업 모드) 및 인액티브 모드(또는, 슬립 모드)를 포함할 수 있다. 액티브 모드는, 예를 들어, 제어 모듈(170)이 어플리케이션을 실행하거나, 실행중인 어플리케이션에 의해 특정 동작을 수행하는 상태 또는 수행할 수 있는 상태를 의미한다. 제어 모듈(170)은, 액티브 모드에서, 어플리케이션을 실행하여 SNS(social network service), 인스턴트 메시지, 게임 등 다양한 서비스를 사용자에게 제공할 수 있다. 슬립 모드는, 예를 들어, 제어 모듈(170)이 아무런 동작을 수행하지 않거나 또는 수행할 수 없는 상태를 의미한다. According to one embodiment, the control module 170 may include an active mode (or a wakeup mode) and an inactive mode (or a sleep mode). The active mode means, for example, a state in which the control module 170 executes an application or a state in which a specific operation is performed by an executing application or a state that can be performed. In the active mode, the control module 170 can execute an application and provide various services such as a social network service (SNS), an instant message, and a game to a user. The sleep mode means a state in which the control module 170 does not perform any operation or can not perform the sleep mode, for example.

일 실시 예에 따르면, 제어 모듈(170)은 액티브 모드에서 특정 조건을 만족하면 슬립 모드로 진입할 수 있다. 예를 들어, 제어 모듈(170)은 지정된 시간 동안 사용자 명령이 입력되지 않으면 슬립 모드로 진입할 수 있다. 일 실시 예에 따르면, 제어 모듈(170)은 슬립 모드로 진입하기 전 디스플레이(160)를 비활성화(예: 디스플레이(160) 전원을 오프) 시킨 후 슬립 모드로 진입할 수 있다.According to one embodiment, the control module 170 may enter the sleep mode if it meets certain conditions in the active mode. For example, the control module 170 may enter the sleep mode if no user command is input for a specified time. According to one embodiment, the control module 170 may enter the sleep mode after deactivating the display 160 (e.g., turning off the display 160 power) before entering the sleep mode.

일 실시 예에 따르면, 제어 모듈(170)은 슬립 모드에서 액티브 모드로 진입하기 위한 트리거(trigger) 신호를 인식할 수 있다. 일 실시 예에 따르면, 제어 모듈(170)은 슬립 모드에서 액티브 모드로 진입하기 위한 트리거 신호가 수신되면, 액티브 모드로 진입하여 동작을 수행할 수 있다. 예를 들어, 제어 모듈(170)은 슬립 모드에서 터치 센서 패널에의 터치, 하드웨어 키 입력, 지정된 센서로부터의 출력, 특정 단어의 음성 인식 또는 특정 패턴의 제스쳐(또는, 모션)가 입력되면 액티브 모드로 진입하여 사용자 명령에 대응되는 동작을 수행할 수 있다. According to one embodiment, the control module 170 may recognize a trigger signal for entering the active mode in the sleep mode. According to one embodiment, when the trigger signal for entering the active mode in the sleep mode is received, the control module 170 can enter the active mode and perform the operation. For example, when a touch to the touch sensor panel, a hardware key input, an output from a designated sensor, a voice recognition of a specific word, or a gesture (or motion) of a specific pattern is input in the sleep mode in the sleep mode, And can perform an operation corresponding to a user command.

본 문서에서, 슬립 모드를 예로 들어 기술(describe)되는 다양한 실시 예들은, 디스플레이 비활성화 상태 또는 전자 장치(예: 전자 장치(100))가 저전력으로 동작하는 다른 모드들(예: 하이버네이션 모드(hibernation mode))에서 수행될 수도 있다. In this document, various embodiments described by way of example in the sleep mode are referred to as a display deactivation state or other modes in which an electronic device (e.g., electronic device 100) operates at low power (e.g., a hibernation mode )). ≪ / RTI >

일 실시 예에 따르면, 어플리케이션은 제어 모듈(170)이 슬립 모드일 때 제어 모듈(170)에게 특정 동작을 수행하도록 요청할 수 있다. 이에 따라, 제어 모듈(170)은, 어플리케이션이 요청한 동작을 수행하기 위해 액티브 모드로 동작하고, 해당 동작이 완료되면 다시 슬립 모드로 동작할 수 있다. According to one embodiment, the application may request the control module 170 to perform a specific operation when the control module 170 is in the sleep mode. Accordingly, the control module 170 operates in an active mode to perform an operation requested by the application, and can operate in a sleep mode again when the operation is completed.

제어 모듈(170)이 슬립 모드에서 어플리케이션의 요청에 의해 웨이크 업되어 동작을 수행하는 경우 전류 소모량이 일시적으로 높아지는 순간이 존재할 수 있다. 어플리케이션이 요청한 동작 중 어플리케이션의 실행을 위해 필수적인 동작뿐만 아니라 불필요하거나 선택적인 동작이 포함될 수 있다. 예를 들어, 메시징 어플리케이션은 푸쉬 서버(300)를 통해 데이터를 수신할 수 있음에도 어플리케이션 서버로 킵 얼라이브(keep alive)메시지를 전송하여 어플리케이션 서버와의 연결을 유지할 수 있다. 또는, 위치 정보를 사용하는 어플리케이션은 시간 관리 모듈(140)에 타이머를 설정하여 주기적으로 전자 장치(100)의 위치를 확인하여 어플리케이션 서버로 전송할 수 있다. There may be a moment when the control module 170 temporarily wakes up when the wake-up operation is performed at the request of the application in the sleep mode. In addition to the operations required for the execution of the application during the operation requested by the application, unnecessary or optional operations may be included. For example, although the messaging application can receive data through the push server 300, it can maintain a connection with the application server by sending a keep alive message to the application server. Alternatively, the application using the location information may set a timer in the time management module 140 to periodically check the location of the electronic device 100 and transmit it to the application server.

제어 모듈(170)이 어플리케이션의 불필요하거나 선택적인 동작에 의해 슬립 모드 상태를 지속적으로 또는 충분하게 유지하지 못하는 경우 배터리 소모가 심해질 수 있다. 특히, 전자 장치(100)에 어플리케이션이 많이 설치될수록 슬립 모드에서 제어 모듈(170)의 웨이크 업 동작이 빈번하게 발생할 가능성이 있으며, 이에 따라 배터리 사용 시간이 줄어들 수 있다. If the control module 170 does not continuously or sufficiently maintain the sleep mode state due to unnecessary or selective operation of the application, the battery consumption may become excessive. In particular, as more applications are installed in the electronic device 100, there is a possibility that the wake-up operation of the control module 170 frequently occurs in the sleep mode, thereby reducing the battery usage time.

일 실시 예에 따르면, 제어 모듈(170)은 슬립 모드인 상태에서 어플리케이션의 불필요하거나 선택적인 동작으로 인한 배터리 소모를 방지하도록 어플리케이션을 제어할 수 있다. According to one embodiment, the control module 170 may control the application to prevent battery drain due to unnecessary or selective operation of the application in the sleep mode.

일 실시 예에 따르면, 상기 어플리케이션 제어는 어플리케이션의 적어도 일부 동작을 제한(예: 금지 또는 지연)하는 것을 포함할 수 있다. 추가적으로, 상기 제한은 지정된 동작 해제 이벤트(예: 사용자 요청에 따른 어플리케이션의 실행) 또는 사용자의 동작 제한 해제 요청을 수신하기 전까지 유지 될 수 있다. 예를 들어, 사용자가 동작 제한 해제 요청을 하기 전까지는 상기 동작 제한은 슬립 모드 또는 액티브 모드에 관계없이 유지될 수 있다.According to one embodiment, the application control may include limiting (e.g., inhibiting or delaying) at least some operations of the application. Additionally, the limit may be maintained until a specified deactivation event (e.g., an execution of an application in response to a user request) or a request to deactivate a user's operation is received. For example, the operation restriction can be maintained regardless of the sleep mode or the active mode until the user makes a request to release the operation restriction.

일 실시 예에 따르면, 제어 모듈(170)은 상기 어플리케이션 제어를 제어 모듈(170)이 슬립 모드 여부와 관계없이 디스플레이(160)를 비활성화를 기반으로 수행할 수 있다. 추가적으로, 제어 모듈(170)은 디스플레이(160)가 비활성화되고 일정 시간이 지난 후에 상기 어플리케이션 제어를 수행할 수 있다.According to one embodiment, the control module 170 may perform the application control based on the disabling of the display 160 regardless of whether the control module 170 is in the sleep mode or not. In addition, the control module 170 may perform the application control after the display 160 is deactivated and after a certain period of time.

일 실시 예에 따르면, 제어 모듈(170)은 어플리케이션 리스트 관리 모듈(171) 및 어플리케이션 제어 모듈(173)을 포함할 수 있다. According to one embodiment, the control module 170 may include an application list management module 171 and an application control module 173.

어플리케이션 리스트 관리 모듈(171)은 전자 장치(100)에 설치된 어플리케이션 중 지정된 조건에 해당하는 어플리케이션들에 대한 리스트를 생성하여 관리할 수 있다. 일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은, 전자 장치(100)를 통해 일부 기능이 수행될 수 있는, 다른 전자 장치에 설치된 어플리케이션을 어플리케이션 리스트에 포함시킬 수 있다. The application list management module 171 can generate and manage a list of applications corresponding to specified conditions among the applications installed in the electronic device 100. [ According to one embodiment, the application list management module 171 may include an application installed in another electronic device, in which some functions can be performed through the electronic device 100, in the application list.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션 리스트를 생성하여 메모리(120)에 저장할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션 리스트를 비휘발성 메모리(예: 제2 메모리(123))에 저장할 수 있다. 이에 따라, 전자 장치(100)가 리부팅되더라도 리부팅 전에 저장된 어플리케이션 리스트를 그대로 사용할 수 있다. According to one embodiment, the application list management module 171 may generate an application list and store the application list in the memory 120. For example, the application list management module 171 may store the application list in a nonvolatile memory (e.g., the second memory 123). Accordingly, even if the electronic device 100 is rebooted, the application list stored before rebooting can be used as it is.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션의 동작, 사용 기록 또는 사용자 요청 중 적어도 하나에 기초하여 어플리케이션 리스트를 생성하여 메모리(120)에 저장할 수 있다. According to one embodiment, the application list management module 171 may generate an application list based on at least one of an operation of an application, a usage record, or a user request and store the application list in the memory 120.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션의 동작, 사용 기록 또는 사용자 요청 중 적어도 하나에 기초하여 메모리(120)에 저장된 어플리케이션 리스트를 업데이트할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션 리스트에 새로운 어플리케이션을 추가하거나 또는, 어플리케이션 리스트에 포함된 어플리케이션 중 일부를 삭제할 수 있다. 다른 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션 리스트에 등록된 어플리케이션에 대한 정보(예: type, last execution, notification check, 또는 state 등)를 변경할 수 있다.According to one embodiment, the application list management module 171 may update the application list stored in the memory 120 based on at least one of an operation of the application, a usage record, or a user request. For example, the application list management module 171 may add a new application to the application list or delete some of the applications included in the application list. For example, the application list management module 171 may change information about the application registered in the application list (e.g., type, last execution, notification check, or state).

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 푸쉬 서버(300)에 등록 과정을 수행하는 어플리케이션을 어플리케이션 리스트에 추가하거나 또는 이미 추가된 어플리케이션의 상태(state)를 변경할 수 있다. According to one embodiment, the application list management module 171 may add an application for performing the registration process to the push server 300 to the application list or change the state of an already added application.

일 실시 예에 따르면, 어플리케이션이 푸쉬 서비스를 필요로 하는 경우, 어플리케이션은 서버에 해당 어플리케이션 또는 전자 장치(100)에 관련된 정보를 등록할 수 있다. 푸쉬 서버(300)에 등록된 어플리케이션은 어플리케이션이 실행되고 있지 않거나 또는 제어 모듈(170)이 슬립 모드 상태인 경우에도 푸쉬 서버(300)를 통해 데이터를 수신할 수 있다. According to one embodiment, when an application requires a push service, the application can register information related to the application or the electronic device 100 in the server. The application registered in the push server 300 can receive data through the push server 300 even when the application is not being executed or the control module 170 is in the sleep mode.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은, 지정된 동작을 수행하기 위해 시간 관리 모듈(140)에 타이머를 설정하는 어플리케이션을 어플리케이션 리스트에 추가하거나 또는 이미 추가된 어플리케이션의 어플리케이션의 상태(state)를 변경할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 시간 관리 모듈(140)에 주기적인 타이머(예: 지정된 시간 간격으로 반복되는 타이머)를 설정하는 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. 다른 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 시간 관리 모듈(140)에 지정된 시간 동안 지정된 횟수 이상 타이머를 등록한 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. According to one embodiment, the application list management module 171 adds an application for setting a timer to the time management module 140 to the application list in order to perform a designated operation, ) Can be changed. For example, the application list management module 171 may add an application that sets a periodic timer (e.g., a timer that repeats at a specified time interval) to the time management module 140 to the application list. For example, the application list management module 171 may add an application registered in the application list to the time management module 140 for a predetermined number of times or more.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션의 사용 기록을 확인하여, 지정된 시간 동안 지정된 수준(level)(예: 횟수 또는 시간) 이상 사용되지 않았다고 판단된 어플리케이션을 어플리케이션 리스트에 추가하거나 또는 이미 추가된 어플리케이션의 상태(state)를 변경할 수 있다. According to one embodiment, the application list management module 171 may check the usage history of the application and add the application determined to have not been used for a specified level (for example, a number of times or a time) Or change the state of an already added application.

예를 들어, 어플리케이션 리스트 관리 모듈(171)은 지정된 시간(예: 5일, 일주일 또는 한달 등) 동안 지정된 수준 이상 사용되지 않았다고 판단된 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. For example, the application list management module 171 may add to the application list an application that is determined not to be used for a specified amount of time (for example, 5 days, a week, or a month).

일 실시 예에 따르면, 어플리케이션의 상태를 고려하여 지정된 수준 이상 사용되지 않았는지를 판단할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 ‘normal’ 상태에서 지정된 시간(예: 3일) 동안 지정된 수준 이상 사용되지 않았다고 판단한 어플리케이션의 상태를 ‘semi-frozen’ 상태로 변경할 수 있다. 또는, ‘semi-frozen’ 상태에서 지정된 시간(예: 2일) 동안 지정된 수준 이상 사용되지 않았다고 판단한 어플리케이션의 상태(state)를 ‘frozen’ 상태로 변경할 수 있다.According to an exemplary embodiment, it is possible to determine whether a predetermined level or more has not been used in consideration of the state of the application. For example, the application list management module 171 may change the status of an application that has been judged not to be used for a specified time (for example, 3 days) to 'semi-frozen' status in the 'normal' state. Or, you can change the state of the application to 'frozen' state in the 'semi-frozen' state for a specified amount of time (for example, 2 days)

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션의 동작을 동작 형태에 따라 구분하고, 구분된 동작에 기초하여 어플리케이션의 사용 여부를 판단할 수 있다. 예를 들어, 어플리케이션의 동작은 사용자에 의해 어플리케이션이 실행되고 디스플레이(160)에 어플리케이션의 동작에 대응되는 정보(또는, 어플리케이션의 동작 상태)를 표시하면서 수행되는 제1 동작, 디스플레이(160)에 어플리케이션의 동작에 대응되는 정보가 표시되지 않으면서 수행되는 제2 동작 및 다른 어플리케이션의 요청에 따라 어플리케이션과 관련된 정보를 다른 어플리케이션에 제공하는 제3 동작을 포함할 수 있다. 일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션에 의해 동작이 수행되면 상기 구분된 동작 중 어떠한 동작에 해당하는지 판단할 수 있다.According to one embodiment, the application list management module 171 may classify the operation of the application according to the operation type, and determine whether the application is used based on the classified operation. For example, the operation of the application may include a first operation that is performed while displaying the information (or operating state of the application) corresponding to the operation of the application on the display 160, And a third operation of providing information related to the application to another application according to a request of another application and a second operation performed without displaying information corresponding to the operation of the first application. According to one embodiment, the application list management module 171 can determine which operation among the divided operations is performed when the application is operated by the application.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 각각의 동작에 대응되는 포인트를 누적하여 지정된 기준에 도달하면 어플리케이션이 사용되었다고 판단할 수 있다. 일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션의 종류(type)에 따라 지정된 기준을 상이하게 설정할 수 있다.According to one embodiment, the application list management module 171 can accumulate the points corresponding to each operation and judge that the application is used when the specified criteria are reached. According to one embodiment, the application list management module 171 can set different criteria according to the type of application.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 각각의 동작에 상이한 포인트(또는, 가중치)를 부여하여 어플리케이션의 사용 여부를 판단할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 제1 동작에 0.8(또는, 80%) 제2 동작에 0.1(또는, 10%), 제3 동작에 0.1(또는, 10%)의 포인트를 부여할 수 있다. According to one embodiment, the application list management module 171 may assign a different point (or weight) to each operation to determine whether to use the application. For example, the application list management module 171 may assign 0.1 (or 10%) points to the first operation at 0.8 (or 80%) and 0.1 (or 10%) to the third operation can do.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션의 종류에 따라 각 동작에 부여된 가중치를 상이하게 설정할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 제1 어플리케이션에 대해 제1 동작에 0.8, 제2 동작에 0.1 및 제3 동작에 0.1 포인트를 부여하고, 제2 어플리케이션에 대해 제1 동작에 0.9, 제2 동작에 0.1, 제3 동작에 0 포인트를 부여할 수 있다(즉, 제3 동작은 고려하지 않고 어플리케이션의 사용 여부 판단). 또는, 어플리케이션 리스트 관리 모듈(171)은, 제3 어플리케이션에 대해 제1 동작에 1 포인트를 부여하고 제2 동작 및 제3 동작에 0 포인트를 부여할 수 있다(즉, 제1 동작만을 고려하여 어플리케이션의 사용 여부 판단).According to one embodiment, the application list management module 171 can set different weights assigned to each operation according to the type of application. For example, the application list management module 171 may assign 0.8 for the first operation, 0.1 for the second operation and 0.1 point for the third operation for the first application and 0.9 for the first application, 0.1 can be assigned to the second operation, and 0 point can be given to the third operation (that is, whether or not the application is used without considering the third operation). Alternatively, the application list management module 171 may assign one point to the first operation and zero points to the second operation and the third operation for the third application (i.e., Is used).

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션과 관련된 알림을 사용자가 확인하였는지 판단할 수 있다. 일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션과 관련된 알림의 확인 확률을 판단하여, 알림의 확인 확률이 지정된 값 이하인 어플리케이션을 어플리케이션 리스트에 추가하거나 또는 이미 추가된 어플리케이션의 상태를 변경할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 알림의 확인 확률이 20%(또는, 50%) 이하인 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. 또는, 어플리케이션 리스트 관리 모듈(171)은 알림 확인 확률이 50% 이하인 어플리케이션을 ‘normal’ 상태에서 ‘semi-frozen’ 상태로 변경할 수 있다. 또는, 어플리케이션 리스트 관리 모듈(171)은 알림 확인 확률이 20% 이하인 어플리케이션을 ‘semi-frozen’ 상태에서 ‘frozen’ 상태로 변경할 수 있다.According to one embodiment, the application list management module 171 may determine whether the user has acknowledged the notification associated with the application. According to one embodiment, the application list management module 171 may determine the probability of notification related to an application, add an application whose confirmation probability of notification is lower than a specified value to the application list, or change the state of an already added application have. For example, the application list management module 171 can add an application having a notice probability of 20% (or 50%) or less to the application list. Alternatively, the application list management module 171 may change an application whose notification confirmation probability is 50% or less from a 'normal' state to a 'semi-frozen' state. Alternatively, the application list management module 171 can change an application whose notification confirmation probability is 20% or less from a 'semi-frozen' state to a 'frozen' state.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 알림과 관련된 사용자 응답이 지정된 시간 시간(예: 5일) 동안 수신되지 않은 경우, 해당 어플리케이션을 어플리케이션 리스트에 추가하거나 또는 이미 추가된 어플리케이션의 상태를 변경(예: ‘normal’ 상태에서 ‘frozen’ 상태로 변경)할 수 있다.According to one embodiment, the application list management module 171 may add the application to the application list if the user response associated with the notification is not received within a specified time period (e.g., 5 days) (For example, change from 'normal' state to 'frozen' state).

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션 리스트에 포함된 어플리케이션 중 지정된 시간(예: 일주일) 동안 지정된 횟수(예: 7회) 이상 실행(또는, 사용)된 어플리케이션을 어플리케이션 리스트에서 삭제하거나 또는 이미 추가된 어플리케이션의 상태를 변경(예: ‘frozen’ 상태 또는 ‘semi-frozen’ 상태에서 ‘normal’ 상태로 변경)할 수 있다. According to one embodiment, the application list management module 171 may register an application executed (or used) for a specified number of times (for example, seven times) for a specified time (for example, one week) You can delete or change the state of an already added application (eg, change from 'frozen' state or 'semi-frozen' state to 'normal' state).

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 어플리케이션 리스트에 포함된 어플리케이션 중 알림의 확인 확률이 지정된 값(예: 50%) 이상인 어플리케이션을 어플리케이션 리스트에서 삭제하거나 또는 이미 추가된 어플리케이션의 상태를 변경할 수 있다. 예를 들어, 어플리케이션 리스트 관리 모듈(171)은 사용자가 어플리케이션 리스트에 포함된 어플리케이션에 대한 알림에 응답하면, 해당 어플리케이션을 어플리케이션 리스트에서 삭제할 수 있다.According to one embodiment, the application list management module 171 deletes an application having a probability of notifying of a notification among applications included in the application list equal to or greater than a designated value (for example, 50%) from the application list, Can be changed. For example, the application list management module 171 can delete the application from the application list when the user responds to the notification of the application included in the application list.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 사용자 요청에 따라 어플리케이션 리스트에 특정 어플리케이션을 추가하거나 또는 어플리케이션 리스트에서 특정 어플리케이션을 삭제할 수 있다. According to one embodiment, the application list management module 171 may add a specific application to the application list or delete a specific application from the application list according to a user request.

일 실시 예에 따르면, 어플리케이션 리스트 관리 모듈(171)은 사용자 요청에 따라 어플리케이션 리스트에 포함된 어플리케이션의 상태를 변경할 수 있다. According to one embodiment, the application list management module 171 can change the status of the application included in the application list according to a user request.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 포함된 어플리케이션들의 동작을 제어할 수 있다. According to one embodiment, the application control module 173 can control the operation of the applications included in the application list.

일 실시 예에 따르면, 제어 모듈(170)은 지정된 이벤트(예: 슬립 모드 진입)가 발생하면 어플리케이션 리스트에 포함된 적어도 하나 이상의 어플리케이션에 대해 해당 어플리케이션이 수행하는 동작 중 적어도 일부 동작을 제한(예: 금지 또는 지연)할 수 있다. According to one embodiment, the control module 170 restricts at least some of the operations performed by the application to at least one application included in the application list when a specified event (e.g., entering into the sleep mode) occurs (e.g., Prohibited or delayed).

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 포함된 어플리케이션의 상태에 기초하여 어플리케이션이 수행하는 동작 중 적어도 일부 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 어플리케이션의 상태가 ‘frozen’인 어플리케이션의 동작을 제한할 수 있다. 또는, 어플리케이션 제어 모듈(173)은 어플리케이션의 상태가 ‘semi-frozen’인 어플리케이션의 동작 주기를 지연하거나 동작 횟수를 감소시킬 수 있다. According to one embodiment, the application control module 173 may limit at least some of the operations performed by the application based on the status of the applications included in the application list. For example, the application control module 173 may restrict the operation of an application whose state is 'frozen'. Alternatively, the application control module 173 may delay the operation cycle of the application whose state is 'semi-frozen' or reduce the operation frequency.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 제어 모듈(170)이 슬립 모드에 진입하면, ‘frozen’ 속성을 갖는 어플리케이션에 관련된 적어도 일부의 동작을 제한(또는, 무시)할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 타이머를 설정한 어플리케이션의 상태가 ‘frozen’ 속성으로 지정되면, 제어 모듈(170)이 슬립 모드 상태에서, 타이머에 설정된 시간이 도래하더라도 상기 어플리케이션이 타이머 도래에 따른 수행 동작들을 실행하지 처리 할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 ‘frozen’ 속성을 갖는 어플리케이션과 관련된 동작들 중 통신과 관련된 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 ‘semi-frozen’ 속성을 갖는 어플리케이션에 의해 요청되는 동작들을 즉시 수행하지 않고 대기한 후에 지정된 주기(예: 30분) 마다 일괄적으로 처리할 수 있다. According to one embodiment, the application control module 173 may restrict (or ignore) at least some of the operations associated with the application having the 'frozen' attribute when the control module 170 enters the sleep mode. For example, when the state of the application setting the timer is designated as the 'frozen' attribute, the application control module 173 determines that the control module 170 is in the sleep mode, Can be executed. For example, the application control module 173 may restrict operations related to communication among operations associated with the application having the " frozen " attribute. For example, the application control module 173 may process the operations requested by the application having the 'semi-frozen' attribute collectively every predetermined period (for example, 30 minutes) after waiting without performing the operations immediately.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 등록된 어플리케이션에 대해 통신과 관련된 동작 중 적어도 일부 동작을 제어할 수 있다. 상기 통신은 셀룰러, 와이파이 또는 블루투스와 같은 원근거리 통신 방식을 포함할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 제어 모듈(170)이 슬립 모드 상태에서는 통신 모듈(110)을 사용하는 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 푸쉬 서비스를 사용하는 어플리케이션의 상태가 ‘frozen’ 속성으로 지정되면, 푸쉬 서비스에 관련된 동작들 또는 사용자의 요청에 의한 동작은 허용하고, 그 외 동작들은, 제어 모듈(170)이 슬립 모드에 진입한 후에는 제한할 수 있다.According to one embodiment, the application control module 173 may control at least some of the operations associated with communication for applications registered in the application list. The communication may include a native short-range communication scheme such as cellular, Wi-Fi or Bluetooth. For example, the application control module 173 may restrict the operation of using the communication module 110 when the control module 170 is in the sleep mode. For example, when the status of an application using a push service is designated as the 'frozen' attribute, the application control module 173 permits operations related to the push service or operations requested by the user, It can be restricted after the control module 170 enters the sleep mode.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 등록된 어플리케이션에 대해 센서와 관련된 동작 중 적어도 일부 동작을 제어할 수 있다.According to one embodiment, the application control module 173 may control at least some of the operations associated with the sensors for applications registered in the application list.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 등록된 어플리케이션과 동일한 기능을 제공하는 다른 어플리케이션이 있는 경우, 다른 어플리케이션들 중 적어도 하나의 어플리케이션과 관련된 동작을 제한할 수 있다. 일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 포함된 어플리케이션과 동일한 기능을 제공하는 어플리케이션이 전자 장치(100)에 설치되면 설치된 어플리케이션의 동작 중 어플리케이션 리스트에 포함된 어플리케이션과 동일한 동작을 제한할 수 있다.According to one embodiment, when there is another application providing the same function as the application registered in the application list, the application control module 173 can restrict the operation related to at least one of the other applications. According to one embodiment, when the application providing the same function as the application included in the application list is installed in the electronic device 100, the application control module 173 performs the same operation as the application included in the application list Can be limited.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 슬립 모드로 진입한 후(또는, 디스플레이(160)가 오프된 후) 지정된 시간이 경과하면 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 슬립 모드로 진입함과 동시에(또는, 거의 동시에) 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한할 수 있다. 또는, 어플리케이션 제어 모듈(173)은 슬립 모드로 진입한 후 지정된 시간(예: 약 10분)이 경과하면 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한할 수 있다.According to one embodiment, the application control module 173 may limit the operation of the applications included in the application list after a predetermined time has elapsed after entering the sleep mode (or after the display 160 is turned off). For example, the application control module 173 may restrict the operation of the application included in the application list at the same time (or almost simultaneously) entering the sleep mode. Alternatively, the application control module 173 may restrict the operation of the application included in the application list when a predetermined time (for example, about 10 minutes) elapses after entering the sleep mode.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 슬립 모드로 진입하면(또는, 디스플레이(160)가 오프되면) 어플리케이션의 동작을 모니터링할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 슬립 모드로 진입한 후(또는, 디스플레이(160)가 오프된 후) 어떠한 어플리케이션에 의해 동작이 수행되었는지 확인할 수 있다. According to one embodiment, the application control module 173 may monitor the operation of the application when entering the sleep mode (or when the display 160 is off). For example, the application control module 173 can determine which application has performed an operation after entering the sleep mode (or after the display 160 is turned off).

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션 리스트에 포함된 어플리케이션 중 전자 장치가 슬립 모드로 진입한 후 지정된 시간 내에 동작을 수행한 어플리케이션을 제외한 나머지 어플리케이션의 동작을 제한할 수 있다. According to one embodiment, the application control module 173 may limit the operation of the remaining applications except for the application that has performed an operation within a designated time after the electronic device enters the sleep mode from among the applications included in the application list.

도 2는 본 발명의 다양한 실시 예에 따라 어플리케이션의 동작을 제한하는 예를 나타낸다. Figure 2 illustrates an example of limiting the operation of an application in accordance with various embodiments of the present invention.

도 2에 도시된 그래프의 x축은 시간을 나타내며, y축은 전자 장치(100)의 전류 소모량을 나타낸다. 도 2의 (a) 및 (b)를 참조하면, 디스플레이(160)의 전원(또는, 화면)이 켜진 상태(또는, 활성화 상태))일 때의 전류 소모량과 디스플레이(160)의 전원(또는, 화면)이 꺼진 상태(또는 비활성화 상태))일 때의 전류 소모량이 도시되어 있다. The x-axis of the graph shown in Fig. 2 represents the time, and the y-axis represents the current consumption of the electronic device 100. 2 (a) and 2 (b), the current consumption of the display 160 when the power (or the screen) is turned on (or activated) Screen) is turned off (or in an inactive state)) is shown.

일 실시 예에 따르면, 전자 장치(100)가 비활성화 상태로 진입하거나, 또는 제어 모듈(170)이 슬립 모드 상태로 진입하면, 디스플레이(160)는 비활성화(예: 화면 오프)될 수 있다. According to one embodiment, when the electronic device 100 enters the inactive state, or the control module 170 enters the sleep mode, the display 160 may be deactivated (e.g., screen off).

예를 들어, 제어 모듈(170)은, 슬립 모드로 진입하기 전 또는 슬립 모드에 진입한 후 지정된 시간이 경과하면 디스플레이를 비활성화(예: 디스플레이의 전원 오프 또는 화면 오프)할 수 있다. For example, the control module 170 may deactivate the display (e.g., power off or screen off the display) before entering the sleep mode or after a specified time elapses after entering the sleep mode.

일 실시 예에 따르면, 제어 모듈(170)은, 슬립 모드에 진입한 후, 주기적으로 또는 간헐적으로 웨이크업 모드로 천이하여 지정된 동작을 수행하고 슬립 모드로 복귀할 수 있다. 이 경우, 디스플레이(160)는 비활성화 상태를 유지할 수 있다. 디스플레이(160)의 전원이 오프된 상태에서 어플리케이션의 요청에 의해 어플리케이션 제어 모듈(173)이 웨이크업되어 동작을 수행하는 경우 전류 소모량이 일시적으로 높아질 수 있다. 어플리케이션 제어 모듈(173)은, 예를 들어, 슬립 모드로 진입한 후 지정된 시간 동안 어떠한 어플리케이션에 의해 동작이 수행되었는지 확인할 수 있다. According to one embodiment, the control module 170 may transition to the wake-up mode periodically or intermittently after entering the sleep mode, perform the designated operation, and return to the sleep mode. In this case, the display 160 can remain in the inactive state. When the application control module 173 wakes up and performs an operation according to a request of an application in a state where the power of the display 160 is turned off, current consumption may temporarily increase. The application control module 173 can confirm, for example, which application has performed the operation for a designated time after entering the sleep mode.

도 2의 (a)를 참조하면, 디스플레이의 전원이 오프된 후(또는, 제어 모듈(170)이 슬립 모드로 진입 한 후) 10분 동안 어플리케이션 A 및 B에 관련된 동작이 수행되었다. 이에 따라, 어플리케이션 리스트 관리 모듈(171)은, 예를 들면, 어플리케이션 A 및 B의 상태를 ‘normal’ 상태로 지정하고, 어플리케이션 C의 상태를 ‘frozen’ 상태로 지정할 수 있다. 어플리케이션 제어 모듈(173)은, 예를 들어, 어플리케이션 리스트에 포함된 어플리케이션 A, B 및 C 중 A 및 B를 제외하고, 어플리케이션 C의 동작을 슬립 모드 동안 제한할 수 있다. 어플리케이션 제어 모듈(173)은, 예를 들어, ‘normal’ 속성을 갖는 어플리케이션 A 및 B와 관련된 동작 요청이 있을 경우, 슬립 모드에서 웨이크업 모드로 변경되어 어플리케이션과 관련된 동작을 수행하고, 슬립 모드 상태로 복귀할 수 있다.Referring to Figure 2 (a), operations associated with applications A and B were performed for 10 minutes after the display was powered off (or after control module 170 entered sleep mode). Accordingly, the application list management module 171 can designate, for example, the states of the applications A and B as the 'normal' state and the state of the application C as the 'frozen' state. The application control module 173 may limit the operation of the application C during the sleep mode, except for A and B among the applications A, B and C included in the application list, for example. The application control module 173 changes from the sleep mode to the wake-up mode to perform an operation related to the application, for example, when there is an operation request related to the applications A and B having the 'normal' attribute, . ≪ / RTI >

도 2의 (b)를 참조하면, 디스플레이의 전원이 오프된 후(또는, 제어 모듈(170)이 슬립 모드로 진입 한 후) 10분 동안 어플리케이션에 의한 동작이 수행되지 않았다. 이에 따라, 어플리케이션 리스트 관리 모듈(171)은, 예를 들면, 어플리케이션 A, B, 및 C의 상태를 ‘frozen’ 상태로 지정할 수 있다. 어플리케이션 제어 모듈(173)은, 예를 들어, 어플리케이션 리스트에 포함된 어플리케이션 A, B 및 C의 동작을 슬립 모드 동안 제한할 수 있다.Referring to FIG. 2 (b), the operation by the application is not performed for 10 minutes after the power of the display is turned off (or after the control module 170 enters the sleep mode). Accordingly, the application list management module 171 can designate, for example, the states of the applications A, B, and C as a frozen state. The application control module 173 may limit the operation of the applications A, B, and C included in the application list, for example, during the sleep mode.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 지정된 장소에 진입하면(또는, 지정된 장소에 진입하고 지정된 시간이 경과하면) 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부(예: ‘frozen’ 또는 ‘semi-frozen’ 속성을 갖는 어플리케이션)의 동작을 제한할 수 있다. 어플리케이션 제어 모듈(173)은, 어플리케이션 리스트에 포함된 어플리케이션 중 해당하는 장소에서 동작이 제한되도록 설정된 어플리케이션이 있으면, 해당 어플리케이션에 관련된 적어도 일부의 동작을, 예를 들어, 슬립 모드 동안, 제한할 수 있다. 어플리케이션 제어 모듈(173)은 GPS 모듈이 수신하는 GPS 정보, 기지국, WPS(WiFi positioning system), 비컨 신호 등을 이용하여 전자 장치의 위치를 판단할 수 있다. According to one embodiment, the application control module 173 may determine that at least some of the applications included in the application list (e.g., when the electronic device 100 enters a designated location (or enters a designated location and a specified time elapses) quot; frozen " or " semi-frozen " attribute). The application control module 173 can restrict at least some operations related to the application, for example, during the sleep mode if there is an application whose operation is restricted in the corresponding place among the applications included in the application list . The application control module 173 can determine the position of the electronic device using the GPS information, the base station, the WiFi positioning system (WPS), and the beacon signal received by the GPS module.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 지정된 외부 장치와 연결되면(또는, 연결되고 지정된 시간이 경과하면) 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 제어 모듈(170)이 슬립 모드인 동안에 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 특정 공간(예: 집 또는 사무실)에 위치하는 AP(access point)와 연결되면 지정된 어플리케이션에 관련된 적어도 일부의 동작을 제한할 수 있다. According to one embodiment, the application control module 173 may limit the operation of at least some of the applications included in the application list when the electronic device 100 is connected (or connected and specified time elapses) to the designated external device . For example, the application control module 173 may limit the operation while the control module 170 is in the sleep mode. For example, the application control module 173 may limit at least some of the operations associated with a designated application when the electronic device 100 is associated with an access point (AP) located in a particular space (e.g., home or office) .

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 지정된 외부 장치와의 연결이 해제되면 어플리케이션 리스트에 포함된 어플리케이션의 동작을 허용할 수 있다. According to one embodiment, the application control module 173 may allow the operation of the application included in the application list when the electronic device 100 is disconnected from the designated external device.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 지정된 시간에 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 제어 모듈(170)이 슬립 모드인 동안에 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 사용자에 의해 설정된 시간(예: 오후 11시부터 오전 8시)에 지정된 어플리케이션에 관련된 적어도 일부의 동작을 제한할 수 있다. According to one embodiment, the application control module 173 may limit the operation of at least some of the applications included in the application list at a specified time. For example, the application control module 173 may limit the operation while the control module 170 is in the sleep mode. For example, the application control module 173 may limit at least some of the operations associated with the application specified at a time set by the user (e.g., 11:00 AM to 8:00 AM).

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 배터리의 잔여량을 기초로 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 전력 관리 모듈(예: 도 12의 1295)로부터 배터리 잔여량에 대한 정보를 수신할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 배터리의 잔여량이 지정된 값 이하이면 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 배터리의 잔여량이 20%(또는, 50%) 이하이면 지정된 어플리케이션에 관련된 적어도 일부의 동작을 제한할 수 있다. According to one embodiment, the application control module 173 may limit the operation of at least some of the applications included in the application list based on the remaining amount of the battery. For example, the application control module 173 may receive information on the battery remaining amount from the power management module (e.g., 1295 in Fig. 12). For example, the application control module 173 may restrict the operation of at least a part of the applications included in the application list if the remaining amount of the battery is less than a specified value. For example, the application control module 173 may limit at least some operations related to the designated application if the remaining amount of the battery is 20% (or 50%) or less.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은, 예상 배터리 지속 시간을 확인하고, 이에 따라 지정된 어플리케이션에 관련된 적어도 일부의 동작을 제한할 수 있다. 예상 배터리 지속 시간은, 예를 들어, 지정된 시간 범위 동안 전자 장치에서 소모한 전류량 또는 배터리(150)의 현재 전류량을 이용하여 추정된 값일 수 있다.According to one embodiment, the application control module 173 may identify the expected battery duration and thereby limit at least some of the operations associated with the specified application. The expected battery duration may be, for example, an estimate of the amount of current consumed by the electronic device or the current amount of the battery 150 for a specified time period.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치가 전원 공급 장치(예: 유선 또는 무선 충전 장치)에 연결된 동안에는 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한하지 않을 수 있다. According to one embodiment, the application control module 173 may not limit the operation of at least some of the applications included in the application list while the electronic device is connected to a power supply (e.g., a wired or wireless charging device).

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 네트워크 사용량에 기초하여 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한할 수 있다. 예를 들어, 셀룰러 데이터 사용량이 지정된 기준 이상이면 어플리케이션 리스트에 포함된 어플리케이션 중 적어도 일부의 동작을 제한할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 ‘frozen’ 속성을 가지는 어플리케이션과 관련된 동작들 중 통신과 관련된 동작을 제한할 수 있다.According to one embodiment, the application control module 173 may limit the operation of at least some of the applications included in the application list based on the network usage. For example, if cellular data usage is above a specified criterion, then at least some of the applications included in the application list may be restricted. For example, the application control module 173 may restrict operations related to communication among operations associated with the application having the " frozen " attribute.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 특정 어플리케이션의 동작을 제한하는 사용자 요청이 입력되면 어플리케이션 리스트에 포함된 어플리케이션의 적어도 일부 동작을 제한할 수 있다. 또한, 예를 들어, 어플리케이션 제어 모듈(173)은, 해당 어플리케이션의 동작과 관련된 다른 어플리케이션 또는 전자 장치(100)의 다른 기능을 제한할 수 있다.According to one embodiment, the application control module 173 may restrict at least some operations of the application included in the application list when a user request for limiting the operation of the specific application is input. In addition, for example, the application control module 173 may restrict other applications related to the operation of the application or other functions of the electronic device 100. [

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 실행 중인 어플리케이션 중 ‘frozen’ 상태의 어플리케이션을 종료시킬 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 디스플레이가 오프되거나 또는 전자 장치(100)가 저전력 모드로 동작할 때 ‘frozen’ 상태의 어플리케이션을 종료시킬 수 있다. 어플리케이션 제어 모듈(173)은 디스플레이가 오프되거나 또는 전자 장치(100)가 저전력 모드로 동작하고 지정된 시간(예: 10 분)이 경과한 후에 ‘frozen’ 상태의 어플리케이션을 종료시킬 수 있다.일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 제1 메모리(121)에서 ‘frozen’ 상태의 어플리케이션의 실행과 관련된 데이터를 삭제하여 해당 어플리케이션을 종료시킬 수 있다.According to one embodiment, the application control module 173 may terminate the application in the 'frozen' state among the currently running applications. For example, the application control module 173 may terminate the application in the 'frozen' state when the display is turned off or when the electronic device 100 is operating in a low power mode. The application control module 173 may terminate the application in the 'frozen' state after the display is turned off or the electronic device 100 is operating in the low power mode and the specified time (eg, 10 minutes) has elapsed. The application control module 173 may delete data related to execution of the 'frozen' application in the first memory 121 and terminate the application.

도 3은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.3 is a diagram illustrating a user interface according to various embodiments of the present invention.

도 3의 (a)를 참조하면 디스플레이(160)에 어플리케이션 리스트에 포함된 특정 어플리케이션의 동작을 제한하거나 또는 특정 어플리케이션의 동작 제한을 해제할 수 있는 사용자 인터페이스가 표시될 수 있다. Referring to FIG. 3A, the display 160 may display a user interface that can restrict the operation of a specific application included in the application list or cancel the operation restriction of a specific application.

일 실시 예에 따르면, 사용자 인터페이스는, 어플리케이션 리스트에 포함된 어플리케이션을 지정된 조건(예: 어플리케이션의 명칭, 최근 사용 시간, 알림 확인 수치, 상태 또는 배터리 소모량)에 따라 정렬하여 표시할 수 있다. 일 실시 예에 따르면, 사용자 인터페이스는 각각의 어플리케이션을 선택할 수 있는 오브젝트(10)를 포함할 수 있다. According to one embodiment, the user interface can sort and display an application included in the application list according to a specified condition (e.g., name of application, recent usage time, notification confirmation value, status, or battery consumption amount). According to one embodiment, the user interface may include an object 10 from which each application can be selected.

일 실시 예에 따르면, 사용자 인터페이스는 동작이 제한된 어플리케이션(예를 들어, ‘frozen’ 상태인 어플리케이션)을 다른 어플리케이션과 상이하게 표시할 수 있다. 예를 들어, 동작이 제한된 어플리케이션의 오브젝트는 동작이 제한되지 않은 어플리케이션의 오브젝트와 상이한 텍스트를 표시하거나 상이한 모양, 색채, 명암 등으로 표시될 수 있다. According to one embodiment, the user interface may display applications that are restricted in operation (e.g., applications that are in a 'frozen' state) differently from other applications. For example, an object of an application whose operation is restricted may display text different from an object of an application whose operation is not restricted, or may be displayed in different shapes, colors, shades, and the like.

사용자는 사용자 인터페이스에 포함된 오브젝트(10)를 이용하여 어플리케이션 리스트에 포함된 특정 어플리케이션의 동작을 제한하거나 동작 제한을 해제할 수 있다. 예를 들어, 사용자가 도 3의 (a)에 도시된 어플리케이션 중 첫번째 어플리케이션(App 1)의 오브젝트를 선택하면 첫번째 오브젝트에 대응되는 어플리케이션의 상태가 ‘frozen’으로 변경되고 첫번째 어플리케이션(App 1)의 동작이 제한될 수 있다. 또한, 도 3의 (b)를 참조하면 동작이 제한된 첫번째 어플리케이션(App 1)은 오브젝트의 텍스트가 'normal'에서 'frozen'으로 변경될 수 있으며 오브젝트의 색채 및 명암이 변경될 수 있다. The user can limit the operation of the specific application included in the application list or cancel the operation restriction by using the object 10 included in the user interface. For example, when the user selects an object of the first application (App 1) among the applications shown in (a) of FIG. 3, the state of the application corresponding to the first object is changed to 'frozen' The operation may be limited. Referring to FIG. 3B, in the first application (App 1) whose operation is restricted, the text of the object may be changed from 'normal' to 'frozen', and the color and brightness of the object may be changed.

도 4는 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.4 is a diagram illustrating a user interface according to various embodiments of the present invention.

일 실시 예에 따르면, 제어 모듈(170)은 디스플레이(160)에 어플리케이션 리스트에 포함된 어플리케이션을 포함하는 사용자 인터페이스를 표시할 수 있다. 일 실시 예에 따르면, 사용자 인터페이스는 동작이 제한된 어플리케이션 리스트 및 동작이 허용된 어플리케이션 리스트를 각각 상이한 메뉴를 통해 제공할 수 있다. According to one embodiment, the control module 170 may display a user interface on the display 160 that includes the applications included in the application list. According to one embodiment, the user interface may provide a list of applications with limited operation and a list of applications permitted to operate through different menus, respectively.

도 4의 (a)를 참조하면, 디스플레이(160)에 동작이 제한된 어플리케이션 리스트가 표시될 수 있다. 예를 들어, 사용자에 의해 ‘FROZEN’ 탭이 선택되면 디스플레이(160)에 동작이 제한된 어플리케이션 리스트가 표시될 수 있다.Referring to FIG. 4 (a), a list of applications whose operations are restricted in the display 160 may be displayed. For example, when the 'FROZEN' tab is selected by the user, a list of applications whose operations are restricted on the display 160 may be displayed.

일 실시 예에 따르면, 디스플레이(160)는 지정된 조건에 따라 동작이 제한된 어플리케이션 리스트((예: App 1 내지 App 11) 및 사용자 요청(또는, 사용자 설정)에 따라 동작이 제한된 어플리케이션 리스트(예: App 12 내지 App 14)을 각각 구분된 영역에 표시할 수 있다. According to one embodiment, the display 160 displays an application list (e.g., App 1 to App 11) and a list of applications (e.g., App 1 to App 11) whose operations are restricted according to a user request (or a user setting) 12 to App 14) can be displayed in the divided areas.

일 실시 예에 따르면, 동작이 제한된 어플리케이션들은, 동작 제한 해제 이벤트 또는 사용자 요청에 의해, 동작이 허용된 어플리케이션 리스트 또는 동작 제한/허용 미설정 어플리케이션 리스트로 이동될 수 있다. 예를 들어, 지정된 조건에 의해 동작 제한 어플리케이션 리스트에 등록된 어플리케이션을 사용자가 실행할 경우 상기 어플리케이션은 동작 제한 어플리케이션 리스트에서 동작이 허용된 어플리케이션 리스트 또는 동작 제한/허용 미설정 어플리케이션 리스트로 이동될 수 있다.According to one embodiment, applications whose operations are restricted may be moved to an application list permitted to operate or an operation restriction / unconfirmed application list by an operation restriction release event or a user request. For example, when the user executes an application registered in the operation restriction application list according to a specified condition, the application can be moved from the operation restriction application list to the application list permitted to operate or to the operation restriction / permission unset application list.

일 실시 예에 따르면, 사용자 요청에 따라 동작이 제한된 어플리케이션들은, 사용자 요청에 의해, 동작이 허용된 어플리케이션 리스트로 이동될 수 있다. According to an embodiment, applications whose operation is restricted according to a user request may be moved to an application list permitted to be operated by a user request.

일 실시 예에 따르면, 사용자는 지정된 조건에 따라 동작이 제한된 어플리케이션 중 적어도 일부를 선택하여 사용자 요청에 의해 동작을 제한하도록 설정할 수 있다. 예를 들어, 지정된 조건에 따라 동작이 제한된 어플리케이션이사용자에 의해 동작이 제한되도록 설정되면, 사용자 요청에 따라 동작이 제한된 어플리케이션 리스트로 이동될 수 있다.According to one embodiment, the user can select at least a part of applications whose operation is restricted according to a specified condition, and set the operation to be restricted by a user request. For example, if an application whose operation is restricted according to a specified condition is set to be restricted by a user, the application can be moved to the application list whose operation is restricted according to a user's request.

도 4의 (b)를 참조하면, 디스플레이(160)에 동작이 허용된 어플리케이션 리스트가 표시될 수 있다. 예를 들어, 사용자에 의해 ‘NORMAL’ 탭이 선택되면 디스플레이(160)에 동작이 제한된 어플리케이션 리스트가 표시될 수 있다.Referring to FIG. 4B, an application list permitted to operate on the display 160 may be displayed. For example, if the 'NORMAL' tab is selected by the user, an application list whose operation is restricted on the display 160 may be displayed.

일 실시 예에 따르면, 사용자는 동작이 허용된 어플리케이션 중 적어도 일부를 선택하여 동작을 제한하도록 설정할 수 있다. 예를 들어, 사용자에 의해 동작이 제한되도록 설정된 어플리케이션은 도 4의 (a)에 도시된 사용자 인터페이스 중 사용자 설정에 따라 동작이 제한된 어플리케이션 리스트로 이동될 수 있다.According to one embodiment, the user can select at least some of the applications for which operation is permitted and set the operation to be restricted. For example, an application whose operation is restricted by a user may be moved to an application list whose operation is restricted according to user setting among the user interfaces shown in FIG. 4A.

도 5는 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.5 is a diagram illustrating a user interface according to various embodiments of the present invention.

일 실시 예에 따르면, 제어 모듈(170)은 디스플레이(160)에 어플리케이션 리스트에 포함된 어플리케이션을 포함하는 사용자 인터페이스를 표시할 수 있다. 일 실시 예에 따르면, 사용자 인터페이스는 동작이 제한된 어플리케이션 리스트 및 동작이 허용된 어플리케이션 리스트를 서로 다른 영역에 표시하여 제공할 수 있다.According to one embodiment, the control module 170 may display a user interface on the display 160 that includes the applications included in the application list. According to an exemplary embodiment, the user interface may display an application list having an operation restricted and an application list allowing an operation to be displayed in different areas.

도 5의 (a)를 참조하면, 디스플레이(160)에 사용자 요청에 의해 동작이 제한된 어플리케이션 리스트(예: ‘항상 절전’), 지정된 조건에 의해 동작이 제한된 어플리케이션 리스트(예: ‘자동 절전’) 및 동작이 허용된 어플리케이션 리스트(예: ‘절전 안함’)가 표시될 수 있다. 5A, an application list (for example, 'always sleep') whose operation is restricted by a user's request is displayed on the display 160, an application list (for example, 'automatic power saving' And a list of applications allowed to operate (e.g., 'No power save').

도 5의 (b)를 참조하면, 사용자에 의해 어플리케이션 리스트에 속한 어플리케이션 중 하나가 선택되면, 디스플레이(160)에, 선택된 어플리케이션이 속하는 어플리케이션 리스트를 변경할 수 있는 사용자 인터페이스가 표시될 수 있다. 예를 들어, 상기 사용자 인터페이스는 팝업창(pop-up window)(15) 형태로 제공될 수 있다. 일 실시 예에 따르면, 사용자 인터페이스는 사용자에 의한 동작 제한 어플리케이션 리스트(예: ‘항상’), 지정된 조건에 의한 동작 제한 어플리케이션 리스트(예: ‘자동) 또는 동작을 허용하는 어플리케이션 리스트(예: ‘안함’) 중 하나를 선택할 수 있는 오브젝트(17)를 포함할 수 있다. 예를 들어, 사용자는 오브젝트(17) 중 하나를 선택하여 어플리케이션이 속하는 어플리케이션 리스트를 변경할 수 있다. Referring to FIG. 5B, when one of the applications belonging to the application list is selected by the user, the display 160 may display a user interface for changing the application list to which the selected application belongs. For example, the user interface may be provided in the form of a pop-up window 15. According to one embodiment, the user interface may include a list of operation restricted applications (e.g., 'Always') by a user, a list of operation restricted applications (e.g.,' Automatic) '). The object 17 can be selected from among a plurality of objects. For example, the user can select one of the objects 17 to change the application list to which the application belongs.

도 6는 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다. 6 is a diagram illustrating a user interface according to various embodiments of the present invention.

도 6의 (a) 및 (b)를 참조하면 디스플레이(160)에 표시된 사용자 인터페이스는 적어도 하나의 어플리케이션 아이콘을 포함할 수 있다. 6A and 6B, the user interface displayed on the display 160 may include at least one application icon.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션의 동작이 제한되면 디스플레이(160)에 표시된 어플리케이션 아이콘을 변경하여 표시하도록 제어할 수 있다. According to one embodiment, the application control module 173 may control the application icon displayed on the display 160 to be changed and displayed when the operation of the application is restricted.

예를 들어, 어플리케이션 제어 모듈(173)은 어플리케이션의 동작이 제한되면 어플리케이션의 기본 아이콘의 색채 또는 명암을 변경하거나 다른 이미지와 합성하거나 다른 이미지로 대체하여 표시하도록 제어할 수 있다. 또는, 어플리케이션 제어 모듈(173)은 어플리케이션의 동작이 제한되면 어플리케이션의 아이콘의 표시 위치를 변경할 수 있다. For example, the application control module 173 can control to change the color or brightness of the basic icon of the application, to combine it with another image, or to replace it with another image, when the operation of the application is restricted. Alternatively, the application control module 173 can change the display position of the icon of the application when the operation of the application is restricted.

도 6의 (a)는 어플리케이션의 동작이 제한되지 않는 상태에서 디스플레이(160)에 표시되는 사용자 인터페이스를 나타낸다. 도 6의 (a)를 참조하면 사용자 인터페이스는 복수의 어플리케이션들에 대한 아이콘들을 포함할 수 있다. 복수의 어플리케이션들 중, 예를 들어, 'ChatOn' 어플리케이션이 어플리케이션 리스트에 포함될 수 있다. 'ChatOn' 어플리케이션은 어플리케이션의 동작이 제한되지 않는 상태에서는 어플리케이션에서 제공하는 기본 아이콘(20)이 표시될 수 있다.6 (a) shows a user interface displayed on the display 160 in a state where the operation of the application is not restricted. Referring to FIG. 6A, the user interface may include icons for a plurality of applications. Of the plurality of applications, for example, a 'ChatOn' application may be included in the application list. In the 'ChatOn' application, the basic icon 20 provided by the application can be displayed when the operation of the application is not restricted.

도 6의 (b)는 적어도 일부 어플리케이션의 동작이 제한된 상태에서 디스플레이(160)에 표시되는 사용자 인터페이스를 나타낸다. 도 6의 (b)를 참조하면 디스플레이(160)는 복수의 어플리케이션 아이콘 중 어플리케이션 리스트에 포함된 'ChatOn' 어플리케이션의 아이콘을 변경하여 표시할 수 있다. 예를 들어, 도 6의 (b)를 참조하면 디스플레이(160)는 'ChatOn' 어플리케이션의 기본 아이콘(20)을 얼음에 둘러쌓인 형태의 아이콘(25)으로 변경하여 표시할 수 있다. 또한 예를 들어, 아이콘의 모양, 색깔, 투명도, 크기, 또는 위치 중 적어도 하나가 변경되어 표시될 수 있다.6B shows a user interface displayed on the display 160 in a state in which at least some applications have limited operations. Referring to FIG. 6 (b), the display 160 may display an icon of the 'ChatOn' application included in the application list among a plurality of application icons by changing the icon. For example, referring to FIG. 6 (b), the display 160 may display the basic icon 20 of the 'ChatOn' application with an icon 25 enclosed in ice. Also, for example, at least one of the shape, color, transparency, size, or position of the icon may be changed and displayed.

도 7은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다.7 is a diagram illustrating a user interface according to various embodiments of the present invention.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 어플리케이션의 동작이 제한되거나 동작 제한이 해제되기 전/후에 어플리케이션의 동작이 제한되거나 허용된다는 정보를 사용자에게 알릴 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 디스플레이(160)에 표시된 어플리케이션 아이콘에 특정 시간 동안 점멸(또는, 깜빡임) 효과를 적용할 수 있다. 또는, 어플리케이션 제어 모듈(173)은 디스플레이(160)에 어플리케이션의 동작 제한 상태가 변경되는 사실을 알리는 오브젝트(예: 텍스트 오브젝트)가 표시되도록 할 수 있다. According to one embodiment, the application control module 173 can inform the user that the operation of the application is restricted or the operation of the application is restricted or permitted before / after the operation restriction is released. For example, the application control module 173 may apply a blinking (or blinking) effect to the application icon displayed on the display 160 for a specific time. Alternatively, the application control module 173 may cause the display 160 to display an object (e.g., a text object) indicating that the operation restriction state of the application is changed.

도 7의 (a)를 참조하면, 디스플레이(160)에 어플리케이션의 동작 제한 상태가 변경되는 사실을 알리는 오브젝트(27)가 표시될 수 있다.Referring to FIG. 7A, an object 27 indicating that the operation restriction state of the application is changed may be displayed on the display 160.

도 7의 (b)를 참조하면, 사용자에 의해 오브젝트(27)가 선택되면 디스플레이(160)에 동작 제한 상태가 변경된 어플리케이션 리스트(‘최근 절전’) 및 어플리케이션 리스트에 포함된 어플리케이션의 동작 상태를 제어할 수 있는 사용자 인터페이스가 표시될 수 있다.7B, when the object 27 is selected by the user, the display 160 displays an application list in which the operation restriction state is changed ('recent power save') and an operation state of the application included in the application list A user interface that can be displayed can be displayed.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 사용자 또는 ‘normal’ 속성을 갖는 어플리케이션에 의해 슬립 모드에서 웨이크업 모드로 변경되면, ‘frozen’ 속성을 갖는 어플리케이션에 의해 요청된 동작과 관련된 알림을 제공(예: 시각, 청각 또는 촉각 출력) 할 수 있다.According to one embodiment, when the application control module 173 is changed from the sleep mode to the wake-up mode by a user or an application having the " normal " attribute, a notification related to the action requested by the application having the & (Eg, visual, auditory, or tactile output).

도 8은 본 발명의 다양한 실시 예에 따른 사용자 인터페이스를 나타내는 도면이다. 8 is a diagram illustrating a user interface according to various embodiments of the present invention.

도 8을 참조하면, 디스플레이(160)는 알림(notification) 정보를 제공하는 사용자 인터페이스를 통해 동작이 제한된 어플리케이션에 대한 정보(30)를 표시할 수 있다. 예를 들어, 디스플레이(160)는 알림(notification) 정보를 제공하는 사용자 인터페이스에 동작이 제한된 어플리케이션의 이름 또는 어플리케이션에 의한 배터리 소모 정보(소모량 또는 소모 비율) 중 적어도 하나를 표시할 수 있다. Referring to FIG. 8, the display 160 may display information 30 for an application whose operation is restricted through a user interface that provides notification information. For example, the display 160 may display at least one of a name of an application whose operation is restricted to a user interface providing notification information or battery consumption information (consumption or consumption rate) by an application.

일 실시 예에 따르면, 알림 정보를 제공하는 사용자 인터페이스(예: status bar 또는 quick menu)는, 터치 제스처 또는 음성 명령을 통해 디스플레이(160) 상에서 보여지거나 또는 숨겨질 수 있다.According to one embodiment, a user interface (e.g., status bar or quick menu) that provides notification information may be viewed or hidden on the display 160 via a touch gesture or voice command.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 동작이 제한된 어플리케이션과 관련된 이벤트가 발생하면, 어플리케이션의 동작을 허용할 수 있다. 일 실시 예에 따르면, 상기 동작이 제한된 어플리케이션과 관련된 이벤트는 외부 장치(예: 어플리케이션 서버 또는 외부 전자 장치)에 의해 발생되는 이벤트를 포함할 수 있다. 예를 들어, 동작이 제한된 어플리케이션과 관련된 이벤트는 전자 장치(100)가 외부 장치로부터 인스턴트 메시지, 이메일, 광고, 뉴스, 날씨 등의 정보를 수신하는 이벤트일 수 있다. According to one embodiment, the application control module 173 may allow the operation of the application when an event related to the application whose operation is restricted occurs. According to one embodiment, an event associated with an application for which the operation is restricted may include an event generated by an external device (e.g., an application server or an external electronic device). For example, an event associated with an application whose operation is restricted may be an event in which the electronic device 100 receives information such as an instant message, e-mail, advertisement, news, weather, etc. from an external device.

어플리케이션의 동작이 제한된 상태에서 동작이 제한된 어플리케이션과 관련된 이벤트가 발생하면 사용자에게 이벤트의 발생 사실을 알릴 수 없는 문제가 발생할 수 있다. 일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 동작이 제한된 어플리케이션과 관련된 이벤트가 발생하면 일시적으로 이벤트가 발생한 어플리케이션의 동작을 허용하여 이벤트와 관련된 동작을 수행할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 이벤트가 발생한 어플리케이션을 실행시켜 외부 장치로부터 수신된 메시지, 이메일, 광고, 뉴스 등에 대한 정보를 알림 형태로 제공할 수 있다. 일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 이벤트와 관련된 동작이 완료되면 이벤트가 발생한 어플리케이션의 동작을 다시 제한할 수 있다. When an event related to an application whose operation is restricted in a state where the operation of the application is limited occurs, a problem that the occurrence of an event can not be notified to the user may occur. According to one embodiment, the application control module 173 may allow an operation of an application in which an event occurs temporarily when an event related to an application whose operation is restricted, to perform an operation related to the event. For example, the application control module 173 can execute an application in which an event has occurred, and can provide information on a message, e-mail, advertisement, news, etc. received from an external device in a notification form. According to one embodiment, the application control module 173 may restrict the operation of the application in which the event occurs once the operation related to the event is completed.

도 1을 참조하면 어플리케이션 리스트 관리 모듈(171) 및 어플리케이션 제어 모듈(173)은 전자 장치(100)의 제어 모듈(170)에 포함된 것으로 도시하였으나 어플리케이션 리스트 관리 모듈(171) 또는 어플리케이션 제어 모듈(173) 중 적어도 하나는 전자 장치(100)의 제어 모듈(170)과는 다른 모듈 또는 프로세서로 구성될 수도 있다.1, the application list management module 171 and the application control module 173 are included in the control module 170 of the electronic device 100. However, the application list management module 171 or the application control module 173 May be a module or a processor different from the control module 170 of the electronic device 100. [

일 실시 예에 따르면, 전자 장치(100)는 외부 전자 장치(200)와 연결되어 통신할 수 있다. 일 실시 예에 따르면, 외부 전자 장치(200)는 웨어러블 장치일 수 있다. 일 실시 예에 따르면, 전자 장치(100)는, 외부 전자 장치(200)와 연결되면, 외부 전자 장치(200)에서 실행 가능한 어플리케이션 리스트(제2 어플리케이션 리스트)를 확인할 수 있다. 예를 들어, 전자 장치(100)는, 외부 전자 장치(200)로부터 외부 전자 장치(200)에 설치된 어플리케이션 리스트(제2 어플리케이션 리스트)를 수신할 수 있다.According to one embodiment, the electronic device 100 is capable of communicating with the external electronic device 200 in communication. According to one embodiment, the external electronic device 200 may be a wearable device. According to one embodiment, the electronic device 100, when coupled with the external electronic device 200, can verify an executable application list (second application list) on the external electronic device 200. For example, the electronic device 100 can receive an application list (second application list) installed in the external electronic device 200 from the external electronic device 200. [

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은, 전자 장치(100)의 어플리케이션 리스트(제1 어플리케이션 리스트)를 외부 전자 장치(200)의 어플리케이션 리스트(제2 어플리케이션 리스트)와 비교하여 동일한 어플리케이션이 있는지 판단할 수 있다. 일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 제1 어플리케이션 리스트와 제2 어플리케이션 리스트에 동일한 어플리케이션이 존재하면, 전자 장치(100)에 설치된 어플리케이션 및 외부 전자 장치(200)에 설치된 어플리케이션 중 하나의 동작을 제한하도록 제어할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 외부 전자 장치(200)에 설치된 어플리케이션의 동작을 제한하도록 결정된 경우, 통신 모듈(110)을 통해 외부 전자 장치(200)로 특정 어플리케이션의 동작을 제한하는 커맨드를 전송하도록 제어할 수 있다. 이에 따라, 전자 장치(100)에 설치된 어플리케이션 및 외부 전자 장치(200)에 설치된 동일한 어플리케이션 중 하나는 정상적으로 동작할 수 있다.According to one embodiment, the application control module 173 compares the application list (first application list) of the electronic device 100 with the application list (second application list) of the external electronic device 200, . According to one embodiment, if the same application is present in the first application list and the second application list, the application control module 173 may update the application installed in the electronic device 100 and the application installed in the external electronic device 200 It can be controlled to limit the operation. For example, when it is determined that the operation of the application installed in the external electronic device 200 is restricted, the application control module 173 transmits a command for restricting the operation of the specific application to the external electronic device 200 via the communication module 110 As shown in Fig. Accordingly, one of the applications installed in the electronic device 100 and the same application installed in the external electronic device 200 can operate normally.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은, 전자 장치(100)의 어플리케이션 리스트(제1 어플리케이션 리스트)를 외부 전자 장치(200)의 어플리케이션 리스트(제2 어플리케이션 리스트)와 비교하여 동일한(또는 상당히 유사한) 기능을 제공하는 다른 어플리케이션이 있는지 판단할 수 있다. 예를 들어, 동일한 기능을 제공하는 어플리케이션들이 어플리케이션 리스트(예: 제1 어플리케이션 리스트 또는 제2 어플리케이션 리스트 중 적어도 하나의 리스트)에 있는 경우, 해당 어플리케이션들은 전자 장치(100) 또는 외부 전자 장치(200) 중 하나에서는 그와 관련된 동작 중 적어도 일부가 제한될 수 있다.According to one embodiment, the application control module 173 compares the application list (first application list) of the electronic device 100 with the application list (second application list) of the external electronic device 200, It can be determined whether there are other applications that provide the functionality of the application. For example, if the applications providing the same functionality are in an application list (e.g., a list of at least one of the first application list or the second application list), the applications may be stored in the electronic device 100 or the external electronic device 200, At least some of its associated operations may be limited.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100) 및 외부 전자 장치(200)의 배터리 잔여량에 따라 어플리케이션의 동작을 제한할 전자 장치를 선택할 수 있다. 예를 들어, 어플리케이션 제어 모듈(173)은 전자 장치(100) 및 외부 전자 장치(200) 중 배터리 잔여량이 적은 전자 장치에 설치된 어플리케이션의 동작을 제한할 수 있다. 외부 전자 장치(200)의 잔존 배터리 량은 통신 모듈(110)을 통해 외부 전자 장치(200)로부터 수신될 수 있다. According to one embodiment, the application control module 173 may select an electronic device to limit the operation of the application according to the battery remaining amount of the electronic device 100 and the external electronic device 200. [ For example, the application control module 173 may restrict the operation of the application installed in the electronic device 100 and the external electronic device 200, which is installed in the electronic device having a small battery residual amount. The remaining battery capacity of the external electronic device 200 may be received from the external electronic device 200 via the communication module 110. [

일 실시 예에 따르면, 전자 장치(100) 또는 외부 전자 장치(200) 중 적어도 하나의 전자 장치가 전원 공급 장치(예: 유선 또는 무선 충전 장치)에 연결되면, 제한된 동작들 중 적어도 일부의 동작들이 허용될 수 있다.According to one embodiment, when at least one of the electronic device 100 or the external electronic device 200 is connected to a power supply (e.g., a wired or wireless charging device), at least some of the limited operations Can be allowed.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 외부 전자 장치(200)와 연결된 상태에서만, 전자 장치(100)에 설치된 어플리케이션 및 외부 전자 장치(200)에 설치된 동일한 어플리케이션 중 하나의 동작을 제한하도록 제어할 수 있다. According to one embodiment, the application control module 173 may control the application installed in the electronic device 100 and the same application installed in the external electronic device 200 only when the electronic device 100 is connected to the external electronic device 200 It can be controlled to limit one operation.

일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 외부 전자 장치(200)와 연결되면, 제1 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한하는 이벤트의 발생 여부와 관계없이 전자 장치(100)에 설치된 어플리케이션 및 외부 전자 장치(200)에 설치된 어플리케이션 중 하나의 동작을 제한하도록 제어할 수 있다. 일 실시 예에 따르면, 어플리케이션 제어 모듈(173)은 전자 장치(100)가 외부 전자 장치(200)와 연결이 해제되면, 제1 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한하는 이벤트의 발생 여부에 따라 제1 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한할 수 있다. According to one embodiment, when the electronic device 100 is connected to the external electronic device 200, the application control module 173 controls the operation of the electronic device 100, It is possible to control the operation of one of the applications installed in the device 100 and the application installed in the external electronic device 200 to be limited. According to one embodiment, when the electronic device 100 is disconnected from the external electronic device 200, the application control module 173 determines whether an event that restricts the operation of the application included in the first application list is generated The operation of the application included in the first application list can be restricted.

본 발명의 다양한 실시 예에 따른 전자 장치는, 상기 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제1 어플리케이션 리스트를 저장하는 메모리 및 어플리케이션의 동작, 사용 이력 또는 사용자 요청 중 적어도 하나에 기초하여 상기 제1 어플리케이션 리스트를 업데이트하고, 지정된 이벤트가 발생하면 상기 제1 어플리케이션 리스트에 포함된 적어도 하나의 어플리케이션들 중 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 적어도 하나의 프로세서를 포함할 수 있다. An electronic device according to various embodiments of the present invention includes a memory for storing a first application list including at least one application installed in the electronic device and a memory for storing the first application list, And at least one processor configured to update one application list and to limit the operation of at least one of the at least one applications included in the first application list when a specified event occurs.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 프로세서는, 푸쉬 서비스(push service)를 제공하는 어플리케이션, 지정된 시간 주기 동안 적어도 한번 지정된 동작을 수행하도록 설정되는 어플리케이션, 지정된 시간 동안 사용되지 않은 어플리케이션, 어플리케이션과 관련된 알림에 대한 사용자의 응답이 지정된 확률 이하인 어플리케이션 및 어플리케이션과 관련된 알림에 대해 지정된 시간 동안 사용자 응답이 없는 어플리케이션 중 적어도 하나를 상기 제1 어플리케이션 리스트에 등록하도록 설정될 수 있다.According to various embodiments of the present invention, the at least one processor is configured to perform at least one of: an application that provides a push service; an application that is configured to perform a specified action at least once during a specified time period; The user's response to the notification associated with the application may be set to register at least one of the applications below the specified probability and the application with no user response for the specified time to the notification associated with the application in the first application list.

본 발명의 다양한 실시 예에 따르면, 상기 전자 장치는, 디스플레이를 더 포함하며, 상기 어플리케이션의 동작은, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보를 표시하면서 수행되는 제1 동작, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보가 표시되지 않으면서 수행되는 제2 동작 및 다른 어플리케이션의 요청에 따라 어플리케이션과 관련된 정보를 다른 어플리케이션에 제공하는 제3 동작을 포함하며, 상기 적어도 하나의 프로세서는, 상기 제1 동작, 상기 제2 동작 및 상기 제3 동작 중 적어도 하나에 기초하여 어플리케이션의 사용 여부를 판단하도록 설정될 수 있다. According to various embodiments of the present invention, the electronic device further comprises a display, wherein the operation of the application comprises a first operation carried out while displaying information corresponding to the operation of the application on the display, A second operation performed without displaying information corresponding to the operation and a third operation for providing information related to the application to another application according to a request of another application, , The second operation, and the third operation based on at least one of the first operation and the second operation.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 프로세서는, 상기 제1 동작, 상기 제2 동작 및 상기 제3 동작에 서로 상이한 가중치를 부여하여 어플리케이션의 사용 여부를 판단하도록 설정될 수 있다. According to various embodiments of the present invention, the at least one processor may be configured to determine whether to use the application by assigning different weights to the first operation, the second operation, and the third operation.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 프로세서는, 상기 제1 어플리케이션 리스트에 포함된 어플리케이션 각각에 대해, 어플리케이션의 사용 이력에 기초하여, 어플리케이션의 동작을 허용하는 제1 상태, 어플리케이션의 동작 주기를 지연하거나 동작 횟수를 감소시키는 제2 상태 및 어플리케이션의 동작 중 적어도 일부를 제한하는 제3 상태 중 하나로 설정하고, 상기 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정될 수 있다.According to various embodiments of the present invention, the at least one processor is configured to perform, for each of the applications included in the first application list, a first state that permits operation of the application, A second state for delaying the cycle or decreasing the number of operations and a third state for limiting at least a part of the operation of the application, and to set the operation of the at least one application based on the state of the application have.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 프로세서는, 사용자 입력에 기초하여 상기 어플리케이션에 설정된 상태를 변경하고, 변경된 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정될 수 있다.According to various embodiments of the present invention, the at least one processor may be configured to change a state set in the application based on user input and to limit the operation of the at least one application based on the state of the changed application have.

본 발명의 다양한 실시 예에 따르면, 상기 전자 장치는, 상기 적어도 하나의 프로세서와 기능적으로 연결된 디스플레이를 더 포함할 수 있으며, 상기 적어도 하나의 프로세서는, 상기 디스플레이의 적어도 일부가 비활성화 되면 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정될 수 있다. According to various embodiments of the present invention, the electronic device may further include a display functionally coupled to the at least one processor, wherein the at least one processor is operable, when at least a portion of the display is deactivated, May be set to limit the operation of the application.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 프로세서는, 현재 시간, 상기 전자 장치의 현재 위치, 배터리 잔여량(또는, 배터리 소모 비율), 무선 통신 데이터 사용량(예를 들어, 셀룰러 데이터 사용량) 중 적어도 하나에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정될 수 있다.According to various embodiments of the present invention, the at least one processor is configured to determine whether the current time, the current location of the electronic device, the remaining battery level (or battery consumption rate), the amount of wireless communication data usage (e.g., And may be configured to limit the operation of the at least one application based on at least one.

본 발명의 다양한 실시 예에 따르면, 상기 전자 장치는, 외부 전자 장치와 통신하는 통신 모듈을 더 포함할 수 있으며, 상기 적어도 하나의 프로세서는, 상기 외부 전자 장치로부터 상기 외부 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제2 어플리케이션 리스트를 수신하고, 상기 제1 어플리케이션 리스트 및 상기 제2 어플리케이션 리스트를 비교하여 동일한 기능을 수행하는 어플리케이션이 존재하면 상기 전자 장치 및 상기 외부 전자 장치 중 하나에서 상기 동일한 기능을 수행하는 어플리케이션의 동작을 제한하도록 설정될 수 있다. According to various embodiments of the present invention, the electronic device may further comprise a communication module in communication with the external electronic device, wherein the at least one processor is configured to receive at least one Receiving a second application list including an application, comparing the first application list and the second application list, and if there is an application performing the same function, executing the same function in one of the electronic device and the external electronic device May be set to limit the operation of the executing application.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 프로세서는, 상기 외부 전자 장치에 설치된 어플리케이션의 동작을 제한하도록 설정되면, 상기 통신 모듈을 통해, 상기 외부 전자 장치로 상기 외부 전자 장치에 설치된 어플리케이션의 동작을 제한하는 커맨드를 전송하도록 설정될 수 있다.According to various embodiments of the present invention, when the at least one processor is configured to limit the operation of an application installed in the external electronic device, It may be set to transmit a command to limit the operation.

본 발명의 다양한 실시 예에 따른 전자 장치는, 디스플레이, 메모리 및 적어도 하나의 프로세서를 포함하며, 상기 메모리는, 실행 시에, 상기 적어도 하나의 프로세서가, 상기 전자 장치를 통해 실행 가능한 어플리케이션 프로그램의 오퍼레이션에 기반하여, 상기 디스플레이의 적어도 일부가 비활성화된 동안 상기 오퍼레이션에 관련된 상기 전자 장치의 기능의 수행을 삼가도록(refrain from) 하는 인스트럭션들을 저장할 수 있다.An electronic device according to various embodiments of the present invention includes a display, a memory, and at least one processor, wherein the memory, in execution, causes the at least one processor to perform operations of an application program executable via the electronic device , It may store instructions that refrain from performing the function of the electronic device related to the operation while at least a portion of the display is inactive.

본 발명의 다양한 실시예에 따르면, 상기 기능은 무선 통신 기능을 포함할 수 있다. According to various embodiments of the invention, the function may comprise a wireless communication function.

본 발명의 다양한 실시예들에 따르면, 상기 인스터럭션들은, 상기 전자 장치가 저전력 모드라는 판단에 적어도 기반하여, 상기 오퍼레이션을 확인하도록 하는 인스터럭션들을 포함할 수 있다.According to various embodiments of the present invention, theinstructions may include instruc- tions that cause the electronic device to verify the operation, at least based on a determination that the electronic device is in a low-power mode.

도 9는 본 발명의 다양한 실시 예에 따른 전자 장치의 어플리케이션 제어 방법을 나타내는 흐름도이다. 9 is a flowchart illustrating a method of controlling an application of an electronic device according to various embodiments of the present invention.

도 9에 도시된 흐름도는 도 1에 도시된 전자 장치(100)에서 처리되는 동작들로 구성될 수 있다. 따라서, 이하에서 생략된 내용이라 하더라도 도 1 내지 도 8을 참조하여 전자 장치(100)에 관하여 기술된 내용은 도 9에 도시된 흐름도에도 적용될 수 있다. 어떤 실시예에 따르면, 본 발명의 다양한 실시예들에 따른 동작들 중 적어도 일부는 외부의 다른 전자 장치(예: 서버)에서 수행될 수도 있다. The flowchart shown in FIG. 9 may be configured with operations that are processed in the electronic device 100 shown in FIG. Therefore, the contents described with respect to the electronic device 100 with reference to Figs. 1 to 8 can be applied to the flowchart shown in Fig. 9, even if omitted from the following description. According to some embodiments, at least some of the operations according to various embodiments of the present invention may be performed on other external electronic devices (e.g., servers).

일 실시 예에 따르면, 본 발명의 다양한 실시예들에 따른 동작들 중 적어도 일부와 관련된 데이터는 서버에 저장될 수도 있다.According to one embodiment, data associated with at least some of the operations in accordance with various embodiments of the present invention may be stored in a server.

도 9를 참조하면, 전자 장치(100)는, 910 동작에서 어플리케이션 리스트를 업데이트할 수 있다. Referring to FIG. 9, the electronic device 100 may update the application list in 910 operation.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션의 동작, 사용 기록 또는 사용자 설정 중 적어도 하나에 기초하여 어플리케이션 리스트를 생성하여 메모리(120)에 저장할 수 있다. According to one embodiment, the electronic device 100 may generate and store an application list in the memory 120 based on at least one of an action, an activity record, or a user setting of the application.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션의 동작, 사용 기록 또는 사용자 요청 중 적어도 하나에 기초하여 메모리(120)에 저장된 어플리케이션 리스트를 업데이트할 수 있다. 예를 들어, 전자 장치(100)는 어플리케이션 리스트에 새로운 어플리케이션을 등록, 추가하거나, 또는, 어플리케이션 리스트에 포함된 어플리케이션 중 일부를 삭제할 수 있다. According to one embodiment, the electronic device 100 may update the list of applications stored in the memory 120 based on at least one of an action, a usage record, or a user request of the application. For example, the electronic device 100 can register and add a new application to the application list, or delete some of the applications included in the application list.

일 실시 예에 따르면, 전자 장치(100)는 푸쉬 서버(300)에 등록 과정을 수행하는 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. According to one embodiment, the electronic device 100 may add an application that performs registration to the push server 300 to the application list.

일 실시 예에 따르면, 전자 장치(100)는 사용자의 어플리케이션 사용 기록을 확인하여, 지정된 시간 동안 지정된 수준 이상 사용되지 않은 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. According to one embodiment, the electronic device 100 may check the user's application usage history and add the unused application to the application list for a specified amount of time or more.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션과 관련된 알림의 확인 확률을 판단하여, 알림의 확인 확률이 지정된 값 이하인 어플리케이션을 어플리케이션 리스트에 추가할 수 있다. According to one embodiment, the electronic device 100 may determine the probability of a notification related to an application, and add an application having a notification probability of a value lower than a specified value to the application list.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션 리스트에 포함된 어플리케이션 중 지정된 시간(예: 일주일) 동안 지정된 횟수(예: 7회) 이상 실행(또는, 사용)된 어플리케이션을 삭제할 수 있다. According to one embodiment, the electronic device 100 may delete an application that has been executed (or used) for a specified number of times (e.g., 7 times) for a specified time (e.g., a week) of applications included in the application list.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션 리스트에 포함된 어플리케이션 중 알림의 확인 확률이 지정된 값(예: 50%) 이상인 어플리케이션을 어플리케이션 리스트에서 삭제할 수 있다. According to one embodiment, the electronic device 100 can delete, from the application list, an application whose probability of confirmation of the notification among the applications included in the application list is equal to or higher than a specified value (e.g., 50%).

일 실시 예에 따르면, 전자 장치(100)는 사용자 요청에 따라 어플리케이션 리스트에 특정 어플리케이션을 추가하거나 또는 어플리케이션 리스트에서 특정 어플리케이션을 삭제할 수 있다. According to one embodiment, the electronic device 100 may add a specific application to the application list or delete a specific application from the application list according to a user's request.

전자 장치(100)는, 920 동작에서, 예컨대, 지정된 이벤트가 발생하였는지 판단할 수 있다. 예를 들어, 전자 장치(100)는 제어 모듈(170)이 슬립 모드로 진입하였는지(또는, 디스플레이(160)가 오프되었는지) 판단할 수 있다. 예를 들어, 전자 장치(100)는 지정된 장소에 진입하거나 또는 지정된 외부 장치와의 연결되었는지 판단할 수 있다. 예를 들어, 전자 장치(100)는 사용자에 의해 설정된 시간에 해당하는지 판단할 수 있다. 예를 들어, 전자 장치(100)는 배터리의 잔여량이 지정된 값 이하인지 판단할 수 있다. 예를 들어, 전자 장치(100)는 어플리케이션의 동작을 제한하는 사용자 요청이 입력되었는지 판단할 수 있다. The electronic device 100 may determine in 920 operation that, for example, a specified event has occurred. For example, the electronic device 100 may determine whether the control module 170 has entered the sleep mode (or whether the display 160 is off). For example, the electronic device 100 can determine whether it has entered a designated place or connected to a specified external device. For example, the electronic device 100 can determine whether it corresponds to the time set by the user. For example, the electronic device 100 can determine whether the remaining amount of the battery is less than a specified value. For example, the electronic device 100 may determine whether a user request to limit the operation of the application has been entered.

전자 장치(100)는 지정된 이벤트가 발생하면, 930 동작에서, 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한할 수 있다. The electronic device 100 may limit the operation of the application included in the application list in operation 930 when a specified event occurs.

일 실시 예에 따르면, 전자 장치(100)는 지정된 이벤트가 발생한 후 지정된 시간이 경과하면 어플리케이션 리스트에 포함된 어플리케이션의 동작을 제한할 수 있다.According to one embodiment, the electronic device 100 may restrict the operation of an application included in the application list after a specified time elapses after a specified event occurs.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션 리스트에 포함된 어플리케이션 중 전자 장치가 슬립 모드로 진입한 후 지정된 시간 내에 동작을 수행한 어플리케이션을 제외한 나머지 어플리케이션의 동작을 제한할 수 있다. According to one embodiment, the electronic device 100 may restrict the operation of other applications included in the application list except an application that has performed an operation within a designated time after the electronic device enters the sleep mode.

일 실시 예에 따르면, 전자 장치(100)는 디스플레이(160)를 통해, 전자 장치(100)에 의해 실행될 수 있는 어플리케이션의 아이콘(또는 리스트)을 표시할 수 있다. According to one embodiment, the electronic device 100 may display, via the display 160, an icon (or list) of applications that may be executed by the electronic device 100.

일 실시 예에 따르면, 전자 장치(100)는, 어플리케이션의 동작이 제한되면 디스플레이(160)에 표시된 어플리케이션 아이콘을 변경하여 표시할 수 있다.According to one embodiment, the electronic device 100 may change and display an application icon displayed on the display 160 when the operation of the application is restricted.

일 실시 예에 따르면, 전자 장치(100)는 어플리케이션의 동작이 제한되거나 동작 제한이 해제되기 전/후에 어플리케이션의 동작 제한 기능이 변경되는 사실을 사용자에게 알릴 수 있다. 예를 들어, 전자 장치(100)는 디스플레이(160)에 표시된 어플리케이션 아이콘이 특정 시간 동안 점멸(또는, 깜빡임) 효과가 적용되도록 제어할 수 있다.According to one embodiment, the electronic device 100 can inform the user that the operation of the application is restricted or the operation restriction function of the application is changed before / after the operation restriction is released. For example, the electronic device 100 may control the application icon displayed on the display 160 to be blinking (or blinking) for a certain period of time.

도 10은 본 발명의 다양한 실시 예에 따른 전자 장치의 어플리케이션 제어 방법을 나타내는 흐름도이다. 도 10에 도시된 흐름도는, 도 9에 도시된 흐름도를 참조하여 설명한 방법에서, 추가적으로 수행될 수 있는 동작을 나타낸다. 10 is a flowchart illustrating a method of controlling an application of an electronic device according to various embodiments of the present invention. The flowchart shown in Fig. 10 shows an operation that can be additionally performed in the method described with reference to the flowchart shown in Fig.

전자 장치(100)는 어플리케이션의 동작이 제한되면, 1010 동작에서, 예컨대, 동작이 제한된 어플리케이션과 관련된 이벤트가 발생하였는지 판단할 수 있다. 동작이 제한된 어플리케이션과 관련된 이벤트는, 예를 들어, 전자 장치(100)에 설치된 어플리케이션에 의한 이벤트가 아닌 외부 장치(예: 어플리케이션 서버 또는 외부 전자 장치)에 의해 발생되는 이벤트를 의미할 수 있다. 예를 들어, 동작이 제한된 어플리케이션과 관련된 이벤트는 전자 장치(100)가 외부 장치(예: 푸쉬 서버(300))로부터 인스턴트 메시지, 이메일, 광고, 뉴스, 날씨 등의 정보를 수신하는 이벤트일 수 있다.If the operation of the application is restricted, the electronic device 100 may determine in 1010 operation that an event related to, for example, an application whose operation is restricted has occurred. An event associated with an application whose operation is restricted may refer to an event generated by an external device (e.g., an application server or an external electronic device) other than an event by an application installed in the electronic device 100, for example. For example, an event associated with an application with limited activity may be an event where the electronic device 100 receives information such as an instant message, email, advertisement, news, weather, etc. from an external device (e.g., push server 300) .

전자 장치(100)는, 1020 동작에서, 예컨대, 이벤트가 발생한 어플리케이션의 동작을 허용할 수 있다. 예를 들어, 전자 장치(100)는 이벤트가 발생한 어플리케이션을 실행할 수 있다. The electronic device 100 may, for example, permit operation of the application in which the event occurred, in 1020 operation. For example, the electronic device 100 may execute an application in which an event occurs.

전자 장치(100)는, 1030 동작에서, 예컨대, 이벤트와 관련된 동작을 수행할 수 있다. 예를 들어, 전자 장치(100)는 외부 장치로부터 수신된 메시지, 이메일, 광고, 뉴스 등에 대한 정보를 알림 형태로 제공할 수 있다.The electronic device 100 may, for example, perform operations associated with an event at 1030 operations. For example, the electronic device 100 may provide information on a message, e-mail, advertisement, news, etc. received from an external device in a notification form.

전자 장치(100)는, 1040 동작에서, 예컨대, 이벤트와 관련된 동작이 완료되면 이벤트가 발생한 어플리케이션의 동작을 다시 제한할 수 있다. The electronic device 100 may again limit the operation of the application in which the event occurred in operation 1040, e.g., when the operation associated with the event is complete.

본 발명의 다양한 실시 예에 따른 전자 장치의 어플리케이션 제어 방법은, 어플리케이션의 동작, 사용 이력 또는 사용자 요청 중 적어도 하나에 기초하여, 상기 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제1 어플리케이션 리스트를 업데이트하는 동작 및 지정된 이벤트가 발생하면 상기 제1 어플리케이션 리스트에 포함된 적어도 하나의 어플리케이션들 중 적어도 하나의 어플리케이션의 동작을 제한하는 동작을 포함할 수 있다.An application control method of an electronic device according to various embodiments of the present invention includes updating a first application list including at least one application installed in the electronic device based on at least one of an operation of an application, And limiting an operation of at least one of the applications included in the first application list when a specified event occurs.

본 발명의 다양한 실시 예에 따르면, 상기 제1 어플리케이션 리스트를 업데이트하는 동작은, 푸쉬 서비스(push service)를 제공하는 어플리케이션, 지정된 시간 주기 동안 적어도 한번 지정된 동작을 수행하도록 설정되는 어플리케이션, 지정된 시간 동안 사용되지 않은 어플리케이션, 어플리케이션과 관련된 알림에 대한 사용자의 응답이 지정된 확률 이하인 어플리케이션 및 어플리케이션과 관련된 알림에 대해 지정된 시간 동안 사용자 응답이 없는 어플리케이션 중 적어도 하나를 상기 제1 어플리케이션 리스트에 등록하는 동작을 포함할 수 있다.According to various embodiments of the present invention, the updating of the first application list may include an application providing a push service, an application configured to perform an operation specified at least once during a specified time period, Registering in the first application list at least one of an application for which the user's response to the notification related to the application is less than or equal to the specified probability and an application for which there is no user response for a specified period of time for the notification associated with the application, have.

본 발명의 다양한 실시 예에 따르면, 상기 어플리케이션의 동작은, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보를 표시하면서 수행되는 제1 동작, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보가 표시되지 않으면서 수행되는 제2 동작 및 다른 어플리케이션의 요청에 따라 어플리케이션과 관련된 정보를 다른 어플리케이션에 제공하는 제3 동작을 포함할 수 있으며, 상기 제1 어플리케이션 리스트를 업데이트하는 동작은, 상기 제1 동작, 상기 제2 동작 및 상기 제3 동작 중 적어도 하나에 기초하여 어플리케이션의 사용 여부를 판단하는 동작을 포함할 수 있다. According to various embodiments of the present invention, the operation of the application may include a first operation performed while displaying information corresponding to an operation of the application on the display, a first operation performed while displaying information corresponding to the operation of the application on the display And a third operation of providing information related to the application to another application in response to a request of another application, and the operation of updating the first application list may include the first operation, the second operation And determining whether to use the application based on at least one of the third operation and the third operation.

본 발명의 다양한 실시 예에 따르면, 상기 어플리케이션의 사용 여부를 판단하는 동작은, 상기 제1 동작, 상기 제2 동작 및 상기 제3 동작에 서로 상이한 가중치를 부여하여 어플리케이션의 사용 여부를 판단하는 동작을 포함할 수 있다. According to various embodiments of the present invention, the operation of determining whether or not the application is used may include assigning different weights to the first operation, the second operation, and the third operation to determine whether to use the application .

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작은, 상기 제1 어플리케이션 리스트에 포함된 어플리케이션 각각에 대해, 어플리케이션의 사용 이력에 기초하여, 어플리케이션의 동작을 허용하는 제1 상태, 어플리케이션의 동작 횟수를 감소시키는 제2 상태 및 어플리케이션의 동작 중 적어도 일부를 제한하는 제3 상태 중 하나로 설정하는 동작 및 상기 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작을 포함할 수 있다. According to various embodiments of the present invention, the operation for restricting the operation of the at least one application may include: a step of, for each of the applications included in the first application list, 1 state, a second state for decreasing the number of operations of the application, and a third state for limiting at least a part of the operation of the application, and an operation for limiting the operation of the at least one application based on the state of the application . ≪ / RTI >

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작은, 사용자 입력에 기초하여 상기 어플리케이션에 설정된 상태를 변경하는 동작 및 변경된 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작을 더 포함할 수 있다. According to various embodiments of the present invention, the act of restricting the operation of the at least one application comprises the steps of changing the state set in the application based on the user input and changing the state of the at least one application And may further include an operation to limit the operation.

본 발명의 다양한 실시 예에 따르면, 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작은, 디스플레이의 비활성화 여부, 현재 시간, 상기 전자 장치의 현재 위치, 배터리 잔여량(또는, 배터리 소모 비율), 셀룰러 데이터 사용량 중 적어도 하나에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작을 포함할 수 있다.According to various embodiments of the present invention, the act of restricting the operation of the at least one application includes determining whether the display is inactivated, the current time, the current location of the electronic device, the remaining battery charge (or battery consumption rate) And restricting operation of the at least one application based on at least one of the at least one application.

본 발명의 다양한 실시 예에 따르면, 외부 전자 장치로부터 상기 외부 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제2 어플리케이션 리스트를 수신하는 동작, 상기 제1 어플리케이션 리스트 및 상기 제2 어플리케이션 리스트를 비교하여 동일한 기능을 수행하는 어플리케이션이 존재하는지 판단하는 동작 및 상기 전자 장치 및 상기 외부 전자 장치 중 하나에서 상기 동일한 기능을 수행하는 어플리케이션의 동작을 제한하는 동작을 더 포함할 수 있다.According to various embodiments of the present invention, there is provided a method comprising: receiving a second application list including at least one application installed in the external electronic device from an external electronic device; comparing the first application list and the second application list Determining whether an application performing the function exists, and restricting operations of the application performing the same function in one of the electronic device and the external electronic device.

도 11은 본 발명의 다양한 실시 예에 따른 어플리케이션의 동작 제한 기능을 나타내는 도면이다. 11 is a diagram illustrating an operation restriction function of an application according to various embodiments of the present invention.

도 11에 도시된 두 개의 그래프(40, 50)는 전자 장치(100)에서 송수신된 데이터 패킷량을 측정한 결과 중 일부를 나타낸다. 첫번째 그래프(40)는 어플리케이션의 동작을 제한하지 않은 경우의 시간에 따른 패킷 송수신량을 나타내는 그래프이다. 두번째 그래프(50)는 어플리케이션의 동작을 제한한 경우(50)의 시간에 따른 패킷 송수신량을 나타내는 그래프이다. 도 11에 도시된 그래프의 x축은 시간을 나타내며, y축은 패킷량(byte)을 나타낸다. y축은, 예컨대, 전류 소모량에 대응될 수도 있다.The two graphs 40 and 50 shown in FIG. 11 show some of the results of measuring the amount of data packets transmitted and received by the electronic device 100. The first graph 40 is a graph showing the amount of packet transmission / reception with respect to time when the operation of the application is not restricted. The second graph 50 is a graph showing the amount of packet transmission and reception according to the time when the operation of the application is restricted (50). The x-axis of the graph shown in Fig. 11 represents time, and the y-axis represents a packet amount (byte). The y-axis may correspond to, for example, current consumption.

도 11에 도시된 두 개의 그래프(40, 50)를 참조하면 제어 모듈(170)이 슬립 모드인 상태에서 어플리케이션의 요청에 의해 동작을 수행하는 경우 패킷이 송수신되는 지점이 존재할 수 있다. 도 11에 도시된 두 그래프를 비교하면 어플리케이션의 동작을 제한한 경우의 그래프(50)는 어플리케이션의 동작을 제한하지 않은 경우의 그래프(40) 보다 패킷 송수신 횟수가 상당히(substantially) 감소함을 알 수 있다. Referring to the two graphs 40 and 50 shown in FIG. 11, when the control module 170 operates in response to an application request in a sleep mode, there may be a point at which packets are transmitted and received. Comparing the two graphs shown in FIG. 11, it can be seen that the graph 50 in the case of limiting the operation of the application substantially reduces the number of packet transmission / reception times compared to the graph 40 in the case where the operation of the application is not limited have.

도 11에 도시된 표(60)는 삼성전자(주)의 갤럭시 노트 3(SM-N9005) 장치를 이용하여 디스플레이 오프(또는, 제어 모듈의 슬립) 상태에서 6시간 동안 소모 전류를 측정한 결과를 나타낸다. 평균 전류를 비교하면 어플리케이션의 동작을 제한하지 않은 경우(W/O(without) AppFreezer)의 평균 전류는 26.833 mA이며, 어플리케이션의 동작을 제한한 경우(With AppFreezer)의 평균 전류는 16.454 mA로서 시간당 10.379 mAh의 전류가 절약되었으며, 약 38.67%의 전류 소모 감소 효과를 얻을 수 있다. The table 60 shown in FIG. 11 shows the result of measuring the consumed current for 6 hours in the display off (or the sleep state of the control module) using the Galaxy Note 3 (SM-N9005) . The average current of W / O (without AppFreezer) is 26.833 mA and the average current of the application with limited operation (With AppFreezer) is 16.454 mA, which is 10.379 mAh current is saved, and a current consumption reduction effect of about 38.67% can be obtained.

본 발명의 다양한 실시 예에 따르면, 예컨대, 전자 장치(100)의 디스플레이가 오프되거나 제어 모듈이 슬립 모드로 진입한 상태에서 어플리케이션의 불필요한 동작 또는 선택적인 동작을 제한하여 상기 어플리케이션에 의한 전류 소모를 감소시킬 수 있으며, 이에 따라, 전자 장치(100)의 사용시간이 증가될 수 있다. 상기 동작 제한은 지정된 해제 이벤트 발생 또는 사용자 해제 요청 입력 전까지, 디스플레이 오프 또는 슬립 모드 여부와 관계없이 유지될 수 있다. According to various embodiments of the present invention, for example, the unnecessary or optional operation of the application is restricted while the display of the electronic device 100 is turned off or the control module enters the sleep mode, thereby reducing current consumption by the application So that the use time of the electronic device 100 can be increased. The operation restriction can be maintained irrespective of the display off or sleep mode, until the designated release event occurrence or user release request input.

도 12는 다양한 실시예에 따른 전자 장치(1100)의 블록도이다. 12 is a block diagram of an electronic device 1100 in accordance with various embodiments.

전자 장치(1200)는, 예를 들면, 도 1에 도시된 전자 장치(100)의 전체 또는 일부를 포함할 수 있다. 전자 장치(1200)는 하나 이상의 프로세서(예: AP(application processor))(1210), 통신 모듈(1220), 가입자 식별 모듈(1224), 메모리(1230), 센서 모듈(1240), 입력 장치(1250), 디스플레이(1260), 인터페이스(1270), 오디오 모듈(1280), 카메라 모듈(1291), 전력 관리 모듈(1295), 배터리(1296), 인디케이터(1297), 및 모터(1298)를 포함할 수 있다.The electronic device 1200 may include, for example, all or part of the electronic device 100 shown in FIG. The electronic device 1200 may include one or more processors (e.g., an application processor (AP)) 1210, a communication module 1220, a subscriber identification module 1224, a memory 1230, a sensor module 1240, ), A display 1260, an interface 1270, an audio module 1280, a camera module 1291, a power management module 1295, a battery 1296, an indicator 1297, and a motor 1298 have.

프로세서(1210)는, 예를 들면, 운영 체제 또는 응용 프로그램을 구동하여 프로세서(1210)에 연결된 다수의 하드웨어 또는 소프트웨어 구성요소들을 제어할 수 있고, 각종 데이터 처리 및 연산을 수행할 수 있다. 프로세서(1210)는, 예를 들면, SoC(system on chip) 로 구현될 수 있다. 한 실시예에 따르면, 프로세서(1210)는 GPU(graphic processing unit) 및/또는 이미지 신호 프로세서(image signal processor)를 더 포함할 수 있다. 프로세서(1210)는 도 12에 도시된 구성요소들 중 적어도 일부(예: 셀룰러 모듈(1221))를 포함할 수도 있다. 프로세서(1210) 는 다른 구성요소들(예: 비휘발성 메모리) 중 적어도 하나로부터 수신된 명령 또는 데이터를 휘발성 메모리에 로드(load)하여 처리하고, 다양한 데이터를 비휘발성 메모리에 저장(store)할 수 있다.The processor 1210 may, for example, control an operating system or application programs to control a plurality of hardware or software components coupled to the processor 1210, and may perform various data processing and operations. The processor 1210 may be implemented with, for example, a system on chip (SoC). According to one embodiment, the processor 1210 may further include a graphics processing unit (GPU) and / or an image signal processor. Processor 1210 may include at least some of the components shown in FIG. 12 (e.g., cellular module 1221). Processor 1210 may load and process instructions or data received from at least one of the other components (e.g., non-volatile memory) into volatile memory and store the various data in non-volatile memory have.

통신 모듈(1220)은, 도 1의 통신 모듈(110)와 동일 또는 유사한 구성을 가질 수 있다. 통신 모듈(1220)은, 예를 들면, 셀룰러 모듈(1221), WiFi 모듈(1223), 블루투스 모듈(1225), GNSS 모듈(1227)(예: GPS 모듈, Glonass 모듈, Beidou 모듈, 또는 Galileo 모듈), NFC 모듈(1228) 및 RF(radio frequency) 모듈(1229)를 포함할 수 있다.The communication module 1220 may have the same or similar configuration as the communication module 110 of FIG. The communications module 1220 may include a cellular module 1221, a WiFi module 1223, a Bluetooth module 1225, a GNSS module 1227 (e.g., a GPS module, Glonass module, Beidou module, or Galileo module) An NFC module 1228, and a radio frequency (RF) module 1229. [

셀룰러 모듈(1221)은, 예를 들면, 통신망을 통해서 음성 통화, 영상 통화, 문자 서비스, 또는 인터넷 서비스 등을 제공할 수 있다. 한 실시예에 따르면, 셀룰러 모듈(1221)은 가입자 식별 모듈(예: SIM 카드)(1224)을 이용하여 통신 네트워크 내에서 전자 장치(1200)의 구별 및 인증을 수행할 수 있다. 한 실시예에 따르면, 셀룰러 모듈(1221)은 프로세서(1210)가 제공할 수 있는 기능 중 적어도 일부 기능을 수행할 수 있다. 한 실시예에 따르면, 셀룰러 모듈(1221)은 커뮤니케이션 프로세서(CP: communication processor)를 포함할 수 있다.The cellular module 1221 may provide voice calls, video calls, text services, or Internet services, for example, over a communication network. According to one embodiment, the cellular module 1221 may utilize a subscriber identity module (e.g., a SIM card) 1224 to perform the identification and authentication of the electronic device 1200 within the communication network. According to one embodiment, the cellular module 1221 may perform at least some of the functions that the processor 1210 may provide. According to one embodiment, the cellular module 1221 may include a communication processor (CP).

WiFi 모듈(1223), 블루투스 모듈(1225), GNSS 모듈(1227) 또는 NFC 모듈(1228) 각각은, 예를 들면, 해당하는 모듈을 통해서 송수신되는 데이터를 처리하기 위한 프로세서를 포함할 수 있다. 어떤 실시예에 따르면, 셀룰러 모듈(1221), WiFi 모듈(1223), 블루투스 모듈(1225), GNSS 모듈(1227) 또는 NFC 모듈(1228) 중 적어도 일부(예: 두 개 이상)는 하나의 integrated chip(IC) 또는 IC 패키지 내에 포함될 수 있다. Each of the WiFi module 1223, the Bluetooth module 1225, the GNSS module 1227, or the NFC module 1228 may include a processor for processing data transmitted and received through a corresponding module, for example. At least some (e.g., two or more) of the cellular module 1221, the WiFi module 1223, the Bluetooth module 1225, the GNSS module 1227, or the NFC module 1228, according to some embodiments, (IC) or an IC package.

RF 모듈(1229)은, 예를 들면, 통신 신호(예: RF 신호)를 송수신할 수 있다. RF 모듈(1229)은, 예를 들면, 트랜시버(transceiver), PAM(power amp module), 주파수 필터(frequency filter), LNA(low noise amplifier), 또는 안테나 등을 포함할 수 있다. 다른 실시예에 따르면, 셀룰러 모듈(1221), WiFi 모듈(1223), 블루투스 모듈(1225), GNSS 모듈(1227) 또는 NFC 모듈(1228) 중 적어도 하나는 별개의 RF 모듈을 통하여 RF 신호를 송수신할 수 있다. The RF module 1229 can, for example, send and receive communication signals (e.g., RF signals). The RF module 1229 may include, for example, a transceiver, a power amplifier module (PAM), a frequency filter, a low noise amplifier (LNA), or an antenna. According to another embodiment, at least one of the cellular module 1221, the WiFi module 1223, the Bluetooth module 1225, the GNSS module 1227 or the NFC module 1228 transmits and receives RF signals through separate RF modules .

가입자 식별 모듈(1224)은, 예를 들면, 가입자 식별 모듈을 포함하는 카드 및/또는 내장 SIM(embedded SIM)을 포함할 수 있으며, 고유한 식별 정보(예: ICCID(integrated circuit card identifier)) 또는 가입자 정보(예: IMSI(international mobile subscriber identity))를 포함할 수 있다. The subscriber identity module 1224 may include, for example, a card containing a subscriber identity module and / or an embedded SIM and may include unique identification information (e.g., an integrated circuit card identifier (ICCID) Subscriber information (e.g., international mobile subscriber identity (IMSI)).

메모리(1230)(예: 메모리(120))는, 예를 들면, 내장 메모리(1232) 또는 외장 메모리(1234)를 포함할 수 있다. 내장 메모리(1232)는, 예를 들면, 휘발성 메모리(예: DRAM(dynamic RAM), SRAM(static RAM), 또는 SDRAM(synchronous dynamic RAM) 등), 비휘발성 메모리(non-volatile Memory)(예: OTPROM(one time programmable ROM), PROM(programmable ROM), EPROM(erasable and programmable ROM), EEPROM(electrically erasable and programmable ROM), mask ROM, flash ROM, 플래시 메모리(예: NAND flash 또는 NOR flash 등), 하드 드라이브, 또는 솔리드 스테이트 드라이브(solid state drive(SSD)) 중 적어도 하나를 포함할 수 있다. The memory 1230 (e.g., memory 120) may include, for example, an internal memory 1232 or an external memory 1234. [ The built-in memory 1232 may be a volatile memory such as a dynamic RAM (DRAM), a static random access memory (SRAM), or a synchronous dynamic RAM (SDRAM), a non-volatile memory Programmable ROM (EPROM), electrically erasable and programmable ROM (EEPROM), mask ROM, flash ROM, flash memory (e.g., NAND flash or NOR flash) A hard drive, or a solid state drive (SSD).

외장 메모리(1234)는 플래시 드라이브(flash drive), 예를 들면, CF(compact flash), SD(secure digital), Micro-SD(micro secure digital), Mini-SD(mini secure digital), xD(extreme digital), MMC(multi-media card) 또는 메모리 스틱(memory stick) 등을 더 포함할 수 있다. 외장 메모리(1234)는 다양한 인터페이스를 통하여 전자 장치(1200)와 기능적으로 및/또는 물리적으로 연결될 수 있다.The external memory 1234 may be a flash drive such as a compact flash (CF), a secure digital (SD), a micro secure digital (SD), a mini secure digital (SD) digital, a multi-media card (MMC), a memory stick, and the like. The external memory 1234 may be functionally and / or physically connected to the electronic device 1200 via various interfaces.

센서 모듈(1240)은, 예를 들면, 물리량을 계측하거나 전자 장치(1200)의 작동 상태를 감지하여, 계측 또는 감지된 정보를 전기 신호로 변환할 수 있다. 센서 모듈(1240)은, 예를 들면, 제스처 센서(1240A), 자이로 센서(1240B), 기압 센서(1240C), 마그네틱 센서(1240D), 가속도 센서(1240E), 그립 센서(1240F), 근접 센서(1240G), 컬러(color) 센서(1240H)(예: RGB(red, green, blue) 센서), 생체 센서(1240I), 온/습도 센서(1240J), 조도 센서(1240K), 또는 UV(ultra violet) 센서(1240M) 중의 적어도 하나를 포함할 수 있다. 추가적으로 또는 대체적으로(additionally or alternatively), 센서 모듈(1240)은, 예를 들면, 후각 센서(E-nose sensor), EMG 센서(electromyography sensor), EEG 센서(electroencephalogram sensor), ECG 센서(electrocardiogram sensor), IR(infrared) 센서, 홍채 센서 및/또는 지문 센서를 포함할 수 있다. 센서 모듈(1240)은 그 안에 속한 적어도 하나 이상의 센서들을 제어하기 위한 제어 회로를 더 포함할 수 있다. 어떤 실시예에서는, 전자 장치(1200)는 프로세서(1210)의 일부로서 또는 별도로, 센서 모듈(1240)을 제어하도록 구성된 프로세서를 더 포함하여, 프로세서(1210)가 슬립(sleep) 상태에 있는 동안, 센서 모듈(1240)을 제어할 수 있다.The sensor module 1240 may, for example, measure a physical quantity or sense an operating state of the electronic device 1200 to convert the measured or sensed information into an electrical signal. The sensor module 1240 includes a gesture sensor 1240A, a gyro sensor 1240B, an air pressure sensor 1240C, a magnetic sensor 1240D, an acceleration sensor 1240E, a grip sensor 1240F, 1240G, a color sensor 1240H (e.g., an RGB (red, green, blue) sensor), a biosensor 1240I, a temperature / humidity sensor 1240J, an illuminance sensor 1240K, Sensor 1240M. ≪ / RTI > Additionally or alternatively, the sensor module 1240 may include, for example, an E-nose sensor, an electromyography sensor, an electroencephalogram sensor, an electrocardiogram sensor, , An infrared (IR) sensor, an iris sensor, and / or a fingerprint sensor. The sensor module 1240 may further include a control circuit for controlling at least one or more sensors belonging to the sensor module 1240. In some embodiments, the electronic device 1200 further includes a processor configured to control the sensor module 1240, either as part of the processor 1210 or separately, so that while the processor 1210 is in a sleep state, The sensor module 1240 can be controlled.

입력 장치(1250)는, 예를 들면, 터치 패널(touch panel)(1252), (디지털) 펜 센서(pen sensor)(1254), 키(key)(1256), 또는 초음파(ultrasonic) 입력 장치(1258)를 포함할 수 있다. 터치 패널(1252)은, 예를 들면, 정전식, 감압식, 적외선 방식, 또는 초음파 방식 중 적어도 하나의 방식을 사용할 수 있다. 또한, 터치 패널(1252)은 제어 회로를 더 포함할 수도 있다. 터치 패널(1252)은 택타일 레이어(tactile layer)를 더 포함하여, 사용자에게 촉각 반응을 제공할 수 있다. The input device 1250 may include, for example, a touch panel 1252, a (digital) pen sensor 1254, a key 1256, or an ultrasonic input device 1258). As the touch panel 1252, for example, at least one of an electrostatic type, a pressure sensitive type, an infrared type, and an ultrasonic type can be used. Further, the touch panel 1252 may further include a control circuit. The touch panel 1252 may further include a tactile layer to provide a tactile response to the user.

(디지털) 펜 센서(1254)는, 예를 들면, 터치 패널의 일부이거나, 별도의 인식용 쉬트(sheet)를 포함할 수 있다. 키(1256)는, 예를 들면, 물리적인 버튼, 광학식 키, 또는 키패드를 포함할 수 있다. 초음파 입력 장치(1258)는 마이크(예: 마이크(1288))를 통해, 입력 도구에서 발생된 초음파를 감지하여, 상기 감지된 초음파에 대응하는 데이터를 확인할 수 있다.(Digital) pen sensor 1254 may be part of, for example, a touch panel or may include a separate recognition sheet. Key 1256 may include, for example, a physical button, an optical key, or a keypad. The ultrasonic input device 1258 can sense the ultrasonic wave generated from the input tool through the microphone (e.g., the microphone 1288) and confirm the data corresponding to the sensed ultrasonic wave.

디스플레이(1260)(예: 디스플레이(160))는 패널(1262), 홀로그램 장치(1264), 또는 프로젝터(1266)를 포함할 수 있다. 패널(1262)은, 도 1의 디스플레이(160)와 동일 또는 유사한 구성을 포함할 수 있다. 패널(1262)은, 예를 들면, 유연하게(flexible), 투명하게(transparent), 또는 착용할 수 있게(wearable) 구현될 수 있다. 패널(1262)은 터치 패널(1252)과 하나의 모듈로 구성될 수도 있다. 홀로그램 장치(1264)는 빛의 간섭을 이용하여 입체 영상을 허공에 보여줄 수 있다. 프로젝터(1266)는 스크린에 빛을 투사하여 영상을 표시할 수 있다. 스크린은, 예를 들면, 전자 장치(1200)의 내부 또는 외부에 위치할 수 있다. 한 실시예에 따르면, 디스플레이(1260)는 패널(1262), 홀로그램 장치(1264), 또는 프로젝터(1266)를 제어하기 위한 제어 회로를 더 포함할 수 있다. Display 1260 (e.g., display 160) may include panel 1262, hologram device 1264, or projector 1266. Panel 1262 may include the same or similar configuration as display 160 of FIG. The panel 1262 can be embodied, for example, flexible, transparent, or wearable. The panel 1262 may be composed of one module with the touch panel 1252. [ The hologram device 1264 can display the stereoscopic image in the air using the interference of light. The projector 1266 can display an image by projecting light on a screen. The screen may, for example, be located inside or outside the electronic device 1200. According to one embodiment, the display 1260 may further include control circuitry for controlling the panel 1262, the hologram device 1264, or the projector 1266.

인터페이스(1270)는, 예를 들면, HDMI(high-definition multimedia interface)(1272), USB(universal serial bus)(1274), 광 인터페이스(optical interface)(1276), 또는 D-sub(D-subminiature)(1278)를 포함할 수 있다. 추가적으로 또는 대체적으로(additionally and alternatively), 인터페이스(1270)는, 예를 들면, MHL(mobile high-definition link) 인터페이스, SD(secure digital) 카드/MMC(multi-media card) 인터페이스, 또는 IrDA(infrared data association) 규격 인터페이스를 포함할 수 있다. The interface 1270 may be any of a variety of devices such as a high-definition multimedia interface (HDMI) 1272, a universal serial bus (USB) 1274, an optical interface 1276, or a D- ) ≪ / RTI > Additionally or alternatively, the interface 1270 can be, for example, a mobile high-definition link (MHL) interface, a secure digital (SD) card / multi-media card (MMC) data association standard interface.

오디오 모듈(1280)은, 예를 들면, 소리(sound)와 전기 신호를 쌍방향으로 변환시킬 수 있다. 오디오 모듈(1280)은, 예를 들면, 스피커(1282), 리시버(1284), 이어폰(1286), 또는 마이크(1288) 등을 통해 입력 또는 출력되는 소리 정보를 처리할 수 있다. The audio module 1280 can, for example, convert sound and electrical signals in both directions. The audio module 1280 can process sound information input or output through, for example, a speaker 1282, a receiver 1284, an earphone 1286, or a microphone 1288 or the like.

카메라 모듈(1291)은, 예를 들면, 정지 영상 및 동영상을 촬영할 수 있는 장치로서, 한 실시예에 따르면, 하나 이상의 이미지 센서(예: 전면 센서 또는 후면 센서), 렌즈, ISP(image signal processor), 또는 플래시(flash)(예: LED 또는 xenon lamp 등)를 포함할 수 있다.The camera module 1291 may be, for example, a device capable of capturing still images and moving images, and may include one or more image sensors such as a front sensor or a rear sensor, a lens, an image signal processor (ISP) , Or a flash (e.g., an LED or xenon lamp, etc.).

전력 관리 모듈(1295)은, 예를 들면, 전자 장치(1200)의 전력을 관리할 수 있다. 한 실시예에 따르면, 전력 관리 모듈(1295)은 PMIC(power management integrated circuit), 충전 IC(charger integrated circuit), 또는 배터리 또는 연료 게이지(battery or fuel gauge)를 포함할 수 있다. PMIC는, 유선 및/또는 무선 충전 방식을 가질 수 있다. 무선 충전 방식은, 예를 들면, 자기공명 방식, 자기유도 방식 또는 전자기파 방식 등을 포함하며, 무선 충전을 위한 부가적인 회로, 예를 들면, 코일 루프, 공진 회로, 또는 정류기 등을 더 포함할 수 있다. 배터리 게이지는, 예를 들면, 배터리(1296)의 잔량, 충전 중 전압, 전류, 또는 온도를 측정할 수 있다. 배터리(1296)는, 예를 들면, 충전식 전지(rechargeable battery) 및/또는 태양 전지(solar battery)를 포함할 수 있다. The power management module 1295 can manage the power of the electronic device 1200, for example. According to one embodiment, the power management module 1295 may include a power management integrated circuit (PMIC), a charger integrated circuit (PWM), or a battery or fuel gauge. The PMIC may have a wired and / or wireless charging scheme. The wireless charging scheme may include, for example, a magnetic resonance scheme, a magnetic induction scheme, or an electromagnetic wave scheme, and may further include an additional circuit for wireless charging, for example, a coil loop, a resonant circuit, have. The battery gauge can measure, for example, the remaining amount of the battery 1296, the voltage during charging, the current, or the temperature. The battery 1296 may include, for example, a rechargeable battery and / or a solar battery.

인디케이터(1297)는 전자 장치(1200) 또는 그 일부(예: 프로세서(1210))의 특정 상태, 예를 들면, 부팅 상태, 메시지 상태 또는 충전 상태 등을 표시할 수 있다. 모터(1298)는 전기적 신호를 기계적 진동으로 변환할 수 있고, 진동(vibration), 또는 햅틱(haptic) 효과 등을 발생시킬 수 있다. 도시되지는 않았으나, 전자 장치(1200)는 모바일 TV 지원을 위한 처리 장치(예: GPU)를 포함할 수 있다. 모바일 TV 지원을 위한 처리 장치는, 예를 들면, DMB(digital multimedia broadcasting), DVB(digital video broadcasting), 또는 미디어플로(mediaFloTM) 등의 규격에 따른 미디어 데이터를 처리할 수 있다. Indicator 1297 may indicate a particular state of electronic device 1200 or a portion thereof (e.g., processor 1210), such as a boot state, a message state, or a state of charge. The motor 1298 can convert an electrical signal into mechanical vibration and can generate vibration, haptic effects, and the like. Although not shown, the electronic device 1200 may include a processing unit (e.g., a GPU) for mobile TV support. The processing device for supporting mobile TV can process media data conforming to standards such as digital multimedia broadcasting (DMB), digital video broadcasting (DVB), or media flow (TM), for example.

본 문서에서 기술된 구성요소들 각각은 하나 또는 그 이상의 부품(component)으로 구성될 수 있으며, 해당 구성요소의 명칭은 전자 장치의 종류에 따라서 달라질 수 있다. 다양한 실시예에서, 전자 장치는 본 문서에서 기술된 구성요소 중 적어도 하나를 포함하여 구성될 수 있으며, 일부 구성요소가 생략되거나 또는 추가적인 다른 구성요소를 더 포함할 수 있다. 또한, 다양한 실시예에 따른 전자 장치의 구성요소들 중 일부가 결합되어 하나의 개체(entity)로 구성됨으로써, 결합되기 이전의 해당 구성요소들의 기능을 동일하게 수행할 수 있다.Each of the components described in this document may be composed of one or more components, and the name of the component may be changed according to the type of the electronic device. In various embodiments, the electronic device may comprise at least one of the components described herein, some components may be omitted, or may further include additional other components. In addition, some of the components of the electronic device according to various embodiments may be combined into one entity, so that the functions of the components before being combined can be performed in the same manner.

도 13은 다양한 실시예에 따른 프로그램 모듈의 블록도이다. 13 is a block diagram of a program module according to various embodiments.

한 실시예에 따르면, 프로그램 모듈(1310)은 전자 장치(예: 전자 장치(100))에 관련된 자원을 제어하는 운영 체제(operating system(OS)) 및/또는 운영 체제 상에서 구동되는 다양한 어플리케이션을 포함할 수 있다. 운영 체제는, 예를 들면, 안드로이드(android), iOS, 윈도우즈(windows), 심비안(symbian), 타이젠(tizen), 또는 바다(bada) 등이 될 수 있다.According to one embodiment, program module 1310 includes an operating system (OS) that controls resources associated with an electronic device (e.g., electronic device 100) and / or various applications running on the operating system can do. The operating system may be, for example, android, iOS, windows, symbian, tizen, or bada.

프로그램 모듈(1310)은 커널(1320), 미들웨어(1330), 어플리케이션 프로그래밍 인터페이스(application programming interface (API))(1360), 및/또는 어플리케이션(1370)을 포함할 수 있다. 프로그램 모듈(1310)의 적어도 일부는 전자 장치 상에 프리로드(preload) 되거나, 외부 전자 장치로부터 다운로드(download) 가능하다.The program module 1310 may include a kernel 1320, a middleware 1330, an application programming interface (API) 1360, and / or an application 1370. At least a portion of the program module 1310 may be preloaded on an electronic device or downloaded from an external electronic device.

커널(1320)은, 예를 들면, 시스템 리소스 매니저(1321) 및/또는 디바이스 드라이버(1323)를 포함할 수 있다. 시스템 리소스 매니저(1321)는 시스템 리소스의 제어, 할당, 또는 회수 등을 수행할 수 있다. 한 실시예에 따르면, 시스템 리소스 매니저(1321)는 프로세스 관리부, 메모리 관리부, 또는 파일 시스템 관리부 등을 포함할 수 있다. 디바이스 드라이버(1323)는, 예를 들면, 디스플레이 드라이버, 카메라 드라이버, 블루투스 드라이버, 공유 메모리 드라이버, USB 드라이버, 키패드 드라이버, WiFi 드라이버, 오디오 드라이버, 또는 IPC(inter-process communication) 드라이버를 포함할 수 있다. The kernel 1320 may include, for example, a system resource manager 1321 and / or a device driver 1323. The system resource manager 1321 can perform control, allocation, or recovery of system resources. According to one embodiment, the system resource manager 1321 may include a process management unit, a memory management unit, or a file system management unit. The device driver 1323 may include, for example, a display driver, a camera driver, a Bluetooth driver, a shared memory driver, a USB driver, a keypad driver, a WiFi driver, an audio driver, or an inter-process communication .

미들웨어(1330)는, 예를 들면, 어플리케이션(1370)이 공통적으로 필요로 하는 기능을 제공하거나, 어플리케이션(1370)이 전자 장치 내부의 제한된 시스템 자원을 효율적으로 사용할 수 있도록 API(1360)를 통해 다양한 기능들을 어플리케이션(1370)으로 제공할 수 있다. 한 실시예에 따르면, 미들웨어(1330)는 런타임 라이브러리(1335), 어플리케이션 매니저(application manager)(1341), 윈도우 매니저(window manager)(1342), 멀티미디어 매니저(multimedia manager)(1343), 리소스 매니저(resource manager)(1344), 파워 매니저(power manager)(1345), 데이터베이스 매니저(database manager)(1346), 패키지 매니저(package manager)(1347), 연결 매니저(connectivity manager)(1348), 통지 매니저(notification manager)(1349), 위치 매니저(location manager)(1350), 그래픽 매니저(graphic manager)(1351), 보안 매니저(security manager)(1352), 알람 매니저(Alram manager)(1353), UsageStats 매니저(UsageStats manager) 또는 LpNet 매니저(LpNet manager) 중 적어도 하나를 포함할 수 있다.The middleware 1330 may provide various functions commonly required by the application 1370 or may be provided through the API 1360 in various ways to enable the application 1370 to efficiently use limited system resources within the electronic device. Functions may be provided to application 1370. According to one embodiment, the middleware 1330 includes a runtime library 1335, an application manager 1341, a window manager 1342, a multimedia manager 1343, a resource manager a resource manager 1344, a power manager 1345, a database manager 1346, a package manager 1347, a connectivity manager 1348, a notification manager 1349, a location manager 1350, a graphic manager 1351, a security manager 1352, an alarm manager 1353, a UsageStats manager UsageStats manager) or LpNet manager (LpNet manager).

런타임 라이브러리(1335)는, 예를 들면, 어플리케이션(1370)이 실행되는 동안에 프로그래밍 언어를 통해 새로운 기능을 추가하기 위해 컴파일러가 사용하는 라이브러리 모듈을 포함할 수 있다. 런타임 라이브러리(1335)는 입출력 관리, 메모리 관리, 또는 산술 함수에 대한 기능 등을 수행할 수 있다. The runtime library 1335 may include, for example, a library module used by the compiler to add new functionality via a programming language while the application 1370 is running. The runtime library 1335 may perform input / output management, memory management, or functions for arithmetic functions.

어플리케이션 매니저(1341)는, 예를 들면, 어플리케이션(1370) 중 적어도 하나의 어플리케이션의 생명 주기(life cycle)를 관리할 수 있다. The application manager 1341 can manage the life cycle of at least one of the applications 1370, for example.

윈도우 매니저(1342)는 화면에서 사용하는 GUI 자원을 관리할 수 있다. The window manager 1342 can manage GUI resources used on the screen.

멀티미디어 매니저(1343)는 다양한 미디어 파일들의 재생에 필요한 포맷을 파악하고, 해당 포맷에 맞는 코덱(codec)을 이용하여 미디어 파일의 인코딩(encoding) 또는 디코딩(decoding)을 수행할 수 있다. The multimedia manager 1343 can recognize the format required for reproducing various media files and can encode or decode a media file using a codec suitable for the corresponding format.

리소스 매니저(1344)는 어플리케이션(1370) 중 적어도 어느 하나의 어플리케이션의 소스 코드, 메모리 또는 저장 공간 등의 자원을 관리할 수 있다. The resource manager 1344 can manage resources such as source code, memory or storage space of at least one of the applications 1370.

파워 매니저(1345)는, 예를 들면, 바이오스(BIOS: basic input/output system) 등과 함께 동작하여 배터리(battery) 또는 전원을 관리하고, 전자 장치의 동작에 필요한 전력 정보 등을 제공할 수 있다. The power manager 1345 operates in conjunction with a basic input / output system (BIOS), for example, to manage a battery or a power source, and to provide power information necessary for the operation of the electronic device.

데이터베이스 매니저(1346)는 어플리케이션(1370) 중 적어도 하나의 어플리케이션에서 사용할 데이터베이스를 생성, 검색, 또는 변경할 수 있다. The database manager 1346 may create, retrieve, or modify a database to be used in at least one of the applications 1370.

패키지 매니저(1347)는 패키지 파일의 형태로 배포되는 어플리케이션의 설치 또는 업데이트를 관리할 수 있다. The package manager 1347 can manage installation or update of an application distributed in the form of a package file.

연결 매니저(1348)는, 예를 들면, WiFi 또는 블루투스 등의 무선 연결을 관리할 수 있다. The connection manager 1348 may manage wireless connections, such as, for example, WiFi or Bluetooth.

통지 매니저(1349)는 도착 메시지, 약속, 근접성 알림 등의 사건(event)을 사용자에게 방해되지 않는 방식으로 표시 또는 통지할 수 있다. The notification manager 1349 may display or notify events such as arrival messages, appointments, proximity notifications, etc. in a way that is not disturbed to the user.

위치 매니저(1350)는 전자 장치의 위치 정보를 관리할 수 있다. The location manager 1350 may manage the location information of the electronic device.

그래픽 매니저(1351)는 사용자에게 제공될 그래픽 효과 또는 이와 관련된 사용자 인터페이스를 관리할 수 있다. The graphic manager 1351 may manage the graphical effect to be provided to the user or a user interface associated therewith.

보안 매니저(1352)는 시스템 보안 또는 사용자 인증 등에 필요한 제반 보안 기능을 제공할 수 있다. The security manager 1352 can provide all security functions necessary for system security or user authentication.

알람 매니저(1353)은 지정된 시간에 알람을 제공할 수 있는 기능을 제공한다. 어플리케이션(1370)은 알람 매니저를 이용하여 정해진 시간 또는 주기적으로 원하는 기능을 수행할 수 있다.The alarm manager 1353 provides a function of providing an alarm at a specified time. The application 1370 can perform a desired function at a predetermined time or periodically using an alarm manager.

UsageStats 매니저(1354)는 어플리케이션을 언제, 얼마나 사용했는지 정보를 관리할 수 있다. 예를 들어, 사용 어플별로 사용자 계정, 실행 시간, 종료 시간, 동작 시간, 사용 메모리, 사용 하드웨어, 소모 전류, 사용자의 사용 정도(예를 들어, 알림 확인 확률) 등의 정보를 관리할 수 있다. UsageStats manager 1354 can manage information on when and how much the application has been used. For example, it is possible to manage information such as a user account, execution time, end time, operation time, used memory, used hardware, consumed current, and degree of usage of the user (for example, notification confirmation probability).

LpNet 매니저(1355)는 어플리케이션 매니저(1341), 패키지 매니저(1347), 위치 매니저(1350), 알람 매니저(1353), UsageStats 매니저(1354)를 포함하는 타 매니저들로부터 정보를 수집하고 분석하여 어플리케이션을 제어한다. 제어 결과는 스마트 매니저(1385)를 통해 사용자에게 제공한다. 스마트 매니저(1385)를 통해 사용자 요청을 수신하여 LpNet 매니저(1355)에 전달하고 LpNet 매니저(1355)는 상기 사용자 요청에 대응 동작을 할 수 있다. 예를 들어, LpNet 매니저(1355)는 어플리케이션 매니저(1341)로부터 앱 실행 정보를, 패키지 매니저(1347)로부터 설치된 앱 정보를, 위치 매니저(1350)로부터 위치 정보 내역을, 알람 매니저(1353)로부터 Wakeup 횟수 정보를, UsageStats 매니저(1354)로부터 사용자가 어플리케이션이 언제 얼마나 사용되었는지 정보를 획득할 수 있다. 예를 들어, LpNet 매니저(1355)는 타 매니저(들)로부터 수집한 정보를 기초로 미사용 어플리케이션을 결정하고 상기 어플리케이션의 동작을 제한할 수 있다. 또는 동작이 제한된 어플리케이션 중에서 사용자에 의해 실행된 어플리케이션은 동작 제한을 해제할 수 있다. 예를 들어, LpNet 매니저(1355)는 동작이 제한된 어플리케이션을 통지 매니저(1349)를 통해 도 4의 (d)처럼 사용자에게 알릴 수 있다. 예를 들어, LpNet 매니저(1355)는 어플리케이션 매니저(1341)에게 실행 금지를 요청할 수 있다. 또는 어플리케이션 매니저(1341)은 LpNet 매니저(1355)에 의해 제한된 어플리케이션 실행을 금지할 수 있다. 예를 들어, LpNet매니저(1355)는 타 매니저(들)로부터 수집한 정보를 기초로 동작이 제한된 어플리케이션 리스트, 스마트 매니저(1385)를 통해 수신한 사용자의 요청에 의해 동작이 제한된 어플리케이션 리스트, 그 외 나머지 어플리케이션 리스트를 관리할 수 있다. 상기 어플리케이션 리스트 중 적어도 하나는 스마트 매니저(1385)를 통해 사용자에게 제공될 수 있다. 사용자는 스마트 매니저(1385)의 인터페이스를 통해 사용자에게 제공된 어플리케이션 리스트를 제어할 수 있다. 제어 신호는 LpNet 매니저(1355)에 전달되어 처리될 수 있다.The LpNet manager 1355 collects and analyzes information from other managers, including the application manager 1341, the package manager 1347, the location manager 1350, the alarm manager 1353, and the UsageStats manager 1354, . The control result is provided to the user through the smart manager 1385. Receives the user request through the smart manager 1385 and transmits it to the LpNet manager 1355, and the LpNet manager 1355 can perform the corresponding operation to the user request. For example, the LpNet manager 1355 receives the application execution information from the application manager 1341, the app information from the package manager 1347, the location information from the location manager 1350, and Wakeup From the UsageStats manager 1354, the user can obtain information on how many times the application has been used. For example, the LpNet manager 1355 may determine an unused application based on information gathered from the other manager (s) and limit the operation of the application. Or an application that is executed by a user among the applications whose operation is restricted can release the operation restriction. For example, the LpNet manager 1355 may notify the user of the restricted application through the notification manager 1349 as shown in FIG. 4 (d). For example, the LpNet manager 1355 may request the application manager 1341 to prohibit execution. Alternatively, the application manager 1341 may prohibit execution of a limited application by the LpNet manager 1355. [ For example, the LpNet manager 1355 may include an application list whose operation is restricted based on information collected from the other manager (s), an application list whose operation is restricted by a user's request received via the smart manager 1385, The remaining application list can be managed. At least one of the application list may be provided to the user through the smart manager 1385. [ The user can control the application list provided to the user through the interface of the smart manager 1385. [ The control signal may be communicated to the LpNet manager 1355 for processing.

한 실시예에 따르면, 전자 장치가 전화 기능을 포함한 경우, 미들웨어(1330)는 전자 장치의 음성 또는 영상 통화 기능을 관리하기 위한 통화 매니저(telephony manager)를 더 포함할 수 있다. According to one embodiment, when the electronic device includes a telephone function, the middleware 1330 may further include a telephony manager for managing the voice or video call function of the electronic device.

미들웨어(1330)는 전술한 구성요소들의 다양한 기능의 조합을 형성하는 미들웨어 모듈을 포함할 수 있다. 미들웨어(1330)는 차별화된 기능을 제공하기 위해 운영 체제의 종류 별로 특화된 모듈을 제공할 수 있다. 또한, 미들웨어(1330)는 동적으로 기존의 구성요소를 일부 삭제하거나 새로운 구성요소들을 추가할 수 있다.Middleware 1330 may include a middleware module that forms a combination of various functions of the above-described components. The middleware 1330 may provide a module specialized for each type of operating system to provide differentiated functions. In addition, middleware 1330 may dynamically delete some existing components or add new ones.

API(1360)는, 예를 들면, API 프로그래밍 함수들의 집합으로, 운영 체제에 따라 다른 구성으로 제공될 수 있다. 예를 들면, 안드로이드 또는 iOS의 경우, 플랫폼 별로 하나의 API 셋을 제공할 수 있으며, 타이젠(tizen)의 경우, 플랫폼 별로 두 개 이상의 API 셋을 제공할 수 있다.The API 1360 can be provided in a different configuration depending on the operating system, for example, as a set of API programming functions. For example, for Android or iOS, you can provide one API set per platform, and for tizen, you can provide more than two API sets per platform.

어플리케이션(1370)은, 예를 들면, 홈(1371), 다이얼러(1372), SMS/MMS(1373), IM(instant message)(1374), 브라우저(1375), 카메라(1376), 알람(1377), 컨택트(1378), 음성 다이얼(1379), 이메일(1380), 달력(1381), 미디어 플레이어(1382), 앨범(1383), 시계(1384), 건강 관리(health care)(예: 운동량 또는 혈당 등을 측정), 또는 환경 정보 제공(예: 기압, 습도, 또는 온도 정보 등을 제공) 등의 기능을 수행할 수 있는 하나 이상의 어플리케이션 또는 스마트 매니저(1385)를 포함할 수 있다.The application 1370 may include a home 1371, a dialer 1372, an SMS / MMS 1373, an instant message 1374, a browser 1375, a camera 1376, an alarm 1377, Contact 1378, voice dial 1379, email 1380, calendar 1381, media player 1382, album 1383, clock 1384, health care (e.g., Or provide one or more applications or smart managers 1385 that can provide environmental information (e.g., provide atmospheric pressure, humidity, or temperature information, etc.).

한 실시예에 따르면, 어플리케이션(1370)은 전자 장치(예: 전자 장치(100))와 외부 전자 장치 사이(200)의 정보 교환을 지원하는 어플리케이션(이하, 설명의 편의 상, "정보 교환 어플리케이션")을 포함할 수 있다. 정보 교환 어플리케이션은, 예를 들면, 외부 전자 장치에 특정 정보를 전달하기 위한 알림 전달(notification relay) 어플리케이션, 또는 외부 전자 장치를 관리하기 위한 장치 관리(device management) 어플리케이션을 포함할 수 있다. According to one embodiment, an application 1370 is an application that supports the exchange of information between an electronic device (e.g., electronic device 100) and an external electronic device (hereinafter referred to as an "information exchange application" ). The information exchange application may include, for example, a notification relay application for communicating specific information to an external electronic device, or a device management application for managing an external electronic device.

예를 들면, 알림 전달 어플리케이션은 전자 장치의 다른 어플리케이션(예: SMS/MMS 어플리케이션, 이메일 어플리케이션, 건강 관리 어플리케이션, 또는 환경 정보 어플리케이션 등)에서 발생된 알림 정보를 외부 전자 장치로 전달하는 기능을 포함할 수 있다. 또한, 알림 전달 어플리케이션은, 예를 들면, 외부 전자 장치로부터 알림 정보를 수신하여 사용자에게 제공할 수 있다. For example, the notification delivery application may include the ability to forward notification information generated by other applications of the electronic device (e.g. SMS / MMS application, email application, healthcare application, or environmental information application) to an external electronic device . Further, the notification delivery application can receive notification information from, for example, an external electronic device and provide it to the user.

장치 관리 어플리케이션은, 예를 들면, 전자 장치와 통신하는 외부 전자 장치의 적어도 하나의 기능(예: 외부 전자 장치 자체(또는, 일부 구성 부품)의 턴-온/턴-오프 또는 디스플레이의 밝기(또는, 해상도) 조절), 외부 전자 장치에서 동작하는 어플리케이션 또는 외부 전자 장치에서 제공되는 서비스(예: 통화 서비스 또는 메시지 서비스 등)를 관리(예: 설치, 삭제, 또는 업데이트)할 수 있다. The device management application may, for example, control the turning on / off of at least one function (e.g., the external electronic device itself (or some component) of the external electronic device communicating with the electronic device, (E.g., install, delete, or update) services provided by an external electronic device or external electronic device (e.g., call service or message service).

한 실시예에 따르면, 어플리케이션(1370)은 외부 전자 장치의 속성(에 따라 지정된 어플리케이션(예: 모바일 의료 기기의 건강 관리 어플리케이션 등)을 포함할 수 있다. 한 실시예에 따르면, 어플리케이션(1370)은 외부 전자 장치(예: 외부 전자 장치(200) 또는 푸쉬 서버(300))로부터 수신된 어플리케이션을 포함할 수 있다. 한 실시예에 따르면, 어플리케이션(1370)은 프리로드 어플리케이션(preloaded application) 또는 서버로부터 다운로드 가능한 제3자 어플리케이션(third party application)을 포함할 수 있다. 도시된 실시예에 따른 프로그램 모듈(1310)의 구성요소들의 명칭은 운영 체제의 종류에 따라서 달라질 수 있다. According to one embodiment, the application 1370 may include an application (e.g., a healthcare application of a mobile medical device, etc.) that is specified according to the attributes of the external electronic device. The application 1370 may include an application received from an external electronic device such as an external electronic device 200 or a push server 300. According to one embodiment the application 1370 may be a preloaded application, Downloadable third party applications. The names of the components of the program module 1310 according to the illustrated embodiment may vary depending on the type of the operating system.

스마트 매니저(1385)는 어플리케이션 리스트와 상기 어플리케이션 리스트와 관련된 인터페이스를 제공할 수 있다. 예를 들어, 상기 어플리케이션 리스트는 LpNet 매니저(1355)에 의해 관리되는 어플리케이션 리스트이거나 LpNet 매너저(1355)로부터 개별 어플리케이션 정보를 획득하여 리스트를 생성한 것일 수 있다. 예를 들어, 상기 어플리케이션 리스트는 LpNet 매니저(1355)에 의해 동작이 제한된 어플리케이션 리스트일 수 있다. 예를 들어, 상기 어플리케이션 리스트와 관련된 인터페이스는 상기 어플리케이션 리스트를 조정하는 인터페이스일 수 있다. 사용자는 상기 인터페이스를 통해 특정 어플리케이션에 대해 동작을 제한을 하거나 동작 제한을 해제할 수 있다. 예를 들어, 상기 어플리케이션 리스트와 관련된 인터페이스는 상기 어플리케이션 리스트에 등록된 어플리케이션에 대해 어플리케이션 동작, 사용 이력 또는 사용자의 사용 정도를 모니터링할지 결정할 수 있다.The smart manager 1385 can provide an application list and an interface associated with the application list. For example, the application list may be an application list managed by the LpNet manager 1355 or a list obtained by acquiring individual application information from the LpNet manager 1355. For example, the application list may be an application list whose operation is restricted by the LpNet manager 1355. For example, the interface associated with the application list may be an interface for coordinating the application list. The user can restrict the operation or cancel the operation restriction for a specific application through the interface. For example, the interface associated with the application list may determine whether an application registered in the application list, an application history, a use history, or a usage level of the user is to be monitored.

다양한 실시예에 따르면, 프로그램 모듈(1310)의 적어도 일부는 소프트웨어, 펌웨어, 하드웨어, 또는 이들 중 적어도 둘 이상의 조합으로 구현될 수 있다. 프로그램 모듈(1310)의 적어도 일부는, 예를 들면, 프로세서(예: 제어 모듈(170))에 의해 구현(implement)(예: 실행)될 수 있다. 프로그램 모듈(1310)의 적어도 일부는 하나 이상의 기능을 수행하기 위한, 예를 들면, 모듈, 프로그램, 루틴, 명령어 세트(sets of instructions) 또는 프로세스 등을 포함할 수 있다.According to various embodiments, at least some of the program modules 1310 may be implemented in software, firmware, hardware, or a combination of at least two of them. At least some of the program modules 1310 may be implemented (e.g., executed) by, for example, a processor (e.g., control module 170). At least some of the program modules 1310 may include, for example, modules, programs, routines, sets of instructions or processes, etc., to perform one or more functions.

본 문서에서 사용된 용어 "모듈"은, 예를 들면, 하드웨어, 소프트웨어 또는 펌웨어(firmware) 중 하나 또는 둘 이상의 조합을 포함하는 단위(unit)를 의미할 수 있다. "모듈"은, 예를 들면, 유닛(unit), 로직(logic), 논리 블록(logical block), 부품(component), 또는 회로(circuit) 등의 용어와 바꾸어 사용(interchangeably use)될 수 있다. "모듈"은, 일체로 구성된 부품의 최소 단위 또는 그 일부가 될 수 있다. "모듈"은 하나 또는 그 이상의 기능을 수행하는 최소 단위 또는 그 일부가 될 수도 있다. "모듈"은 기계적으로 또는 전자적으로 구현될 수 있다. 예를 들면,"모듈"은, 알려졌거나 앞으로 개발될, 어떤 동작들을 수행하는 ASIC(application-specific integrated circuit) 칩, FPGAs(field-programmable gate arrays) 또는 프로그램 가능 논리 장치(programmable-logic device) 중 적어도 하나를 포함할 수 있다. As used in this document, the term "module" may refer to a unit comprising, for example, one or a combination of two or more of hardware, software or firmware. A "module" may be interchangeably used with terms such as, for example, unit, logic, logical block, component, or circuit. A "module" may be a minimum unit or a portion of an integrally constructed component. A "module" may be a minimum unit or a portion thereof that performs one or more functions. "Modules" may be implemented either mechanically or electronically. For example, a "module" may be an application-specific integrated circuit (ASIC) chip, field-programmable gate arrays (FPGAs) or programmable-logic devices And may include at least one.

다양한 실시예에 따른 장치(예: 모듈들 또는 그 기능들) 또는 방법(예: 동작들)의 적어도 일부는, 예컨대, 프로그램 모듈의 형태로 컴퓨터로 읽을 수 있는 저장매체(computer-readable storage media)에 저장된 명령어로 구현될 수 있다. 상기 명령어가 프로세서(예: 제어 모듈(170)에 의해 실행될 경우, 상기 하나 이상의 프로세서가 상기 명령어에 해당하는 기능을 수행할 수 있다. 컴퓨터로 읽을 수 있는 저장매체는, 예를 들면, 메모리(120)가 될 수 있다. At least a portion of a device (e.g., modules or functions thereof) or a method (e.g., operations) according to various embodiments may include, for example, computer-readable storage media in the form of program modules, As shown in FIG. When the instructions are executed by a processor (e.g., the control module 170), the one or more processors may perform the functions corresponding to the instructions. The computer readable storage medium may be, for example, a memory 120 ).

컴퓨터로 판독 가능한 기록 매체는, 하드디스크, 플로피디스크, 마그네틱 매체(magnetic media)(예: 자기테이프), 광기록 매체(optical media)(예: CD-ROM(compact disc read only memory), DVD(digital versatile disc), 자기-광 매체(magneto-optical media)(예: 플롭티컬 디스크(floptical disk)), 하드웨어 장치(예: ROM(read only memory), RAM(random access memory), 또는 플래시 메모리 등) 등을 포함할 수 있다. 또한, 프로그램 명령에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함할 수 있다. 상술한 하드웨어 장치는 다양한 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지다.The computer readable recording medium may be a hard disk, a floppy disk, a magnetic media (e.g., a magnetic tape), an optical media (e.g., a compact disc read only memory (CD-ROM) digital versatile discs, magneto-optical media such as floptical disks, hardware devices such as read only memory (ROM), random access memory (RAM) Etc. The program instructions may also include machine language code such as those produced by a compiler, as well as high-level language code that may be executed by a computer using an interpreter, etc. The above- May be configured to operate as one or more software modules to perform the operations of the embodiment, and vice versa.

다양한 실시예에 따른 모듈 또는 프로그램 모듈은 전술한 구성요소들 중 적어도 하나 이상을 포함하거나, 일부가 생략되거나, 또는 추가적인 다른 구성요소를 더 포함할 수 있다. 다양한 실시예에 따른 모듈, 프로그램 모듈 또는 다른 구성요소에 의해 수행되는 동작들은 순차적, 병렬적, 반복적 또는 휴리스틱(heuristic)한 방법으로 실행될 수 있다. 또한, 일부 동작은 다른 순서로 실행되거나, 생략되거나, 또는 다른 동작이 추가될 수 있다.Modules or program modules according to various embodiments may include at least one or more of the elements described above, some of which may be omitted, or may further include additional other elements. Operations performed by modules, program modules, or other components in accordance with various embodiments may be performed in a sequential, parallel, iterative, or heuristic manner. Also, some operations may be performed in a different order, omitted, or other operations may be added.

그리고 본 문서에 개시된 실시예는 개시된, 기술 내용의 설명 및 이해를 위해 제시된 것이며, 본 문서에서 기재된 기술의 범위를 한정하는 것은 아니다. 따라서, 본 문서의 범위는, 본 문서의 기술적 사상에 근거한 모든 변경 또는 다양한 다른 실시예를 포함하는 것으로 해석되어야 한다.And the embodiments disclosed in this document are presented for the purpose of explanation and understanding of the disclosed technology and do not limit the scope of the technology described in this document. Accordingly, the scope of this document should be interpreted to include all modifications based on the technical idea of this document or various other embodiments.

Claims (30)

전자 장치에 있어서,
상기 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제1 어플리케이션 리스트를 저장하는 메모리; 및
어플리케이션의 동작, 사용 이력 또는 사용자 요청 중 적어도 하나에 기초하여 상기 제1 어플리케이션 리스트를 업데이트하고, 지정된 이벤트가 발생하면 상기 제1 어플리케이션 리스트에 포함된 적어도 하나의 어플리케이션들 중 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 적어도 하나의 프로세서;를 포함하는 전자 장치.
In an electronic device,
A memory for storing a first application list including at least one application installed in the electronic device; And
Updating the first application list based on at least one of an operation of an application, a use history, or a user request, and when at least one event occurs, And at least one processor configured to limit the electronic device.
제1항에 있어서,
상기 적어도 하나의 프로세서는,
푸쉬 서비스(push service)를 제공하는 어플리케이션, 지정된 시간 주기 동안 적어도 한번 지정된 동작을 수행하도록 설정되는 어플리케이션, 지정된 시간 동안 사용되지 않은 어플리케이션, 어플리케이션과 관련된 알림에 대한 사용자의 응답이 지정된 확률 이하인 어플리케이션 및 어플리케이션과 관련된 알림에 대해 지정된 시간 동안 사용자 응답이 없는 어플리케이션 중 적어도 하나를 상기 제1 어플리케이션 리스트에 등록하도록 설정된 전자 장치.
The method according to claim 1,
Wherein the at least one processor comprises:
An application that provides a push service, an application that is set to perform an action specified at least once during a specified time period, an application that has not been used for a specified amount of time, And registering, in the first application list, at least one of the applications that has no user response for the specified time for the notification related to the notification.
제1항에 있어서,
디스플레이;를 더 포함하며,
상기 어플리케이션의 동작은, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보를 표시하면서 수행되는 제1 동작, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보가 표시되지 않으면서 수행되는 제2 동작 및 다른 어플리케이션의 요청에 따라 어플리케이션과 관련된 정보를 다른 어플리케이션에 제공하는 제3 동작을 포함하며,
상기 적어도 하나의 프로세서는,
상기 제1 동작, 상기 제2 동작 및 상기 제3 동작 중 적어도 하나에 기초하여 어플리케이션의 사용 여부를 판단하도록 설정된 전자 장치.
The method according to claim 1,
Further comprising a display,
The operation of the application may include a first operation performed while displaying information corresponding to an operation of the application on the display, a second operation performed without displaying information corresponding to the operation of the application on the display, And a third operation for providing information related to the application to another application in accordance with the second operation,
Wherein the at least one processor comprises:
And determine whether to use the application based on at least one of the first operation, the second operation, and the third operation.
제3항에 있어서,
상기 적어도 하나의 프로세서는,
상기 제1 동작, 상기 제2 동작 및 상기 제3 동작에 서로 상이한 가중치를 부여하여 어플리케이션의 사용 여부를 판단하도록 설정된 전자 장치.
The method of claim 3,
Wherein the at least one processor comprises:
And determine whether to use the application by assigning weights different from each other to the first operation, the second operation, and the third operation.
제1항에 있어서,
상기 적어도 하나의 프로세서는,
상기 제1 어플리케이션 리스트에 포함된 어플리케이션 각각에 대해, 어플리케이션의 사용 이력에 기초하여, 어플리케이션의 동작을 허용하는 제1 상태, 어플리케이션의 동작 횟수를 감소시키는 제2 상태 및 어플리케이션의 동작 중 적어도 일부를 제한하는 제3 상태 중 하나로 설정하고, 상기 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 전자 장치.
The method according to claim 1,
Wherein the at least one processor comprises:
For each of the applications included in the first application list, a first state for permitting the operation of the application, a second state for decreasing the number of operations of the application, and at least a part of the operation of the application And to limit the operation of the at least one application based on the state of the application.
제5항에 있어서,
상기 적어도 하나의 프로세서는,
사용자 입력에 기초하여 상기 어플리케이션에 설정된 상태를 변경하고, 변경된 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 전자 장치.
6. The method of claim 5,
Wherein the at least one processor comprises:
Change the state set in the application based on user input, and restrict the operation of the at least one application based on the state of the changed application.
제1항에 있어서,
상기 적어도 하나의 프로세서와 기능적으로 연결된 디스플레이;를 더 포함하고,
상기 적어도 하나의 프로세서는,
상기 디스플레이의 적어도 일부가 비활성화 되면 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 전자 장치.
The method according to claim 1,
And a display operatively coupled to the at least one processor,
Wherein the at least one processor comprises:
And to limit the operation of the at least one application if at least a portion of the display is deactivated.
제1항에 있어서,
상기 적어도 하나의 프로세서는,
현재 시간, 상기 전자 장치의 현재 위치, 배터리 잔여량, 셀룰러 데이터 사용량 중 적어도 하나에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하도록 설정된 전자 장치.
The method according to claim 1,
Wherein the at least one processor comprises:
Wherein the at least one application is configured to limit the operation of the at least one application based on at least one of a current time, a current location of the electronic device, a remaining battery amount, and a cellular data usage.
제1항에 있어서,
외부 전자 장치와 통신하는 통신 모듈;을 더 포함하며,
상기 적어도 하나의 프로세서는,
상기 외부 전자 장치로부터 상기 외부 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제2 어플리케이션 리스트를 수신하고, 상기 제1 어플리케이션 리스트 및 상기 제2 어플리케이션 리스트를 비교하여 동일한 기능을 수행하는 어플리케이션이 존재하면 상기 전자 장치 및 상기 외부 전자 장치 중 하나에서 상기 동일한 기능을 수행하는 어플리케이션의 동작을 제한하도록 설정된 전자 장치.
The method according to claim 1,
And a communication module for communicating with the external electronic device,
Wherein the at least one processor comprises:
Receiving a second application list including at least one application installed in the external electronic device from the external electronic device, comparing the first application list and the second application list, and if there is an application performing the same function, An electronic device, and an external electronic device.
제9항에 있어서,
상기 적어도 하나의 프로세서는,
상기 외부 전자 장치에 설치된 어플리케이션의 동작을 제한하도록 설정되면, 상기 통신 모듈을 통해, 상기 외부 전자 장치로 상기 외부 전자 장치에 설치된 어플리케이션의 동작을 제한하는 커맨드를 전송하도록 설정된 전자 장치.
10. The method of claim 9,
Wherein the at least one processor comprises:
And to transmit, via the communication module, a command for restricting the operation of the application installed in the external electronic device to the external electronic device, when it is set to limit the operation of the application installed in the external electronic device.
전자 장치의 어플리케이션 제어 방법에 있어서,
어플리케이션의 동작, 사용 이력 또는 사용자 요청 중 적어도 하나에 기초하여, 상기 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제1 어플리케이션 리스트를 업데이트하는 동작; 및
지정된 이벤트가 발생하면 상기 제1 어플리케이션 리스트에 포함된 적어도 하나의 어플리케이션들 중 적어도 하나의 어플리케이션의 동작을 제한하는 동작;을 포함하는 방법.
A method of controlling an application of an electronic device,
Updating a first application list including at least one application installed in the electronic device based on at least one of an operation of the application, a use history or a user request; And
And limiting the operation of at least one of the at least one applications included in the first application list when a designated event occurs.
제11항에 있어서,
상기 제1 어플리케이션 리스트를 업데이트하는 동작은,
푸쉬 서비스(push service)를 제공하는 어플리케이션, 지정된 시간 주기 동안 적어도 한번 지정된 동작을 수행하도록 설정되는 어플리케이션, 지정된 시간 동안 사용되지 않은 어플리케이션, 어플리케이션과 관련된 알림에 대한 사용자의 응답이 지정된 확률 이하인 어플리케이션 및 어플리케이션과 관련된 알림에 대해 지정된 시간 동안 사용자 응답이 없는 어플리케이션 중 적어도 하나를 상기 제1 어플리케이션 리스트에 등록하는 동작;을 포함하는 방법.
12. The method of claim 11,
Wherein the updating of the first application list comprises:
An application that provides a push service, an application that is set to perform an action specified at least once during a specified time period, an application that has not been used for a specified amount of time, And registering in the first application list at least one of the applications that does not have a user response for a specified time for the notification associated with the notification.
제11항에 있어서,
상기 어플리케이션의 동작은, 디스플레이에 어플리케이션의 동작에 대응되는 정보를 표시하면서 수행되는 제1 동작, 상기 디스플레이에 어플리케이션의 동작에 대응되는 정보가 표시되지 않으면서 수행되는 제2 동작 및 다른 어플리케이션의 요청에 따라 어플리케이션과 관련된 정보를 다른 어플리케이션에 제공하는 제3 동작을 포함하며,
상기 제1 어플리케이션 리스트를 업데이트하는 동작은,
상기 제1 동작, 상기 제2 동작 및 상기 제3 동작 중 적어도 하나에 기초하여 어플리케이션의 사용 여부를 판단하는 동작;을 포함하는 방법.
12. The method of claim 11,
The operation of the application may include a first operation performed while displaying information corresponding to the operation of the application on the display, a second operation performed without displaying information corresponding to the operation of the application on the display, And a third operation of providing information related to the application to another application,
Wherein the updating of the first application list comprises:
And determining whether to use the application based on at least one of the first operation, the second operation, and the third operation.
제13항에 있어서,
상기 어플리케이션의 사용 여부를 판단하는 동작은,
상기 제1 동작, 상기 제2 동작 및 상기 제3 동작에 서로 상이한 가중치를 부여하여 어플리케이션의 사용 여부를 판단하는 동작;을 포함하는 방법.
14. The method of claim 13,
The method of claim 1,
And assigning weights different from each other to the first operation, the second operation, and the third operation to determine whether to use the application.
제11항에 있어서,
상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작은,
상기 제1 어플리케이션 리스트에 포함된 어플리케이션 각각에 대해, 어플리케이션의 사용 이력에 기초하여, 어플리케이션의 동작을 허용하는 제1 상태, 어플리케이션의 동작 횟수를 감소시키는 제2 상태 및 어플리케이션의 동작 중 적어도 일부를 제한하는 제3 상태 중 하나로 설정하는 동작; 및
상기 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작;을 포함하는 방법.
12. The method of claim 11,
Wherein the act of limiting the operation of the at least one application comprises:
For each of the applications included in the first application list, a first state for permitting the operation of the application, a second state for decreasing the number of operations of the application, and at least a part of the operation of the application To one of the third states; And
And restricting operation of the at least one application based on the status of the application.
제15항에 있어서,
상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작은,
사용자 입력에 기초하여 상기 어플리케이션에 설정된 상태를 변경하는 동작; 및
변경된 어플리케이션의 상태에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작;을 더 포함하는 방법.
16. The method of claim 15,
Wherein the act of limiting the operation of the at least one application comprises:
Changing the state set in the application based on user input; And
And restricting operation of the at least one application based on the status of the changed application.
제11항에 있어서,
상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작은,
디스플레이의 비활성화 여부, 현재 시간, 상기 전자 장치의 현재 위치, 배터리 잔여량, 셀룰러 데이터 사용량 중 적어도 하나에 기초하여 상기 적어도 하나의 어플리케이션의 동작을 제한하는 동작;을 포함하는 방법.
12. The method of claim 11,
Wherein the act of limiting the operation of the at least one application comprises:
Limiting the operation of the at least one application based on at least one of whether the display is inactive, a current time, a current location of the electronic device, a remaining battery amount, and a cellular data usage.
제11항에 있어서,
외부 전자 장치로부터 상기 외부 전자 장치에 설치된 적어도 하나의 어플리케이션을 포함하는 제2 어플리케이션 리스트를 수신하는 동작;
상기 제1 어플리케이션 리스트 및 상기 제2 어플리케이션 리스트를 비교하여 동일한 기능을 수행하는 어플리케이션이 존재하는지 판단하는 동작; 및
상기 전자 장치 및 상기 외부 전자 장치 중 하나에서 상기 동일한 기능을 수행하는 어플리케이션의 동작을 제한하는 동작;을 더 포함하는 방법.
12. The method of claim 11,
Receiving a second application list including at least one application installed in the external electronic device from an external electronic device;
Comparing the first application list and the second application list to determine whether there is an application performing the same function; And
Further comprising restricting operation of an application that performs the same function at one of the electronic device and the external electronic device.
전자 장치에 있어서,
디스플레이;
메모리; 및
적어도 하나의 프로세서;를 포함하며,
상기 메모리는, 실행 시에, 상기 적어도 하나의 프로세서가,
상기 전자 장치를 통해 실행 가능한 어플리케이션 프로그램의 오퍼레이션에 기반하여, 상기 디스플레이의 적어도 일부가 비활성화된 동안 상기 오퍼레이션에 관련된 상기 전자 장치의 기능의 수행을 삼가도록(refrain from) 하는 인스트럭션들을 저장하는 전자 장치.
In an electronic device,
display;
Memory; And
At least one processor,
Wherein the memory, upon execution, causes the at least one processor to:
And refrain from performing the function of the electronic device related to the operation while at least a portion of the display is inactive, based on an operation of an application program executable via the electronic device.
제19항에 있어서,
상기 인스트럭션들은,
상기 전자 장치가 저전력 모드라는 판단에 기초하여, 상기 오퍼레이션을 확인하도록 하는 인스터럭션들을 포함하는 전자 장치.
20. The method of claim 19,
The instructions,
And to cause the electronic device to confirm the operation based on a determination that the electronic device is in a low power mode.
전자 장치에 있어서,
디스플레이;
무선 통신 회로;
휘발성 메모리;
상기 디스플레이, 무선 통신 회로, 및 휘발성 메모리와 전기적으로 연결된 프로세서; 및
상기 프로세서와 전기적으로 연결되고, 오퍼레이팅 시스템(OS)을 구현하는 소프트웨어를 저장하는 비휘발성 메모리;를 포함하며,
상기 비휘발성 메모리는, 실행시에, 상기 프로세서가,
상기 OS의 적어도 일부를 상기 휘발성 메모리 상에 로드하여 실행하고,
상기 OS와 인터페이스하는 적어도 하나의 어플리케이션 프로그램을 상기 휘발성 메모리 상에 로드하여 실행하고,
상기 OS의 부분의 동작에 의하여, 실행되는 어플리케이션 프로그램의 동작을 모니터링하고,
상기 OS의 부분의 동작에 의하여, 상기 모니터링의 결과에 적어도 일부 기초하여, 상기 디스플레이가 오프된 상태에서, 상기 어플리케이션 프로그램의 적어도 일부를 상기 휘발성 메모리로부터 언로드(unload)하도록 하는 인스트럭션들을 저장하는 것을 특징으로 하는 장치.
In an electronic device,
display;
A wireless communication circuit;
Volatile memory;
A processor electrically coupled to the display, a wireless communication circuit, and a volatile memory; And
And a nonvolatile memory electrically connected to the processor and storing software for implementing an operating system (OS)
The non-volatile memory, when executed,
Loading and executing at least a part of the OS on the volatile memory,
At least one application program that interfaces with the OS is loaded on the volatile memory and executed,
Monitors the operation of the application program to be executed by the operation of the part of the OS,
Storing instructions for causing at least a portion of the application program to be unloaded from the volatile memory, with the display being off, based at least in part on the result of the monitoring, by operation of a portion of the OS .
제 21 항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 OS의 부분의 동작에 의하여, 상기 실행되는 어플리케이션 프로그램의 실행 빈도, 시간 및 사용자의 사용 정도(degree of use by user) 중 적어도 하나를 모니터링하도록 하는 것을 특징으로 하는 장치.
22. The apparatus of claim 21, wherein the instructions cause the processor to:
And to monitor at least one of an execution frequency of the executed application program, a time, and a degree of use by a user based on a part of the OS.
제22항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 실행 빈도, 시간 및 사용자의 사용 정도 중 적어도 하나가 선택된 스레쉬홀드(threshold)에 미치지 못하는 경우, 상기 디스플레이가 오프된 후 지정된 시간이 경과된 후, 상기 어플리케이션 프로그램을 상기 휘발성 메모리로부터 언로드하도록 하는 것을 특징으로 하는 장치.
23. The apparatus of claim 22, wherein the instructions cause the processor to:
Wherein when at least one of the execution frequency, the time, and the degree of use of the user does not reach the selected threshold, the application program is unloaded from the volatile memory after a predetermined time has passed after the display is turned off Lt; / RTI >
제23항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 어플리케이션 프로그램을 상기 휘발성 메모리로부터 언로드된 후, 상기 어플리케이션 프로그램에 관련된 신호를 상기 통신 회로를 통하여 수신하고,
상기 신호의 수신에도 불구하고, 상기 어플리케이션 프로그램을 실행하지 않도록 하는 것을 특징으로 하는 장치.
24. The apparatus of claim 23, wherein the instructions cause the processor to:
After the application program is unloaded from the volatile memory, a signal relating to the application program is received via the communication circuit,
And not to execute the application program despite receipt of the signal.
제23항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 어플리케이션 프로그램을 상기 휘발성 메모리로부터 언로드된 후, 상기 어플리케이션 프로그램에 관련된 신호를 상기 통신 회로를 통하여 수신하고,
상기 신호의 수신에 적어도 일부 응답하여, 상기 어플리케이션 프로그램을 재실행하고,
상기 재실행 후, 상기 어플리케이션 프로그램을 상기 휘발성 메모리로부터 다시 언로드하도록 하는 것을 특징으로 하는 장치.
24. The apparatus of claim 23, wherein the instructions cause the processor to:
After the application program is unloaded from the volatile memory, a signal relating to the application program is received via the communication circuit,
Responding at least in part to the reception of the signal, re-executing the application program,
And after the re-execution, unloads the application program from the volatile memory again.
제22항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 실행되는 어플리케이션 프로그램의 실행 빈도, 시간, 사용자의 사용 정도(degree of use by user), 또는 사용자의 입력 중 적어도 하나에 기초하여, 상기 어플리케이션 프로그램을 복수의 카테고리 중 하나로 분류하고,
상기 분류에 관한 정보를 상기 비휘발성 메모리에 저장하도록 하는 것을 특징으로 하는 장치.
23. The apparatus of claim 22, wherein the instructions cause the processor to:
Classifying the application program into one of a plurality of categories based on at least one of an execution frequency of the executed application program, a time, a degree of use by user, and a user's input,
And stores the information on the classification in the nonvolatile memory.
제25항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 저장된 분류에 적어도 일부 기초하여,
상기 어플리케이션 프로그램의 실행을 제한하거나,
상기 모니터링에 기초하여 상기 어플리케이션 프로그램의 실행을 제어하거나,
상기 모니터링에도 불구하고, 상기 어플리케이션 프로그램의 실행을 허용하도록 하는 것을 특징으로 하는 장치.
26. The apparatus of claim 25, wherein the instructions cause the processor to:
Based at least in part on the stored classification,
Limiting the execution of the application program,
Controlling the execution of the application program based on the monitoring,
To permit execution of the application program despite the monitoring.
제21항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 언로드된 어플리케이션 프로그램에 관련된 정보를 상기 비휘발성 메모리에 저장하도록 하는 것을 특징으로 하는 장치.
22. The apparatus of claim 21, wherein the instructions cause the processor to:
And stores information related to the unloaded application program in the nonvolatile memory.
제28항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 비휘발성 메모리에 저장된 정보의 적어도 일부를 표시하는 유저 인터페이스를 상기 디스플레이 상에 표시하도록 하는 것을 특징으로 하는 장치.
29. The apparatus of claim 28, wherein the instructions cause the processor to:
To display on the display a user interface that displays at least a portion of the information stored in the non-volatile memory.
제29항에 있어서, 상기 인스트럭션들은, 상기 프로세서가,
상기 유저 인터페이스를 통하여, 상기 어플리케이션 프로그램에 관한 입력을 수신하고,
상기 입력에 적어도 일부 기초하여, 상기 모니터링의 대상에서 제외하거나, 상기 모니터링의 결과에 상관 없이, 상기 휘발성 메모리로부터 언로드하지 않도록 하는 것을 특징으로 하는 장치.
30. The apparatus of claim 29, wherein the instructions cause the processor to:
Via the user interface, an input relating to the application program,
And to prevent unloading from the volatile memory, regardless of the result of the monitoring, based on at least a part of the input.
KR1020150125851A 2015-02-27 2015-09-04 Electronic device and applacation controlling method thereof KR102395868B1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
PCT/KR2016/001966 WO2016137295A1 (en) 2015-02-27 2016-02-26 Electronic device and application control method thereof
AU2016224176A AU2016224176B2 (en) 2015-02-27 2016-02-26 Electronic device and application control method thereof
EP16157645.9A EP3062194B1 (en) 2015-02-27 2016-02-26 Electronic device and application control method thereof
CN201610113694.9A CN105930207B (en) 2015-02-27 2016-02-29 Electronic device and application control method thereof
US15/056,190 US10437607B2 (en) 2015-02-27 2016-02-29 Electronic device and application control method thereof
CN202110884057.2A CN113504824A (en) 2015-02-27 2016-02-29 Electronic device and application control method thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20150028645 2015-02-27
KR1020150028645 2015-02-27

Publications (2)

Publication Number Publication Date
KR20160105274A true KR20160105274A (en) 2016-09-06
KR102395868B1 KR102395868B1 (en) 2022-05-10

Family

ID=56946128

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020150125851A KR102395868B1 (en) 2015-02-27 2015-09-04 Electronic device and applacation controlling method thereof

Country Status (3)

Country Link
KR (1) KR102395868B1 (en)
CN (1) CN105930207B (en)
AU (1) AU2016224176B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190082661A (en) * 2018-01-02 2019-07-10 소니 주식회사 Paying for content through mining
KR20190086144A (en) * 2018-01-12 2019-07-22 엔에이치엔 주식회사 Mobile terminal and method for management application of the mobile terminal and target advertisement providing system using the same
KR20200021382A (en) * 2018-08-20 2020-02-28 주식회사 큐버 advertisement indexing platform system for interactive signages based on blockchain technology
CN111314105A (en) * 2019-11-22 2020-06-19 深圳市信锐网科技术有限公司 Method, device and system for matching connection of equipment
US11474831B2 (en) 2016-10-20 2022-10-18 Huawei Technologies Co., Ltd. Application startup control method and control device
US11740681B2 (en) 2019-02-18 2023-08-29 Samsung Electronics Co., Ltd. Electronic device and application managing method thereof

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648729B (en) * 2016-09-22 2020-09-11 宇龙计算机通信科技(深圳)有限公司 Application freezing method and system
CN106570059A (en) * 2016-09-29 2017-04-19 宇龙计算机通信科技(深圳)有限公司 Method and system for document opening
CN106484594A (en) * 2016-09-30 2017-03-08 维沃移动通信有限公司 A kind of control method of application program run time and mobile terminal
CN106363634B (en) * 2016-11-29 2019-11-08 北京光年无限科技有限公司 A kind of method and system of remote control robot
CN107014148B (en) * 2017-03-03 2020-09-29 合肥华凌股份有限公司 Electronic screen and display method thereof, refrigerator and refrigerator system
CN110647057B (en) * 2017-03-27 2021-07-23 合肥华凌股份有限公司 Control method and system for display screen end of refrigeration equipment
CN107396246A (en) * 2017-08-30 2017-11-24 四川长虹电器股份有限公司 Intelligent sound box control system based on user behavior custom
TWI668564B (en) * 2018-06-28 2019-08-11 佳世達科技股份有限公司 Display controller and power saving method thereof
CN111367641B (en) * 2020-03-06 2023-10-20 杭州涂鸦信息技术有限公司 Timing method and system based on Internet of things

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120221877A1 (en) * 2011-02-25 2012-08-30 Research In Motion Limited Method and apparatus for managing power levels in a handheld mobile communication device
US20130137005A1 (en) * 2010-08-17 2013-05-30 Kolon Industries, Inc. Humidifier for fuel cell
KR20140143073A (en) * 2013-06-05 2014-12-15 삼성전자주식회사 Electronic device and method for providing information of battery in the electronic device
KR20150003652A (en) * 2013-07-01 2015-01-09 삼성전자주식회사 Method for updating state information of application and mathod for managing the state information of application in an electronic device, and the electronic device
US8958854B1 (en) * 2011-07-22 2015-02-17 Cellco Partnership Dynamic battery saver for a mobile device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040128382A1 (en) * 2002-12-31 2004-07-01 Marion Shimoda Method and apparatus for adjusting resource availability based on power availability
CN101853166B (en) * 2010-06-07 2013-04-10 北京大学 Application-oriented method and system for indicating use time of intelligent mobile phone battery
CN202135331U (en) * 2011-06-25 2012-02-01 北京播思软件技术有限公司 Mobile terminal with power saving management mode
CN102508701A (en) * 2011-10-18 2012-06-20 北京百纳威尔科技有限公司 User terminal and method for controlling automatically-operating application program
US10223156B2 (en) * 2013-06-09 2019-03-05 Apple Inc. Initiating background updates based on user activity

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130137005A1 (en) * 2010-08-17 2013-05-30 Kolon Industries, Inc. Humidifier for fuel cell
US20120221877A1 (en) * 2011-02-25 2012-08-30 Research In Motion Limited Method and apparatus for managing power levels in a handheld mobile communication device
US8958854B1 (en) * 2011-07-22 2015-02-17 Cellco Partnership Dynamic battery saver for a mobile device
KR20140143073A (en) * 2013-06-05 2014-12-15 삼성전자주식회사 Electronic device and method for providing information of battery in the electronic device
KR20150003652A (en) * 2013-07-01 2015-01-09 삼성전자주식회사 Method for updating state information of application and mathod for managing the state information of application in an electronic device, and the electronic device

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11474831B2 (en) 2016-10-20 2022-10-18 Huawei Technologies Co., Ltd. Application startup control method and control device
AU2021202560B2 (en) * 2016-10-20 2023-02-02 Huawei Technologies Co., Ltd. Application startup control method and control device
KR20190082661A (en) * 2018-01-02 2019-07-10 소니 주식회사 Paying for content through mining
KR20190086144A (en) * 2018-01-12 2019-07-22 엔에이치엔 주식회사 Mobile terminal and method for management application of the mobile terminal and target advertisement providing system using the same
US11669867B2 (en) 2018-01-12 2023-06-06 Nhn Corporation Mobile terminal and method of managing application thereof, and system for providing target advertisement using the same
KR20200021382A (en) * 2018-08-20 2020-02-28 주식회사 큐버 advertisement indexing platform system for interactive signages based on blockchain technology
US11740681B2 (en) 2019-02-18 2023-08-29 Samsung Electronics Co., Ltd. Electronic device and application managing method thereof
CN111314105A (en) * 2019-11-22 2020-06-19 深圳市信锐网科技术有限公司 Method, device and system for matching connection of equipment
CN111314105B (en) * 2019-11-22 2022-11-22 深圳市信锐网科技术有限公司 Method, device and system for matching connection of equipment

Also Published As

Publication number Publication date
KR102395868B1 (en) 2022-05-10
AU2016224176B2 (en) 2020-10-15
CN105930207A (en) 2016-09-07
CN105930207B (en) 2022-02-15
AU2016224176A1 (en) 2017-08-17

Similar Documents

Publication Publication Date Title
KR102395868B1 (en) Electronic device and applacation controlling method thereof
EP3062194B1 (en) Electronic device and application control method thereof
KR102311817B1 (en) Electronic device and method for managung power in electronic device
CN105573465B (en) Electronic device and method of controlling power of electronic device
US20210080940A1 (en) Server, electronic device, and electronic device information providing method
KR102465543B1 (en) Method and electronic device controlling applications and components
US20170185134A1 (en) Electronic device for managing power and method for controlling thereof
US11041821B2 (en) Electronic device and method for sensing moisture in an electronic device
KR20190064295A (en) Apparatus and method for manegementing consumption power in a electrolic device
KR20170098111A (en) Method for controlling display using sensor data and electronic device thereof
US9974103B2 (en) Method and apparatus for connecting with external device
KR20170019817A (en) A method for managing an application and an electronic device therefor
KR20170050702A (en) Method for detecting gesture and electronic device implementing the same
KR20180014569A (en) Scan method in wireless local area network and electronic device implementing the same
CN108388334B (en) Electronic device and method for preventing electronic device from consuming current
KR20170045662A (en) Electronic device and method for controlling notification
KR20180098051A (en) electronic device and method for controlling communication of the same
KR20180069640A (en) Method for charging electronic device, electronic device, and storage medium
KR20170108605A (en) Electronic device and method for resuming process thereof
KR20170065375A (en) Electronic device and communication connection method thereof
US11303140B2 (en) Method for preventing overcharging of battery and electronic device therefor
KR20170088203A (en) Electronic device and method for connecting network
KR20170098576A (en) Electronic device and method for processing data in electronic device
KR20160109237A (en) Apparatus and method for managing data
KR20170035550A (en) Electronic device and content transmitting and receiving method thereof

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant