专利摘要:
A user of a programmable device has a context that may be evaluated and compared to a context of a notification generated by the operating system or an application running on the programmable device. The comparison may be used to generate one or more optional responses to the notification that may allow additional functionality beyond dismissing the notification or opening a corresponding event entry. EVALUATE CONTEXT / 210 EVALUATE CONTEXT 220 OF NOTIFICATION DETERMINE OPTIONAL RESPONSES TO OFFER 240 AND AUTOMATIC ACTIONS TO TAKE PERFORM AUTOMATIC ACTIONS OFFER OPTIONAL RESPONSES TO USER
公开号:AU2013205561A1
申请号:U2013205561
申请日:2013-04-12
公开日:2014-01-09
发明作者:Elizabeth Cranfill;Donald W. Pitschel;Alessandro F. Sabatelli
申请人:Apple Inc;
IPC主号:G06F9-305
专利说明:
P/00101 1 Regulation 3.2 AUSTRALIA Patents Act 1990 COMPLETE SPECIFICATION STANDARD PATENT Invention Title: Generating context-based options for responding to a notification The following statement is a full description of this invention, including the best method of performing it known to us: 1000153153 Generating context-based options for responding to a notification BACKGROUND [0001] This disclosure relates generally to the field of computer programming. More particularly, but not by way of limitation, it relates to techniques for providing additional responses to a calendar reminder. [0002] Current calendaring systems offer reminders that may be displayed associated with an entry on a calendar associated with a person. These reminders are typically displayed some amount of time prior to the actual event time, giving the person the ability to take actions that may be necessary or desirable prior to the scheduled time of the calendar entry. For example, when a calendar entry relates to an event at a different location than the person, a reminder may be set to display to allow the person sufficient time to travel to the event location. [0003] When the reminder is displayed, in some calendar systems the user of the device displaying the reminder may dismiss the reminder or open the corresponding calendar entry to view more information about the event. By opening the calendar entry, the user may modify the event, as desired, including modifying the pre-event reminder settings. In some calendar systems, the reminder may also allow the user to reset the reminder to a different time, generally referred to as "snoozing" by analogy to what is generally known as a "snooze button" on common alarm clocks. Allowing additional options would be useful. 2 1000153153 SUMMARY [0004] A user of a programmable device has a context that may be evaluated and compared to a context of a notification generated by the operating system or an application running on the programmable device. The comparison may be used to generate one or more optional responses to the notification that may allow additional functionality beyond dismissing the notification or opening a corresponding event entry. [0005] A method is disclosed. The method includes receiving a notification from a notification service of an operating system of a programmable device; evaluating a first context of the notification; evaluating a second context of a user of the programmable device; and offering to the user a first optional response to the notification based, at least in part, on the first context and the second context. [0006] A programmable device is disclosed. The programmable device includes a programmable control device; a memory, coupled to the programmable control device; and an operating system stored in the memory. The operating system includes logic to generate notifications to a user of the programmable device; and logic to offer an optional response to a notification, based at least in part on a context of the notification and a context of the user. [0007] A non-transitory machine readable storage medium is disclosed. Instructions are stored on the medium that when executed by a programmable device, cause the programmable device to: generate a notification to a user of the programmable device of an event; compare a context of the notification with a context of the user; offer an optional response to the notification responsive to the comparison of the context of the 3 1000153153 notification with the context of the user; receive a selection of the optional response; and perform an action corresponding to the optional response. BRIEF DESCRIPTION OF THE DRAWINGS [0008] Figure 1 is a flowchart that illustrates a technique for offering a user an optional response to a notification based on contextual information. [0009] Figure 2 is a flowchart that illustrates a technique for determining what optional response should be offered to a user. [0010] Figure 3 is a block diagram illustrating a programmable device for implementing the techniques of FIGs. 1 and 2. [0011] Figure 4 is a block diagram illustrating a network connecting programmable devices that implement the techniques of FIGs. 1 and 2. DETAILED DESCRIPTION [0012] In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the invention. It will be apparent, however, to one skilled in the art that the invention may be practiced without these specific details. In other instances, structure and devices are shown in block diagram form in order to avoid obscuring the invention. References to numbers without subscripts or suffixes are understood to reference all instance of subscripts and suffixes corresponding to the referenced number. Moreover, the language used in this disclosure has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter, 4 1000153153 resort to the claims being necessary to determine such inventive subject matter. Reference in the specification to "one embodiment" or to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiments is included in at least one embodiment of the invention, and multiple references to "one embodiment" or "an embodiment" should not be understood as necessarily all referring to the same embodiment. [0013] In the development of any actual implementation (as in any development project), numerous decisions must be made to achieve the developers' specific goals (e.g., compliance with system- and business-related constraints), and that these goals may vary from one implementation to another. It will also be appreciated that such development efforts might be complex and time-consuming, but would nevertheless be a routine undertaking for those of ordinary skill in the design of an implementation of notification systems having the benefit of this disclosure. [0014] The following description is written in terms of notifications generated as a result of calendar entries. However, the techniques and systems described below are not limited to use with notifications associated with calendar entries, but may be used with other types of event-based notifications, including notifications associated with tasks or to-do lists, invitations, etc. [0015] FIG. 1 is a flowchart illustrating a technique 100 for offering a user an optional response to a notification based on contextual information. In block 110, a notification event occurs, causing the generation of a notification by a notification service of an operating system of a programmable device. The notification service 5 1000153153 provides a standard interface for causing notifications to be generated by applications. Upon receiving the notification, in block 120 the notification is displayed to the user. In addition to the conventional options to allow the user to close and ignore the notification or to view the associated event, other affordance options may be provided to the user. As illustrated in FIG. 1, a Snooze option may be provided, as well as an Other option. In some implementations, the Snooze option may be subsidiary to the Other option as one of the optional responses provided to the user upon selecting the Other option. [0016] In block 130, if the user responds to the notification by selecting one of the presented options, an action corresponding to that option may be performed, illustrated in FIG. 1 as closing the notification (140), snoozing the event (160), opening the event (170), and taking an Other action (150). If the Other action is taken in block 150, a secondary user interface element may be displayed offering the user additional choices for actions that may be taken. The user may select (and thus perform) one of the Other actions from the secondary user interface element. [0017] Various implementations may automatically hide notifications after a predetermined time, removing the notification from the display. Other implementations may leave the notifications visible indefinitely, waiting for a user response. [0018] Some implementations may provide for identifying one of the possible responses to the notification as a default action. [0019] The Other optional responses to the notification made available after the user selects the Other option may not be predetermined, but may be dynamically generated 6 1000153153 or selected from a list of possible optional responses. A configuration setting may allow the user to select from or limit the list of possible optional responses. Preferably, the optional responses to offer to the user are contextually determined based, at least in part, on a context associated with the user and a context associated with the notification. [0020] FIG. 2 is a flowchart illustrating a technique 200 for determining which optional responses to offer to a user. This technique may be performed prior to displaying the notification to the user, or may be performed after the user has selected the Other option. In block 210, a context of the user may be obtained and evaluated. This context evaluation may include one or more contextual data associated with the user, including determining the current location of the user, a current route being taken by the user, and a mode of transport being used by the user. Other contextual data that may be evaluated may include information related to other events associated with the user, such as other events scheduled on the user's calendar. For example, the user may have back-to-back events scheduled on the calendar, and that context may be useful for generating the optional responses. These contextual data are illustrative and by way of example only, and any information associated with the user may be evaluated as contextual data for this purpose. [0021] In block 220, a context of the notification may be obtained and evaluated. As with the user context, the context of the notification may include one or more contextual data associated with the notification, including determining the location of the event corresponding to the notification, the identification of other people associated 7 1000153153 with the event, the current time, and the time of the event. The evaluation of the notification context may also include evaluating other types of information, such as determining a type of the event corresponding to the notification. As with the user context, these contextual data are illustrative and by way of example only, and any information associated with the user may be considered as contextual data for this purpose. [0022] The context of the user and the context of the notification are determined and evaluated at the time of the notification. Thus these contexts may change over time. For example, the determination of the context of the user may discover that the user is in an automobile, based on a Bluetooth pairing in effect at the time of the notification. By using that example context of the user, the optional responses offered to the user may be tailored to those that are appropriate for a person in a car, such as hiding or deprecating optional responses that would require text entry or other activities that are inappropriate for a driver while driving. [0023] In block 240, the optional responses to offer are determined based, at least in part, on the user context and the context of the notification. Typically, the intersection of the user context and the notification context provides information for selecting or generating the optional responses. [0024] In addition to the optional responses, some implementations may allow the determination of automatic actions to be taken in response to the notification. These automatic actions are typically performed in the background in block 240 upon the display of the notification. For example, the automatic actions may trigger additional 8 1000153153 notifications. In another example, an automatic action may be a request to an agent such as the Apple Inc. SIRI@ intelligent personal assistant application to perform actions, such as pre-loading information that the user might need based on the user context and/or the notification context. (SIRI is a registered trademark of Apple Inc.) [0025] Once the optional responses have been generated, then in block 250 the optional responses may be offered to the user upon the user selecting the Other option (however designated in the user interface). In some implementations, one of the optional responses may be indicated as a default optional response. [0026] Many kinds of optional responses and corresponding actions may be generated based at least in part on the user context and the notification context. One response may cause transmitting a message to other attendees of an event that the user will be late or requesting another person to take an action. Another response might be to generate another notification that reminds the user when the user should leave to attend the event. Another response may be to transmit a request to an agent to search for information about parking near the location of the event. Yet another response may be to transmit a request to a user of another programmable device to taken an action. By using contextual information, different responses may be offered depending on how far in the future the event associated with the notification is. For example, if the user's location is known to be too far away from the location of the event for the user to arrive on time, one of the optional responses may be to send a message to the event organizer that the user will arrive late. Alternatively, if the user's 9 1000153153 location is known to be nearby, one of the optional responses may be to request information about parking near the event location. [0027] The optional responses that may be generated based at least in part on the user context and the notification context may be determined using any of the context information that may be relevant, including time-based information (e.g., the start of a meeting) or location-based information (e.g., the location of the user or the location of the event). [0028] The techniques described above may also be used to expand the range of possibilities related to options such as the Snooze option. For example, instead of offering a fixed list of possible Snooze actions, by examining the context of the user and the context of the notification, a contextual offer of Snooze options may be provided. For example, in addition to requesting a re-notification in a certain period of time or a certain period of time prior to the event time, contextual information may allow offering the user the option to request a re-notification when the user arrives (or leaves) a location, such as "Remind me when I get to work" or "Remind me when I leave to go home." [0029] The techniques described above may be implemented in numerous ways, one of which may be to use an agent, such as the SIRI intelligent personal assistant provided by Apple Inc. to process the user and notification context intersection to generate the optional responses to display to the user, similar to the way in which the agent may provide a choice of multiple phone numbers to use for calling someone. 10 1000153153 [0030] The optional responses generated by the technique 200 of FIG. 2 may create a hierarchy, such as a tree, of optional responses that may be offered to the user. Implementations may use user context information to prune or organize the hierarchy of possible optional responses to offer so that only responses the user is likely to want to see may be offered or so that the most likely responses are positioned for ease of selection. For example, an implementation may generate or select one or more optional responses for offering to the user, and one or more of those responses may be selected for offering to the user based an evaluation of the history of responses previously selected by the user. Some implementations may determine the type of the notification and evaluate the user's history or responses previously selected by the user for notifications of that type. [0031] The optional responses may call for a communication to be sent on behalf of the user to someone, such as an event organizer or someone that the user is supposed to meet at the event. These communications, although described above as messages, are not limited to one type of transport, but may use any type of transport mechanism, including telephone calls, short messaging service (SMS) messaging, video calls, email, etc. For example a user may be offered an opportunity to use a video call capability on a mobile device, such as the FACETIME@ software provided by Apple Inc., to make a video call into a meeting event if the organizer or another attendee also has video call capability. [0032] Any desired user interface may be provided for displaying the optional notification responses. In some implementations, the notification may be displayed 11 1000153153 using conventional notification display services provided by the operating system or the application generating the notification. Upon selecting the Other response to the notification, the optional responses may be displayed as added elements to the notification display or in a separate display element as desired. Selection of the optional responses may be performed using any available affordance processing technique, including touch, pointer selection, or voice commands. [0033] Implementation in an Electronic Device [0034] FIG. 3 is a simplified functional block diagram illustrating an electronic device 300 according to one embodiment that can implement the techniques described above. The electronic device 300 may include a processor 316, display 320, microphone 306, audio/video codecs 302, speaker 304, communications circuitry 310, user interface 318, memory 312, storage device 314, and communications bus 322. Processor 316 may be any suitable programmable control device and may control the operation of many functions, such as the generation and/or processing of events and notifications, as well as other functions performed by electronic device 300. Processor 316 may drive display 320 and may receive user inputs from the user interface 318. An embedded processor provides a versatile and robust programmable control device that may be utilized for carrying out the disclosed techniques. [0035] Storage device 314 may store media (e.g., image and video files), software (e.g., for implementing various functions on device 300), preference information, device profile information, and any other suitable data. Storage device 314 may include one more storage mediums for tangibly recording image data and program instructions, 12 1000153153 including for example, a hard-drive, permanent memory such as ROM, semi-permanent memory such as RAM, or cache. Program instructions may comprise a software implementation encoded in any desired language (e.g., C or C++). [0036] Memory 312 may include one or more different types of memory which may be used for performing device functions. For example, memory 312 may include cache, ROM, and/or RAM. Communications bus 322 may provide a data transfer path for transferring data to, from, or between at least storage device 314, memory 312, and processor 316. Although referred to as a bus, communications bus 322 is not limited to any specific data transfer technology. User interface 318 may allow a user to interact with the electronic device 300. For example, the user interface 318 can take a variety of forms, such as a button, keypad, dial, a click wheel, or a touch screen. [0037] The electronic device 300 may be a device such as such a mobile phone, personal data assistant (PDA), portable music player, monitor, television, laptop, desktop, and tablet computer, or other suitable personal device. [0038] FIG. 4 is a block diagram illustrating a network 420 connecting several user devices, each of which generally includes the elements of the programmable device 600, including a desktop computer 410, a smart phone 450, a tablet computer 460, and a laptop 470 that implement the techniques described above. A user of each of the devices may receive notifications and be offered contextually relevant optional responses as described above. The server 430 and database 440 may be accessed by an intelligent personal assistant agent running on one of the user devices to provide information for the optional responses. Although a network 420 is illustrated in FIG. 4 13 1000153153 as communicatively connecting all of the various devices, any of the user devices may be operated without a network connection to perform the techniques described above as desired. In addition, although only a single network 420 is illustrated, the devices may be connected via multiple interconnected networks, including local area networks, wide area networks, and the Internet, and may use wired or wireless connections to those networks. [0039] It is to be understood that the above description is intended to be illustrative, and not restrictive. For example, the above-described embodiments may be used in combination with each other. Many other embodiments will be apparent to those of skill in the art upon reviewing the above description. The scope of the invention therefore should be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled. 14
权利要求:
Claims (30)
[1] 1. A non-transitory program storage device, readable by a programmable control device, comprising instructions stored thereon for causing the programmable control device to: receive a notification from a notification service of an operating system of a programmable device; evaluate a first context of the notification; evaluate a second context of a user of the programmable device; and offer to the user a first optional response to the notification based, at least in part, on the first context and the second context.
[2] 2. The program storage device of claim 1, wherein the instructions stored thereon further comprise instructions for causing the programmable control device to: offer to the user a default optional response to the notification.
[3] 3. The program storage device of claim 1, wherein the instructions for causing the programmable control device to evaluate a first context of the notification comprise instructions for causing the programmable control device to: determine a location and time of an event corresponding to the notification.
[4] 4. The program storage device of claim 1, wherein the instructions for causing the programmable control device to evaluate a first context of the notification comprise instructions for causing the programmable control device to: 15 1000153153 determining a type of event corresponding to the notification.
[5] 5. The program storage device of claim 1, wherein the instructions for causing the programmable control device to evaluate a second context of a user of the programmable device comprise instructions for causing the programmable control device to: determine a location of the user of the programmable device.
[6] 6. The program storage device of claim 1, wherein the instructions for causing the programmable control device to evaluate a second context of a user of the programmable device comprise instructions for causing the programmable control device to: determine a type of the notification; and determine a history of responses selected by the user of the programmable device to notifications of the determined type of the notification; wherein the instructions for causing the programmable control device to offer to the user a first optional response comprise instructions for causing the programmable control device to: generate a plurality of responses to the notification for offering to the user based, at least in part, on the first context and the second context; and 16 1000153153 select the first optional response from the plurality of responses responsive to the history of responses selected by the user.
[7] 7. The program storage device of claim 1, wherein the instructions for causing the programmable control device to offer to the user the first optional response comprise instructions for causing the programmable control device to configure the first optional response to generate a second notification by the notification service.
[8] 8. The program storage device of claim 1, wherein the instructions for causing the programmable control device to offer to the user the first optional response comprise instructions for causing the programmable control device to: transmit a request to an agent to perform an action corresponding to the first context and the second context.
[9] 9. The program storage device of claim 1, wherein the instructions for causing the programmable control device to offer to the user the first optional response comprise instructions for causing the programmable control device to: transmit a request to a user of another programmable device to perform an action.
[10] 10. The program storage device of claim 1, wherein the instructions stored thereon further comprise instructions for causing the programmable control device to: 17 1000153153 perform an action automatically based at least in part on the first context and the second context.
[11] 11. The program storage device of claim 10, wherein the instructions for causing the programmable control device to perform an action automatically comprise instructions for causing the programmable control device to: transmit a request to an agent to perform an action corresponding to the intersection of the first context and the second context.
[12] 12. The program storage device of claim 10, wherein the instructions for causing the programmable control device to perform an action automatically comprise instructions for causing the programmable control device to: transmit a message to a user of another programmable device.
[13] 13. The program storage device of claim 12, wherein the message comprises a request to perform an action.
[14] 14. A non-transitory program storage device, readable by a programmable control device, comprising instructions stored thereon for causing the programmable control device to: receive a notification from a notification service of an operating system of a programmable device; evaluate a first context of the notification; evaluate a second context of a user of the programmable device; 18 1000153153 offer to the user a default optional response to the notification; and offer to the user a first optional response to the notification based, at least in part, on the first context and the second context, comprising instructions for causing the programmable control device to: generate a plurality of responses to the notification for offering to the user based, at least in part, on the first context and the second context; and select the first optional response from the plurality of responses responsive to the history of responses selected by the user.
[15] 15. The program storage device of claim 14, wherein the offer to the user further comprises instructions for causing the programmable control device to transmit a request to a user of another programmable device to perform an action.
[16] 16. A programmable device, comprising: a programmable control device; a memory, coupled to the programmable control device; an operating system stored in the memory, comprising: logic to generate notifications to a user of the programmable device; and logic to offer an optional response to a notification, based at least in part on a context of the notification and a context of the user.
[17] 17. The programmable device of claim 16, wherein the operating system further comprises: 19 1000153153 logic to indicate a default optional response to the notification.
[18] 18. The programmable device of claim 16, wherein the logic to offer an optional response comprises: logic determine a location and time of an event corresponding to the notification; and logic to determine a type of event corresponding to the notification.
[19] 19. The programmable device of claim 16, wherein the logic to offer an optional response comprises: logic to determine a location of the user of the programmable device.
[20] 20. The programmable device of claim 16, wherein the logic to offer an optional response comprises: logic to generate a plurality of responses to the notification for offering to the user based, at least in part, on the first context and the second context; logic to evaluate a history of responses selected by the user of the programmable device to notifications; and logic to select the first optional response from the plurality of responses responsive to the evaluation of the history of responses.
[21] 21. The programmable device of claim 16, wherein the first optional response is configured to generate a second notification by the notification service. 20 1000153153
[22] 22. The programmable device of claim 16, further comprising: logic to receive a user selection of the optional response and perform an action associated with that response.
[23] 23. The programmable device of claim 22, wherein the action comprises: transmitting a request to an agent to perform an action
[24] 24. The programmable device of claim 22, wherein the action comprises: transmitting a request to a user of another programmable device to perform an action.
[25] 25. The programmable device of claim 10, wherein the action comprises: transmitting a message to a user of another programmable device.
[26] 26. The programmable device of claim 16, wherein logic to offer an optional response comprises: logic to obtain the context of the user; logic to obtain the context of the notification; logic to determine an intersection of the context of the user and the context of the notification; and logic to generate an optional response based on the intersection of the context of the user and the context of the notification.
[27] 27. A method comprising: 21 1000153153 generating a notification to a user of the programmable device of an event; comparing a context of the notification with a context of the user; offering an optional response to the notification responsive to the comparison of the context of the notification with the context of the user; receiving a selection of the optional response; and performing an action corresponding to the optional response.
[28] 28. The method of claim 27, wherein performing an action corresponding to the optional response comprises transmitting a message to a user of another programmable device.
[29] 29. The method of claim 27, wherein performing an action corresponding to the optional response comprises transmitting a request to an agent to perform an action corresponding to the context of the user and the context of the notification.
[30] 30. The method of claim 27, further comprising: evaluating the context of the notification; and evaluating the context of the user. 22
类似技术:
公开号 | 公开日 | 专利标题
AU2013205561B2|2015-04-30|Generating context -based options for responding to a notification
US8037421B2|2011-10-11|System and method for organizing application indicators on an electronic device
US20150178626A1|2015-06-25|Method for predicting reactiveness of users of mobile devices for mobile messaging
US8565731B2|2013-10-22|Missed communication handling
US8433805B2|2013-04-30|Method and system for facilitating contacting people using electronic devices
US20140181741A1|2014-06-26|Discreetly displaying contextually relevant information
KR20140060995A|2014-05-21|Rejection message providing method based on a situation and electronic device supporting the same
CN103026740A|2013-04-03|Method and apparatus for suggesting a message segment
EP3614791B1|2021-03-17|User-selectable environments for mobile communications devices
US20210099827A1|2021-04-01|Systems and methods for users to receive and/or reply to information affiliated with communication attempts while remaining substantially disconnected from mobile electronic device| and/or networks
US20160117202A1|2016-04-28|Prioritizing software applications to manage alerts
US20170142253A1|2017-05-18|Prioritizing multiple callers with a suggested time for a caller to call back
US20200265389A1|2020-08-20|Electronic device and method for automatically responding to calendar event notifications
US10154131B2|2018-12-11|Executing instructions in response to a communication
US20140067454A1|2014-03-06|Reconciling Multiple Proposed Event Times Among Event Participants
US20150215246A1|2015-07-30|Messaging and task management device and method thereof
KR101642729B1|2016-07-27|System and Method for managing group schedule
US20130267215A1|2013-10-10|System, method, and apparatus for providing a communication-based service using an intelligent inference engine
CN113748420A|2021-12-03|Actively displaying relevant information related to an event on a search page
同族专利:
公开号 | 公开日
US9804740B2|2017-10-31|
BR102013013868B1|2021-03-02|
EP3125181A1|2017-02-01|
CN103473039A|2013-12-25|
JP6000191B2|2016-09-28|
JP2014029676A|2014-02-13|
AU2013205561B2|2015-04-30|
BR102013013868A2|2015-06-23|
KR101574925B1|2015-12-04|
CN103473039B|2017-08-11|
KR20130137098A|2013-12-16|
KR20150073907A|2015-07-01|
EP2672441A1|2013-12-11|
US20130328665A1|2013-12-12|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
US5420975A|1992-12-28|1995-05-30|International Business Machines Corporation|Method and system for automatic alteration of display of menu options|
JP2002108829A|2000-09-28|2002-04-12|Casio Comput Co Ltd|Device/method for reporting schedule and computer- readable recording medium with schedule-reporting program stored thereon|
JP2003308420A|2002-04-17|2003-10-31|Nippon Telegr & Teleph Corp <Ntt>|Schedule management support system and support method for mobile communication terminal, and server device used therefor|
US6850949B2|2002-06-03|2005-02-01|Right Now Technologies, Inc.|System and method for generating a dynamic interface via a communications network|
US20040100505A1|2002-11-21|2004-05-27|Cazier Robert Paul|System for and method of prioritizing menu information|
US7653191B1|2003-06-26|2010-01-26|Microsoft Corporation|Voice call routing by dynamic personal profile|
US7925525B2|2005-03-25|2011-04-12|Microsoft Corporation|Smart reminders|
US8037421B2|2005-10-11|2011-10-11|Research In Motion Limited|System and method for organizing application indicators on an electronic device|
US7836400B2|2006-03-31|2010-11-16|Research In Motion Limited|Snooze support for event reminders|
US7649454B2|2006-09-28|2010-01-19|Ektimisi Semiotics Holdings, Llc|System and method for providing a task reminder based on historical travel information|
US7941133B2|2007-02-14|2011-05-10|At&T Intellectual Property I, L.P.|Methods, systems, and computer program products for schedule management based on locations of wireless devices|
CN201054130Y|2007-07-03|2008-04-30|袁萌|Mobile storage window operating system|
US8560371B2|2008-09-26|2013-10-15|Microsoft Corporation|Suggesting things to do during time slots in a schedule|
WO2010129939A1|2009-05-08|2010-11-11|Obdedge, Llc|Systems, methods, and devices for policy-based control and monitoring of use of mobile devices by vehicle operators|
US8583784B2|2009-06-05|2013-11-12|Palm, Inc.|Dynamic communication integration with calendar|
US8490018B2|2009-11-17|2013-07-16|International Business Machines Corporation|Prioritization of choices based on context and user history|
US8423288B2|2009-11-30|2013-04-16|Apple Inc.|Dynamic alerts for calendar events|
US8423508B2|2009-12-04|2013-04-16|Qualcomm Incorporated|Apparatus and method of creating and utilizing a context|
US9753605B2|2010-05-27|2017-09-05|Oracle International Corporation|Action tool bar for mobile applications|
US20120006610A1|2010-07-09|2012-01-12|Erik Wallace|Telematics enhanced mobile device safety interlock|
EP2413578A1|2010-07-29|2012-02-01|Research In Motion Limited|Method and apparatus for changing a profile of an electronic device|
WO2012044546A2|2010-10-01|2012-04-05|Imerj, Llc|Auto-waking of a suspended os in a dockable system|JP6011100B2|2012-07-20|2016-10-19|カシオ計算機株式会社|Communication apparatus and communication system|
US20140280561A1|2013-03-15|2014-09-18|Fujifilm North America Corporation|System and method of distributed event based digital image collection, organization and sharing|
US8996639B1|2013-10-15|2015-03-31|Google Inc.|Predictive responses to incoming communications|
US20150106741A1|2013-10-15|2015-04-16|Microsoft Corporation|Managing conversations|
US10587541B2|2014-12-02|2020-03-10|Facebook, Inc.|Device, method, and graphical user interface for lightweight messaging|
US20170185650A1|2015-12-24|2017-06-29|Intel Corporation|Contextual based notification management system for wearable devices|
US11003627B2|2016-04-21|2021-05-11|Microsoft Technology Licensing, Llc|Prioritizing thumbnail previews based on message content|
US10686740B2|2016-09-09|2020-06-16|Microsoft Technology Licensing, Llc|Learned user preference- and behavior-based notification filtering|
JP6718555B2|2016-09-20|2020-07-08|グーグル エルエルシー|System and method for sending a response in a messaging application|
US10735365B2|2018-01-11|2020-08-04|International Business Machines Corporation|Conversation attendant and assistant platform|
JP2021516474A|2018-01-12|2021-07-01|ライン プラス コーポレーションLINE Plus Corporation|Sensing user status in a messaging service environment and interacting with messaging services based on user status|
US11005790B2|2019-04-30|2021-05-11|International Business Machines Corporation|Enabling attention by leveraging a user-effective communication channel|
法律状态:
2015-08-27| FGA| Letters patent sealed or granted (standard patent)|
优先权:
申请号 | 申请日 | 专利标题
US13/489,547|US9804740B2|2012-06-06|2012-06-06|Generating context-based options for responding to a notification|
US13/489,547||2012-06-06||
[返回顶部]