WO2021104365A1 - 对象分享方法及电子设备 - Google Patents

对象分享方法及电子设备 Download PDF

Info

Publication number
WO2021104365A1
WO2021104365A1 PCT/CN2020/131739 CN2020131739W WO2021104365A1 WO 2021104365 A1 WO2021104365 A1 WO 2021104365A1 CN 2020131739 W CN2020131739 W CN 2020131739W WO 2021104365 A1 WO2021104365 A1 WO 2021104365A1
Authority
WO
WIPO (PCT)
Prior art keywords
display area
target
icon display
icon
input
Prior art date
Application number
PCT/CN2020/131739
Other languages
English (en)
French (fr)
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
Priority claimed from CN201911184583.7A external-priority patent/CN111061574B/zh
Application filed by 维沃移动通信有限公司 filed Critical 维沃移动通信有限公司
Publication of WO2021104365A1 publication Critical patent/WO2021104365A1/zh

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Definitions

  • the embodiments of the present invention relate to the field of communication technologies, and in particular, to an object sharing method and electronic equipment.
  • a user when a user wants to share a piece of text seen on a web page or a communication number stored in an electronic device to a contact, the user can usually first select the text to be shared and click the copy option; , The user can find the icon of the social application from the desktop interface of the electronic device, and trigger the electronic device to run the social application; then, the user can find the contact from the social application, and after pasting the text, trigger the electronic The device shares the text to the contact.
  • the embodiments of the present invention provide an object sharing method and electronic equipment to solve the problem of cumbersome sharing operations.
  • an embodiment of the present invention provides an object sharing method.
  • the method includes: displaying an information display area and N icon display areas, where N is a positive integer; receiving a first input to the information display area and a target icon display area in the N icon display areas; responding to the first input To share the target object in the information display area to the target contact in the target application, and the target application is the application associated with the icon displayed in the target icon display area.
  • an embodiment of the present invention provides an electronic device.
  • the electronic device includes a display module, a receiving module, and a processing module.
  • the display module is used to display the information display area and N icon display areas, where N is a positive integer;
  • the receiving module is used to receive the information display area displayed by the display module and the target icon display area in the N icon display areas The first input;
  • a processing module for sharing the target object in the information display area to the target contact in the target application in response to the first input received by the receiving module, the target application being the target icon display area The application associated with the icon displayed in.
  • an embodiment of the present invention provides an electronic device, including a processor, a memory, and a computer program stored in the memory and running on the processor.
  • the computer program is executed by the processor to realize the first The steps of the object sharing method provided by the aspect.
  • an embodiment of the present invention provides a computer-readable storage medium storing a computer program on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the object sharing method provided in the first aspect are implemented.
  • an information display area and N icon display areas may be displayed, where N is a positive integer; and the first input of the information display area and the target icon display area of the N icon display areas is received; and In response to the first input, the target object in the information display area is shared with the target contact in the target application, where the target application is the application associated with the icon displayed in the target icon display area.
  • the input of the target icon display area in the icon display area such as the input of dragging the target object to the target icon display area, sharing the target object to contacts in the application associated with the target icon display area, without having to use different applications Frequent switching between programs.
  • the object sharing operation steps provided by the embodiment of the present invention are more convenient.
  • FIG. 1 is a schematic diagram of the architecture of an Android operating system provided by an embodiment of the present invention
  • FIG. 2 is one of the schematic diagrams of an object sharing method provided by an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of operations on a target object provided by an embodiment of the present invention.
  • FIG. 4 is a second schematic diagram of an object sharing method provided by an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of operations for selecting an object and editing an object provided by an embodiment of the present invention.
  • FIG. 6 is the third schematic diagram of an object sharing method provided by an embodiment of the present invention.
  • FIG. 7 is a schematic diagram of the operation of selecting an application program provided by an embodiment of the present invention.
  • FIG. 8 is a fourth schematic diagram of an object sharing method provided by an embodiment of the present invention.
  • FIG. 9 is one of the schematic diagrams of an operation of selecting a target contact provided by an embodiment of the present invention.
  • FIG. 10 is a second schematic diagram of an operation for selecting a target contact provided by an embodiment of the present invention.
  • FIG. 11 is a schematic structural diagram of an electronic device provided by an embodiment of the present invention.
  • FIG. 12 is a schematic diagram of hardware of an electronic device provided by an embodiment of the present invention.
  • first and second in the specification and claims of the present invention are used to distinguish different objects, rather than to describe a specific order of objects.
  • first input and the second input are used to distinguish different inputs, rather than to describe a specific order of input.
  • words such as “exemplary” or “for example” are used to represent examples, illustrations, or illustrations. Any embodiment or design solution described as “exemplary” or “for example” in the embodiment of the present invention should not be construed as being more advantageous than other embodiments or design solutions. To be precise, words such as “exemplary” or “for example” are used to present related concepts in a specific manner.
  • plural means two or more than two, for example, a plurality of elements means two or more elements, and so on.
  • the electronic device in the embodiment of the present invention may be an electronic device with an operating system.
  • the operating system may be an Android operating system, an ios operating system, or other possible operating systems, which is not specifically limited in the embodiment of the present invention.
  • FIG. 1 it is a schematic structural diagram of an Android operating system provided by an embodiment of the present invention.
  • the architecture of the Android operating system includes 4 layers, which are: application layer, application framework layer, system runtime library layer, and kernel layer (specifically, it may be the Linux kernel layer).
  • the application layer includes various applications (including system applications and third-party applications) in the Android operating system.
  • the application framework layer is the framework of the application. Developers can develop some applications based on the application framework layer while complying with the development principles of the application framework.
  • the system runtime layer includes a library (also called a system library) and an Android operating system runtime environment.
  • the library mainly provides various resources needed by the Android operating system.
  • the Android operating system operating environment is used to provide a software environment for the Android operating system.
  • the kernel layer is the operating system layer of the Android operating system and belongs to the lowest level of the Android operating system software level.
  • the kernel layer is based on the Linux kernel to provide core system services and hardware-related drivers for the Android operating system.
  • a developer can develop a software program that implements the object sharing method provided by the embodiment of the present invention based on the system architecture of the Android operating system as shown in FIG.
  • the sharing method can be run based on the Android operating system as shown in FIG. 1. That is, the processor or the electronic device can implement the object sharing method provided by the embodiment of the present invention by running the software program in the Android operating system.
  • the electronic device in the embodiment of the present invention may be a terminal device.
  • the terminal device may be a mobile terminal device or a non-mobile terminal device.
  • the mobile terminal device may be a mobile phone, a tablet computer, a notebook computer, a handheld computer, a vehicle electronic device, a wearable device, an ultra-mobile personal computer (UMPC), a netbook, or a personal digital assistant (personal digital assistant). Assistant, PDA), etc.
  • the non-mobile terminal device may be a personal computer (PC), television (television, TV), teller machine, or self-service machine, etc., which is not specifically limited in the embodiment of the present invention.
  • the execution subject of the object sharing method provided by the embodiment of the present invention may be the above-mentioned electronic device, or may be a functional module and/or functional entity in the electronic device that can implement the object sharing method, which can be specifically determined according to actual usage requirements.
  • the embodiments of the present invention are not limited. The following takes an electronic device as an example to illustrate the object sharing method provided in the embodiment of the present invention.
  • an embodiment of the present invention provides an object sharing method.
  • the user can trigger the electronic device to simultaneously display N icon display areas and display an information display area including the target object to be shared. Then, the user can directly share the target object with the target icon display area by inputting the information display area and the target icon display area in the N icon display areas, such as dragging the target object to the target icon display area.
  • Contacts in the associated application Since users do not need to switch frequently between different applications, the operation steps of sharing objects with different contacts of different applications are simplified.
  • an embodiment of the present invention provides an object sharing method. This method is applied to electronic equipment. The method may include the following steps 101 to 103.
  • Step 101 The electronic device displays an information display area and N icon display areas.
  • N is a positive integer.
  • the above-mentioned information display area and the N icon display areas may be different display areas in one interface.
  • the information display area can be used to display the target object to be shared, for example, the target object can be target text, target picture, target video or target audio, etc.; the icon display area can be used to display icons of applications with sharing functions .
  • the number of icon display areas mentioned above may be determined by the number of applications with sharing functions in the electronic device. For example, if there are 5 applications with sharing functions in the electronic device, the number of icon display areas may be 5. Or, it is determined by the number of applications with sharing function in the electronic device and the target audience to be shared. For example, if there are 5 applications with sharing function in the electronic device, but the target audience to be shared is among them
  • the number of icon display areas can be three; or, the number of applications with sharing functions in the electronic device and the user's selection and input of applications with sharing functions are jointly determined, for example, if electronic There are 5 applications with the sharing function in the device, but if the user selects 2 applications from among them, the number of icon display areas can be 2.
  • the information display area and the N icon display areas may be displayed in one interface, such as a text editing interface.
  • the text editing interface may be an editable note window in the electronic device.
  • the text selected by the user can be automatically copied and pasted into the text editing interface.
  • the edited text can be shared to the target application through the text editing interface. Contact.
  • one icon display area can display an icon of an application program or icons of multiple applications.
  • the N icon display areas are multiple icon display areas, the icons of the application programs displayed in any two icon display areas in the multiple icon display areas may be different or the same.
  • the above display area and the N icon display areas can be displayed in the following manner:
  • Manner 1 The electronic device displays an information display area and N icon display areas in response to the user's input.
  • the user can select multiple pieces of text from multiple applications, and these texts can be automatically copied and pasted into the text editing interface.
  • a text editing interface including an information display area and N icon display areas by inputting a floating icon or an input of a drop-down menu.
  • the information display area includes multiple paragraphs of text selected by the user
  • the N icon display areas include N application programs with sharing functions.
  • Manner 2 The electronic device automatically detects whether the preset condition is met, and when the preset condition is met, automatically displays the information display area and N icon display areas.
  • the preset condition can be any of the following: the number of objects to be shared is greater than or equal to the first value, the number of characters included in the objects to be shared is greater than or equal to the second value, and the application that provides the objects to be shared is a preset type
  • the types of applications and people to be shared with are preset types.
  • the user can select multiple pictures from multiple applications, and these pictures can be automatically copied and pasted into the text editing interface.
  • the electronic device can detect the number of pictures in the text editing interface. When it is detected that the number of pictures in the text editing interface is greater than or equal to the preset number, the electronic device can automatically display information including an information display area and N icon display areas. Text editing interface. Among them, the information display area includes multiple pictures selected by the user, and the N icon display areas include N application programs with sharing functions.
  • Step 102 The electronic device receives a first input of the information display area and the target icon display area of the N icon display areas.
  • the first input may be a click input to the information display area and the target icon display area.
  • the user may first click the information display area, and then click the target icon display area; or, the first input may be from the information display area Drag input to the target icon display area, for example, drag the target object in the information display area to the target icon display area; or, the first input can be a circled input to the information display area and the target icon display area
  • the user can circle the information display area and the target icon display area within a track range by drawing a circle on the screen of the electronic device.
  • the first input may also be other possible inputs, which may be determined according to actual use requirements, and the embodiment of the present invention does not limit it.
  • the target icon display area may include at least one icon display area, that is, the target icon display area may include at least one icon display area of the N icon display areas.
  • the N icon display areas include icon display area 1, icon display area 2, icon display area 3, and icon display area 4.
  • the target icon display area may include icon display area 1 and icon display area of these four icon display areas. 2.
  • Step 103 In response to the first input, the electronic device shares the target object in the information display area to the target contact in the target application.
  • the aforementioned target application may be an application associated with the icon displayed in the target icon display area.
  • the first input may include multiple sub-inputs.
  • the user can trigger the electronic device to share the target object to the contacts of the application associated with the icon display area by inputting the information display area and an icon display area. That is, the user can trigger the electronic device to share the target object to multiple contacts in multiple applications through multiple sub-inputs.
  • the above-mentioned target object may be synthesized from M objects pre-selected by the user, and M is an integer greater than 1.
  • the aforementioned target contact may be a contact selected by the user from N applications, or may be a contact automatically filtered by the electronic device from N applications according to a preset rule.
  • the preset rule may be a system default sharing object or a sharing object with a high frequency of user sharing, etc.
  • the number of target contacts may be greater than or equal to N, that is, the electronic device may send the target object to at least one shared object in each of the N applications.
  • the electronic device may display an information display area 01 including the target object to be shared and an icon including the "application 1" icon in the text editing interface in response to the user's input.
  • the user can press and hold the information display area 01 to trigger the information display area 01 to be in the floating display state, and drag the information display area 01 to the icon display area 023, so that the electronic device
  • the target object in the information display area 01 can be shared to the friend 1, the friend 5, and the friend 9 in the “application 3”.
  • the electronic device can share the target object in the information display area 01 to contact a, contact g, and contact p; if the user displays the icon to the icon Drag the information display area 01 in the area 022, then the electronic device can share the target object in the information display area 01 to the official account 2 and the official account 3. That is, the electronic device can respond to the user's first input to the information display area and the target icon display area, and share the target object in the information display area to the target contact in the target application.
  • the object sharing method provided by the embodiment of the present invention can be applied to a scenario where objects are shared with different contacts in different applications. Since the electronic device can display N icon display areas and display an information display area including the target object to be shared Therefore, when the user wants to share the target object, the user can directly input the target icon display area in the information display area and the N icon display areas, such as dragging the target object to the target icon display area, and The target object is shared to the contacts in the application associated with the target icon display area without frequent switching between different applications. In this way, the object sharing operation steps provided by the embodiment of the present invention are more convenient and flexible.
  • the user can first select M objects from different applications or the same application, and edit the M objects in the target interface, and edit The latter M objects are synthesized into the target object to be shared.
  • the object sharing method provided in the embodiment of the present invention may further include the following steps 104 to 107.
  • Step 104 The electronic device receives a selection input for the i-th object among the M objects.
  • i 1, 2...M.
  • the M objects may include at least one of the following: text, picture, video, audio, and so on.
  • the types of the M objects may be the same, for example, the M objects may all be text; or, the types of the M objects may be different, for example, the M objects may be a composite of text and pictures.
  • M objects can be selected in any of the following scenarios:
  • Scene 1 M objects are one object selected from one application.
  • the electronic device may display two cursors in response to the user's long press input.
  • the user can drag the display positions of the two cursors, so that the electronic device can use the content in the area between the two cursors as the object to be shared.
  • the electronic device may respond to the user's double-click input in the target area, and take the content in the target area as the object to be shared.
  • the electronic device can display the object on the target interface, so the user does not need to manually Copy the object and manually paste the object in other interfaces, thus saving the user's operation time.
  • Scene 2 M objects are multiple objects selected from one application.
  • the M objects may be continuous text or non-continuous text.
  • M objects are multiple objects selected from one application, since the user can select multiple objects from the application at the same time, the user does not need to switch back and forth between the current interface and the contact interface, thereby improving the user's operation Experience.
  • Scene 3 M objects are multiple objects selected from different applications. For example, the user can select different objects from application A, application B, and application C, respectively.
  • M objects are multiple objects selected from different applications
  • the user since the user can select multiple objects from different applications and trigger the electronic device to display multiple objects in the target interface, the user does not need to provide multiple objects Switch back and forth between the application and the contact interface, thereby improving the user's operating experience.
  • Step 105 In response to the selection input, the electronic device displays the i-th object in the target interface.
  • the i-th object selected by the user can be automatically copied and pasted into the target interface, and displayed in the target interface. If the user triggers the electronic device to display the target interface, the target interface may include the first object to the i-th object that the user has selected.
  • Step 106 In a case where the target interface includes the M objects, the electronic device receives the editing input of the M objects.
  • the target interface may be an interface of a note application program, and the note application program and the application program providing M objects are different applications.
  • the target interface may be a text editing interface as shown in (b) in FIG. 5.
  • the electronic device may display a target interface including the M objects in response to the user's input.
  • the target interface can be hidden.
  • Any interface of the electronic device may float and display a floating icon for indicating the target interface.
  • the user can click or long-press the floating icon. Then, the electronic device may display the target interface including the M objects.
  • the target interface can be hidden.
  • the user wants to edit the M objects in the target interface, the user can slide his finger on the top area of the screen of the electronic device in a downward direction, so that the electronic device can display the target interface in the form of a pull-down menu, or , The user can slide his finger in the bottom-up direction on the bottom area of the screen of the electronic device, so that the electronic device can display the target interface in the form of a pull-up menu.
  • Step 107 In response to the editing input, the electronic device synthesizes the edited M objects into the target object.
  • the above M objects may be different objects in one application or different objects in different applications.
  • the user's edit input to the M objects may include at least one of the following: input to change the display format of the M objects, insert input of other objects in the M objects, and delete objects from the M objects input of.
  • the user can select text 03 in the interface of "application A", and the text 03 will be automatically copied and pasted into the text editing interface.
  • the user can click on the "text editing interface” control shown in Figure 5 (a) to trigger the electronic device to switch from the "Application A" interface to the text editing interface shown in Figure 5 (b).
  • the editing interface may include each paragraph of text selected by the user. If the user wants to edit the selected paragraphs of text, the electronic device can be triggered to display a floating window 04 as shown in (c) in Figure 5.
  • the floating window 04 can include font size, font, italic, bold, Various controls such as paragraph and fill color.
  • the user can edit each paragraph of text through these controls, and click the "text confirmation" control 05, so that the electronic device can synthesize the edited paragraphs of text into the target object.
  • the foregoing embodiment exemplifies the editing of M objects when the target interface includes M objects, which does not limit the embodiment of the present invention in any way. It can be understood that if the M objects in the target interface meet the user needs and the user does not need to edit the M objects, the electronic device can only perform steps 104 and 105 instead of steps 106 and 107, which can be determined according to actual use requirements. .
  • the object sharing method provided by the embodiment of the present invention can be applied to a scenario where a user selects M objects and performs an editing operation on the M objects in a target interface.
  • a user selects M objects and performs an editing operation on the M objects in a target interface.
  • the way to select objects is more flexible;
  • the user can select multiple objects in the target interface
  • the object performs an editing operation, so that the target object synthesized by the electronic device according to the edited M objects is more suitable for the user's needs, thereby facilitating the user to share the target object with certain contacts.
  • the user may first select N application program icons in the target interface, and then trigger the electronic device to display N icon display areas.
  • the object sharing method provided by the embodiment of the present invention may further include the following steps 108 to 109; and, the above step 101 may pass through step 101A achieve.
  • Step 108 The electronic device displays the target interface.
  • the electronic device may display the target interface in response to the user's input.
  • the target interface may include M objects selected by the user and an icon of at least one application program, and the at least one application program has a sharing function.
  • Step 109 The electronic device receives a second input of selecting icons of N applications from the icons of at least one application.
  • the second input can include two sub-inputs: the first sub-input can be used to select the icons of N applications, and the second sub-input can be used to confirm that the icons of the N applications are to be displayed in the N icons. Icons in the display area.
  • the first sub-input may be N click inputs on the icons of N applications.
  • a target identifier may be displayed on the icon of each application program, and a target identifier may be used to indicate that an application program is in the selected state.
  • the second sub-input can be a click input on a control.
  • Step 101A In response to the second input, the electronic device displays an information display area and N icon display areas.
  • N icon display areas include N application program icons.
  • An icon display area includes an icon of an application program.
  • the electronic device may display a text editing interface in response to the user's input.
  • the text editing interface may include an icon 061 of "application 1” and an icon 062 of "application 2". , "Application 3" icon 063 and "Application 4" icon 064.
  • the user can sequentially click the icons displayed on the icon 061 of “application 1”, the icon 062 of “application 2”, and the icon 063 of “application 3” respectively.
  • Figure 7(b) when the icon 061 of “application 1”, the icon 062 of “application 2”, and the icon 063 of “application 3” are in the selected state, the user can click the “application confirmation” control 07, so that the electronic device can switch the interface shown in (b) in FIG. 7 to the interface shown in (a) in FIG. 3, that is, display an information display area and N icon display areas.
  • the object sharing method provided in the embodiment of the present invention may further include: receiving a user's input to the target icon in the target interface, and in response to the input, enlarging the target icon to display.
  • the user can drag the target icon on the target interface. The greater the distance the target icon is dragged, the larger the zoomed display range of the target icon. It can be understood that by enlarging the target icon to an appropriate level, it is convenient for the user to select the icon.
  • the object sharing method provided by the embodiment of the present invention can be applied to a scene that triggers an electronic device to display information display areas and N icon display areas in different areas, because the user selects N icons from at least one application program displayed on the target interface After the application icon, the electronic device can display the information display area and N icon display areas in different areas, so the user can directly input the information display area and the target icon display area in the N icon display areas, and it will be faster Share the target audience to the contacts in the application associated with the target icon display area.
  • the user may select a contact for each application corresponding to each icon display area.
  • the object sharing method provided by the embodiment of the present invention may further include the following steps 110 and 111.
  • Step 110 The electronic device receives a third input to at least one icon display area of the N icon display areas.
  • the aforementioned third input may be a click input, a long press input, or a sliding input to at least one icon display area of the N icon display areas, which may be determined according to actual usage requirements.
  • Step 111 In response to the third input, the electronic device determines the contact selected by the user from the at least one icon display area as the target contact.
  • step 111 can be specifically implemented by the following (1) or (2).
  • the electronic device displays at least one candidate contact associated with each icon display area in the interface of the application program associated with each icon display area, and removes the user from the at least one icon display area.
  • the contact selected in the display area is determined to be the target contact.
  • the electronic device displays the information display area 01, the icon display area 021, the icon display area 022, and the icon display area 023 as shown in (a) in FIG. 3, the user can perform operations in the icon display area 023 Double-click the input, so that the electronic device can update and display the text editing interface shown in (a) of FIG. 3 to the interface of "application 3" as shown in FIG. 9 in response to the long-press input of the user.
  • the interface of "Application 3" may include “Friend 1", "Friend 2"!Friend 9".
  • the user can click "Friend 1", “Friend 4" and "Friend 9” in sequence, so that the electronic device can determine “Friend 1", "Friend 4" and "Friend 9” as target contacts.
  • the contact a, contact g, and contact p in the icon display area 021 and the official account 2 and official account 3 in the icon display area 022 can also be selected according to the above method.
  • the electronic device displays at least one candidate contact associated with each icon display area in each icon display area of the at least one icon display area, and removes the user from the at least one icon display area.
  • the contact selected in the display area is determined to be the target contact.
  • the electronic device displays the information display area 01, the icon display area 021, the icon display area 022, and the icon display area 023 as shown in (a) in FIG. 3, the user can perform operations in the icon display area 023 Long-press input, so that the electronic device can update and display the icon of "application 3" in the icon display area 023 as "Friend 1", “Friend 2”" as shown in FIG. 10 in response to the user's long-press input. Friends 9". Then, the user can click “Friend 1", "Friend 5" and "Friend 9” in sequence, so that the electronic device can determine “Friend 1", "Friend 5" and "Friend 9” as target contacts. It is understandable that the contact a, contact g, and contact p in the icon display area 021, and the official account 2 and official account 3 in the icon display area 022 can also be selected according to the above method.
  • the above embodiment can be applied to the scenario of selecting contacts in the icon display area.
  • the user can select from multiple candidate contacts.
  • Target contact on the other hand, compared with selecting a contact in the application interface, selecting a contact in the icon display area does not need to switch the interface, so the latter is more flexible and diverse.
  • the electronic device displays the information display area and the N icon display areas, since the user can input at least one icon display area of the N icon display areas, the electronic device is triggered to send the user
  • the contact selected from the at least one icon display area is determined to be the target contact, so it is convenient for the user to send the target object in the display information display area to the target contact more quickly.
  • the foregoing embodiments of the present invention display the information display area and N icon display areas by an electronic device, and through the user input to the target icon display area in the information display area and the N icon display areas, the target in the information display area
  • the object sharing to the target contact in the target application is taken as an example to illustrate.
  • the embodiment of the present invention provides another object sharing method, which may include the following steps 301 to 304.
  • Step 301 The electronic device displays the target interface.
  • the aforementioned target interface may include the target object and at least one application icon.
  • At least one of the above-mentioned applications has a sharing function.
  • Step 302 The electronic device receives the user's target input of selecting the icon of the target application and selecting the target contact in the interface of the target application.
  • the aforementioned target input may include two sub-inputs: one is a sub-input for the user to select an icon of the target application in the target interface, and the other is a sub-input for the user to select a target contact in the interface of the target application.
  • Step 303 The electronic device determines the target contact in response to the target input.
  • Step 304 The electronic device shares the target object in the target interface to the target contact.
  • the user since the user can trigger the electronic device to switch the target interface to the interface of the target application by operating the icon of the application in the target interface, the user can select a contact for the target application After that, the target object is shared to all the selected contacts through one input, thereby increasing the flexibility of the electronic device to share the target object.
  • the object sharing methods shown in each of the above figures are all exemplarily described in conjunction with one figure in the embodiment of the present invention.
  • the object sharing method shown in each of the above figures can also be implemented in combination with any other figures illustrated in the above embodiments that can be combined, and will not be repeated here.
  • an embodiment of the present invention provides an electronic device 1100.
  • the electronic device may include a display module 1101, a receiving module 1102, and a processing module 1103.
  • the display module 1101 can be used to display an information display area and N icon display areas, where N is a positive integer.
  • the receiving module 1102 may be used to receive the first input to the information display area displayed by the display module 1101 and the target icon display area among the N icon display areas.
  • the processing module 1103 may be configured to respond to the first input received by the receiving module 1102, share the target object in the information display area to the target contact in the target application, and the target application may be the target icon display area The application associated with the icon displayed in.
  • the target object is composed of M objects, and M is an integer greater than 1.
  • the display module 1101 may also be configured to display the i-th object in the target interface in response to the selection input received by the receiving module 1102.
  • the receiving module 1102 is further configured to receive the editing input of the M objects when the target interface displayed by the display module 1101 includes the M objects.
  • the processing module 1103 may also be used to respond to the editing input received by the receiving module 1102 to synthesize the edited M objects into target objects.
  • the M objects may be different objects in one application or different objects in different applications.
  • the display module 1101 may also be used to display a target interface before displaying the information display area and the N icon display areas.
  • the target interface may include the target object and the icon of at least one application program.
  • the at least one application program may With sharing function.
  • the receiving module 1102 may also be used to receive a second input of selecting icons of N applications from the icons of the at least one application.
  • the display module 1101 may be specifically configured to display an information display area and N icon display areas in response to the second input received by the receiving module 1102, and the N icon display areas may include N application icons.
  • the electronic device can display the information display area and the N icon display areas in different areas, so the user directly displays the information
  • the input of the target icon display area and the target icon display area in the N icon display areas can more quickly share the target object to the contacts in the application associated with the target icon display area.
  • the target icon display area may include at least one icon display area.
  • the receiving module 1102 may also be configured to receive the third input of at least one icon display area of the N icon display areas before receiving the first input to the information display area and the target icon display area of the N icon display areas. enter.
  • the processing module 1103 is further configured to determine the contact selected by the user from the at least one icon display area as the target contact in response to the third input received by the receiving module 1102.
  • the electronic device displays the information display area and the N icon display areas
  • the user can input at least one icon display area of the N icon display areas to trigger the electronic device to remove the user from the at least one icon display area
  • the contact selected in is determined as the target contact, so it is convenient for the user to send the target object in the display information display area to the target contact more quickly.
  • the display module 1101 may also be used to display a contact in each icon display area in the at least one icon display area before the processing module 1103 determines the contact selected by the user from the at least one icon display area as the target contact.
  • the electronic device provided in the embodiment of the present invention can implement each process implemented by the electronic device in the foregoing method embodiment. To avoid repetition, details are not described herein again.
  • the embodiment of the present invention provides an electronic device. Since the electronic device can display N icon display areas and display an information display area including the target object to be shared, when the user wants to share the target object, the user can directly The display area and the input of the target icon display area in the N icon display areas, such as the input of dragging the target object to the target icon display area, and sharing the target object to contacts in the application associated with the target icon display area , Without having to switch frequently between different applications. In this way, the electronic device provided by the embodiment of the present invention can share objects more conveniently.
  • FIG. 12 is a schematic diagram of the hardware structure of an electronic device according to an embodiment of the present invention.
  • the electronic device may be a terminal device, such as a mobile phone.
  • the electronic device 200 includes but is not limited to: a radio frequency unit 201, a network module 202, an audio output unit 203, an input unit 204, a sensor 205, a display unit 206, a user input unit 207, an interface unit 208, and a memory 209 , Processor 210, and power supply 211.
  • a radio frequency unit 201 includes but is not limited to: a radio frequency unit 201, a network module 202, an audio output unit 203, an input unit 204, a sensor 205, a display unit 206, a user input unit 207, an interface unit 208, and a memory 209 , Processor 210, and power supply 211.
  • Those skilled in the art can understand that the structure of the electronic device shown in FIG. 12 does not constitute a limitation on the electronic device.
  • the electronic device may include more or fewer components than those shown in the figure, or a combination of certain components, or different components. Layout.
  • electronic devices include, but are not limited to, mobile phones, tablet computers, notebook computers, palmtop computers, in-vehicle electronic devices, wearable devices, and pedometers.
  • the processor 210 can be used to control the display unit 206 to display an information display area and N icon display areas, where N is a positive integer; and to control the user input unit 207 to receive the information display area and the N icon display areas displayed on the display unit 206.
  • the target application is an application associated with the icon displayed in the target icon display area.
  • the embodiment of the present invention provides an electronic device. Since the electronic device can display N icon display areas and display an information display area including the target object to be shared, when the user wants to share the target object, the user can directly The display area and the input of the target icon display area in the N icon display areas, such as the input of dragging the target object to the target icon display area, and sharing the target object to contacts in the application associated with the target icon display area , Without having to switch frequently between different applications. In this way, the electronic device provided by the embodiment of the present invention can share objects more conveniently.
  • the radio frequency unit 201 can be used for receiving and sending signals in the process of sending and receiving information or talking. Specifically, the downlink data from the base station is received and processed by the processor 210; in addition, Uplink data is sent to the base station.
  • the radio frequency unit 201 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like.
  • the radio frequency unit 201 can also communicate with the network and other devices through a wireless communication system.
  • the electronic device 200 provides users with wireless broadband Internet access through the network module 202, such as helping users to send and receive emails, browse web pages, and access streaming media.
  • the audio output unit 203 can convert the audio data received by the radio frequency unit 201 or the network module 202 or stored in the memory 209 into audio signals and output them as sounds. Moreover, the audio output unit 203 may also provide audio output related to a specific function performed by the electronic device 200 (for example, call signal reception sound, message reception sound, etc.).
  • the audio output unit 203 includes a speaker, a buzzer, a receiver, and the like.
  • the input unit 204 is used to receive audio or video signals.
  • the input unit 204 may include a graphics processing unit (GPU) 2041, a microphone 2042, and a camera module 2043.
  • the graphics processor 2041 processes image data of still pictures or videos obtained by an image capture device (such as the camera module 2043) in the video capture mode or the image capture mode.
  • the processed image frame may be displayed on the display unit 206.
  • the image frame processed by the graphics processor 2041 may be stored in the memory 209 (or other storage medium) or sent via the radio frequency unit 201 or the network module 202.
  • the microphone 2042 can receive sound and can process such sound into audio data.
  • the processed audio data can be converted into a format that can be sent to the mobile communication base station via the radio frequency unit 201 in the case of a telephone call mode for output.
  • the camera module 2043 can obtain still pictures or videos.
  • the electronic device 200 further includes at least one sensor 205, such as a light sensor, a motion sensor, and other sensors.
  • the light sensor includes an ambient light sensor and a proximity sensor.
  • the ambient light sensor can adjust the brightness of the display panel 2061 according to the brightness of the ambient light.
  • the proximity sensor can close the display panel 2061 and the display panel 2061 when the electronic device 200 is moved to the ear. / Or backlight.
  • the accelerometer sensor can detect the magnitude of acceleration in various directions (usually three-axis), and can detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of electronic devices (such as horizontal and vertical screen switching, related games) , Magnetometer posture calibration), vibration recognition related functions (such as pedometer, percussion), etc.; sensor 205 can also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, Infrared sensors, etc., will not be repeated here.
  • the display unit 206 is used to display information input by the user or information provided to the user.
  • the display unit 206 may include a display panel 2061, and the display panel 2061 may be configured in the form of a liquid crystal display (LCD), an organic light-emitting diode (OLED), or the like.
  • LCD liquid crystal display
  • OLED organic light-emitting diode
  • the user input unit 207 may be used to receive inputted numeric or character information, and generate key signal input related to user settings and function control of the electronic device.
  • the user input unit 207 includes a touch panel 2071 and other input devices 2072.
  • the touch panel 2071 also called a touch screen, can collect the user's touch operations on or near it (for example, the user uses any suitable objects or accessories such as fingers, stylus, etc.) on the touch panel 2071 or near the touch panel 2071. operating).
  • the touch panel 2071 may include two parts: a touch detection device and a touch controller.
  • the touch detection device detects the user's touch position, and detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and then sends it To the processor 210, the command sent by the processor 210 is received and executed.
  • the touch panel 2071 can be implemented in multiple types such as resistive, capacitive, infrared, and surface acoustic wave.
  • the user input unit 207 may also include other input devices 2072.
  • other input devices 2072 may include, but are not limited to, a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackball, mouse, and joystick, which will not be repeated here.
  • the touch panel 2071 can be overlaid on the display panel 2061.
  • the touch panel 2071 detects a touch operation on or near it, it transmits it to the processor 210 to determine the type of the touch event, and then the processor 210 determines the type of the touch event according to the touch.
  • the type of event provides corresponding visual output on the display panel 2061.
  • the touch panel 2071 and the display panel 2061 are used as two independent components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 2071 and the display panel 2061 can be integrated
  • the implementation of the input and output functions of the electronic device is not specifically limited here.
  • the interface unit 208 is an interface for connecting an external device and the electronic device 200.
  • the external device may include a wired or wireless headset port, an external power source (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device with an identification module, audio input/output (I/O) port, video I/O port, headphone port, etc.
  • the interface unit 208 can be used to receive input (for example, data information, power, etc.) from an external device and transmit the received input to one or more elements in the electronic device 200 or can be used to connect the electronic device 200 to an external device. Transfer data between devices.
  • the memory 209 can be used to store software programs and various data.
  • the memory 209 may mainly include a program storage area and a data storage area.
  • the program storage area may store an operating system, an application program required by at least one function (such as a sound playback function, an image playback function, etc.), etc.; Data created by the use of mobile phones (such as audio data, phone book, etc.), etc.
  • the memory 209 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, a flash memory device, or other volatile solid-state storage devices.
  • the processor 210 is the control center of the electronic device. It uses various interfaces and lines to connect the various parts of the entire electronic device, runs or executes the software programs and/or modules stored in the memory 209, and calls the data stored in the memory 209. , Perform various functions of electronic equipment and process data, so as to monitor the electronic equipment as a whole.
  • the processor 210 may include one or more processing units; optionally, the processor 210 may integrate an application processor and a modem processor, where the application processor mainly processes the operating system, user interface, application programs, etc., and the modem
  • the adjustment processor mainly deals with wireless communication. It can be understood that the foregoing modem processor may not be integrated into the processor 210.
  • the electronic device 200 may also include a power source 211 (such as a battery) for supplying power to various components.
  • a power source 211 such as a battery
  • the power source 211 may be logically connected to the processor 210 through a power management system, so as to manage charging, discharging, and power consumption through the power management system. Management and other functions.
  • the electronic device 200 includes some functional modules not shown, which will not be repeated here.
  • an embodiment of the present invention also provides an electronic device, including a processor 210 as shown in FIG. 12, a memory 209, a computer program stored in the memory 209 and running on the processor 210, and the computer program is
  • the processor 210 implements the various processes of the foregoing method embodiments when executing, and can achieve the same technical effect. To avoid repetition, details are not described herein again.
  • the embodiment of the present invention also provides a computer-readable storage medium, and a computer program is stored on the computer-readable storage medium.
  • a computer program is executed by a processor, each process of the foregoing method embodiment is implemented, and the same technical effect can be achieved. To avoid repetition, I won’t repeat them here.
  • a computer-readable storage medium such as read-only memory (ROM), random access memory (RAM), magnetic disk or optical disk, etc.
  • the technical solution of the present invention essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes several instructions to make an electronic device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the method described in each embodiment of the present invention.
  • a storage medium such as ROM/RAM, magnetic disk,
  • the optical disc includes several instructions to make an electronic device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the method described in each embodiment of the present invention.

Abstract

本发明实施例公开了一种对象分享方法及电子设备,涉及通信技术领域。该方法包括:显示信息显示区和N个图标显示区,N为正整数;接收对该信息显示区和该N个图标显示区中的目标图标显示区的第一输入;响应于该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人,该目标应用程序为该目标图标显示区中显示的图标关联的应用程序。

Description

对象分享方法及电子设备
相关申请的交叉引用
本申请主张在2019年11月27日在中国提交的中国专利申请号No.201911184583.7的优先权,其全部内容通过引用包含于此。
技术领域
本发明实施例涉及通信技术领域,尤其涉及一种对象分享方法及电子设备。
背景技术
随着通信技术的发展,电子设备中分享功能的应用越来越广泛,例如分析文本或图片等。
目前,当用户想要将从网页上看到的一段文本或电子设备中存储的一个通讯号码等分享给某个联系人时,用户通常可以先选择想要分享的文本,并点击复制选项;然后,用户可以从电子设备的桌面界面中查找到社交应用程序的图标,并触发电子设备运行社交应用程序;再然后,用户可以从社交应用程序中查找到联系人,并在粘贴文本之后,触发电子设备将文本分享至联系人。
但是,由于上述提供待分享对象的应用程序和提供联系人的应用程序通常为不同的应用程序,因此,当用户想要通过一个或多个应用程序将待分享对象分享出去时,用户需要在不同应用程序之间频繁切换,从而导致分享操作较为繁琐。
发明内容
本发明实施例提供一种对象分享方法及电子设备,以解决分享操作较为繁琐的问题。
为了解决上述技术问题,本发明实施例是这样实现的:
第一方面,本发明实施例提供了一种对象分享方法。该方法包括:显示信息显示区和N个图标显示区,N为正整数;接收对该信息显示区和该N个图标显示区中的目 标图标显示区的第一输入;响应于该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人,该目标应用程序为该目标图标显示区中显示的图标关联的应用程序。
第二方面,本发明实施例提供了一种电子设备。该电子设备包括显示模块、接收模块和处理模块。显示模块,用于显示信息显示区和N个图标显示区,N为正整数;接收模块,用于接收对显示模块显示的该信息显示区和该N个图标显示区中的目标图标显示区的第一输入;处理模块,用于响应于接收模块接收的该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人,该目标应用程序为该目标图标显示区中显示的图标关联的应用程序。
第三方面,本发明实施例提供了一种电子设备,包括处理器、存储器及存储在该存储器上并可在该处理器上运行的计算机程序,该计算机程序被该处理器执行时实现第一方面提供的对象分享方法的步骤。
第四方面,本发明实施例提供了一种计算机可读存储介质,该计算机可读存储介质上存储计算机程序,该计算机程序被处理器执行时实现第一方面提供的对象分享方法的步骤。
在本发明实施例中,可以显示信息显示区和N个图标显示区,N为正整数;并接收对该信息显示区和该N个图标显示区中的目标图标显示区的第一输入;以及响应于该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人,该目标应用程序为该目标图标显示区中显示的图标关联的应用程序。通过该方案,由于电子设备可以显示N个图标显示区,并显示包括待分享的目标对象的信息显示区,因此当用户想要分享目标对象时,用户可以直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,例如将目标对象拖动至目标图标显示区的输入,将目标对象分享至与目标图标显示区关联的应用程序中的联系人,而无需在不同应用程序之间频繁切换。如此,本发明实施例提供的对象分享操作步骤更为便捷。
附图说明
图1为本发明实施例提供的一种安卓操作系统的架构示意图;
图2为本发明实施例提供的一种对象分享方法的示意图之一;
图3为本发明实施例提供的对目标对象的操作示意图;
图4为本发明实施例提供的一种对象分享方法的示意图之二;
图5为本发明实施例提供的选择对象和编辑对象的操作示意图;
图6为本发明实施例提供的一种对象分享方法的示意图之三;
图7为本发明实施例提供的选择应用程序的操作示意图;
图8为本发明实施例提供的一种对象分享方法的示意图之四;
图9为本发明实施例提供的选择目标联系人的操作示意图之一;
图10为本发明实施例提供的选择目标联系人的操作示意图之二;
图11为本发明实施例提供的电子设备的结构示意图;
图12为本发明实施例提供的电子设备的硬件示意图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
本文中术语“和/或”,是一种描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况。本文中符号“/”表示关联对象是或者的关系,例如A/B表示A或者B。
本发明的说明书和权利要求书中的术语“第一”和“第二”等是用于区别不同的对象,而不是用于描述对象的特定顺序。例如,第一输入和第二输入等是用于区别不同的输入,而不是用于描述输入的特定顺序。
在本发明实施例中,“示例性的”或者“例如”等词用于表示作例子、例证或说明。本发明实施例中被描述为“示例性的”或者“例如”的任何实施例或设计方案不应被解释为比其它实施例或设计方案更具优势。确切而言,使用“示例性的”或者“例如”等词旨在以具体方式呈现相关概念。
在本发明实施例的描述中,除非另有说明,“多个”的含义是指两个或者两个以上,例如,多个元件是指两个或者两个以上的元件等。
本发明实施例中的电子设备可以为具有操作系统的电子设备。该操作系统可以为安卓(Android)操作系统,可以为ios操作系统,还可以为其他可能的操作系统,本发明实施例不作具体限定。
以安卓操作系统为例,介绍一下本发明实施例提供的对象分享方法所应用的软件环境。
如图1所示,为本发明实施例提供的一种安卓操作系统的架构示意图。在图1中,安卓操作系统的架构包括4层,分别为:应用程序层、应用程序框架层、系统运行库层和内核层(具体可以为Linux内核层)。
其中,应用程序层包括安卓操作系统中的各个应用程序(包括系统应用程序和第三方应用程序)。
应用程序框架层是应用程序的框架,开发人员可以在遵守应用程序的框架的开发原则的情况下,基于应用程序框架层开发一些应用程序。
系统运行库层包括库(也称为系统库)和安卓操作系统运行环境。库主要为安卓操作系统提供其所需的各类资源。安卓操作系统运行环境用于为安卓操作系统提供软件环境。
内核层是安卓操作系统的操作系统层,属于安卓操作系统软件层次的最底层。内核层基于Linux内核为安卓操作系统提供核心系统服务和与硬件相关的驱动程序。
以安卓操作系统为例,本发明实施例中,开发人员可以基于上述如图1所示的安卓操作系统的系统架构,开发实现本发明实施例提供的对象分享方法的软件程序,从而使得该对象分享方法可以基于如图1所示的安卓操作系统运行。即处理器或者电子设备可以通过在安卓操作系统中运行该软件程序实现本发明实施例提供的对象分享方法。
本发明实施例中的电子设备可以为终端设备。该终端设备可以为移动终端设备,也可以为非移动终端设备。示例性的,移动终端设备可以为手机、平板电脑、笔记本电脑、掌上电脑、车载电子设备、可穿戴设备、超级移动个人计算机(ultra-mobile personal computer,UMPC)、上网本或者个人数字助理(personal digital assistant,PDA)等,非移动终端设备可以为个人计算机(personal computer,PC)、电视机(television,TV)、柜员机或者自助机等,本发明实施例不作具体限定。
本发明实施例提供的对象分享方法的执行主体可以为上述的电子设备,也可以为该电 子设备中能够实现该对象分享方法的功能模块和/或功能实体,具体的可以根据实际使用需求确定,本发明实施例不作限定。下面以电子设备为例,对本发明实施例提供的对象分享方法进行示例性的说明。
通常,在用户选中待分享对象之后,用户可以先从所有应用程序中查找到某个具备分享功能的应用程序,并从该应用程序中找到某个联系人,再触发电子设备将待分享对象分享至该联系人。但是,对于不同应用程序中的不同联系人,用户需要在不同应用程序之间频繁切换。为此,本发明实施例提供一种对象分享方法,当用户想要分享目标对象时,用户可以触发电子设备同时显示N个图标显示区,并显示包括待分享的目标对象的信息显示区。然后,用户可以直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,例如将目标对象拖动至目标图标显示区的输入,将目标对象分享至与目标图标显示区关联的应用程序中的联系人。由于用户无需在不同应用程序之间频繁切换,因此简化了将对象分享不同应用程序的不同联系人的操作步骤。
如图2所示,本发明实施例提供一种对象分享方法。该方法应用于电子设备。该方法可以包括下述的步骤101至步骤103。
步骤101、电子设备显示信息显示区和N个图标显示区。
其中,N为正整数。
需要说明的是,上述信息显示区和N个图标显示区可以为一个界面中的不同的显示区域。其中,信息显示区可以用于显示待分享的目标对象,例如,该目标对象可以为目标文本、目标图片、目标视频或目标音频等;图标显示区可以用于显示具备分享功能的应用程序的图标。
可选的,上述图标显示区的数量可以由电子设备中具备分享功能的应用程序的数量决定,例如,若电子设备中具备分享功能的应用程序为5个,则图标显示区的数量可以为5个;或者,由电子设备中具备分享功能的应用程序的数量和待分享的目标对象共同决定,例如,若电子设备中具备分享功能的应用程序为5个,但待分享的目标对象与这其中的3个应用程序相关,则图标显示区的数量可以3个;或者,由电子设备中具备分享功能的应用程序的数量和用户对具备分享功能的应用程序的选择输入共同决定,例如,若电子设备中具备分享功能的应用程序为5个,但用户从其中的选择2个应用程序,则图标显示区的 数量可以2个。
可选的,信息显示区和N个图标显示区可以显示在一个界面中,例如文本编辑界面。该文本编辑界面可以为电子设备中的一个可编辑的便签窗口。具体的,用户选择的文本均可以自动复制并粘贴到文本编辑界面中,在用户对文本编辑界面中的文本进行编辑之后,可以通过文本编辑界面,将编辑后的文本分享至目标应用程序中的联系人。
可选的,一个图标显示区可以显示一个应用程序的图标或多个应用程序的图标。并且,在N个图标显示区为多个图标显示区的情况下,该多个图标显示区中任意两个图标显示区域显示的应用程序的图标可以不同或相同。
可选的,上述显示区和N个图标显示区可以通过下述方式显示:
方式一、电子设备响应于用户的输入,显示信息显示区和N个图标显示区。
示例性的,用户可以从多个应用程序中选择多段文本,这些文本可以自动复制并粘贴到文本编辑界面中。在用户完成文本选择之后,可以通过对浮动图标的输入或者上下拉菜单的输入,触发电子显示包括信息显示区和N个图标显示区的文本编辑界面。其中,信息显示区中包括用户选择的多段文本,N个图标显示区包括N个具备分享功能的应用程序。
方式二、电子设备自动检测是否满足预设条件,并在满足该预设条件的情况下,自动显示信息显示区和N个图标显示区。其中,该预设条件可以为以下任一项:待分享对象的数量大于或等于第一数值、待分享对象包括的字符数大于或等于第二数值、提供待分享对象的应用程序为预设类型的应用程序、待分享对象的类型为预设类型。
示例性的,用户可以从多个应用程序中选择多张图片,这些图片可以自动复制并粘贴到文本编辑界面中。电子设备可以对文本编辑界面中的图片数量进行检测,当检测到文本编辑界面中的图片数量大于或等于预设数量的情况下,电子设备可以自动显示包括信息显示区和N个图标显示区的文本编辑界面。其中,信息显示区中包括用户选择的多张图片,N个图标显示区包括N个具备分享功能的应用程序。
步骤102、电子设备接收对该信息显示区和该N个图标显示区中的目标图标显示区的第一输入。
可选的,第一输入可以为对信息显示区和目标图标显示区的点击输入,例如,用户可以先点击信息显示区,再点击目标图标显示区;或者,第一输入可以为从信息显示区至目 标图标显示区的拖动输入,例如,将信息显示区中的目标对象拖动至目标图标显示区的输入;或者,第一输入可以为对信息显示区和目标图标显示区的圈选输入,例如,用户可以通过在电子设备的屏幕中画圈的方式,将信息显示区和目标图标显示区圈在一个轨迹范围内。当然,可以理解的是,第一输入还可以为其他可能的输入,可以根据实际使用需求确定,本发明实施例不作限定。
可选的,目标图标显示区可以包括至少一个图标显示区,即目标图标显示区可以包括该N个图标显示区中的至少一个图标显示区。例如,N个图标显示区包括图标显示区1、图标显示区2、图标显示区3和图标显示区4,目标图标显示区可以包括这4个图标显示区中的图标显示区1和图标显示区2。
步骤103、电子设备响应于该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人。
其中,上述目标应用程序可以为目标图标显示区中显示的图标关联的应用程序。
需要说明的是,当目标图标显示区的数量为多个时,第一输入可以包括多个子输入。针对每个图标显示区,用户可以通过对信息显示区和一个图标显示区的输入,触发电子设备将目标对象分享至该一个图标显示区关联的应用程序的联系人。即用户可以通过多个子输入,触发电子设备将目标对象分享至多个应用程序中的多个联系人。
可选的,上述目标对象可以由用户预先选择的M个对象合成,M为大于1的整数。
可选的,上述目标联系人可以为用户从N个应用程序中选择的联系人,也可以为电子设备根据预设规则从N个应用程序中自动筛选的联系人。其中,该预设规则可以为系统默认的分享对象或用户分享频率较高的分享对象等。
可选的,目标联系人的数量可以大于或等于N,即电子设备可以向N个应用程序中的每个应用程序中的至少一个分享对象发送目标对象。
示例性的,如图3中的(a)所示,电子设备可以响应于用户的输入,在文本编辑界面中显示包括待分享的目标对象的信息显示区01、包括“应用1”图标的图标显示区021、包括“应用2”图标的图标显示区022、包括“应用3”图标的图标显示区023。在用户已经为“应用1”选中联系人a、联系人g和联系人p,为“应用2”选中公众号2和公众号3,为“应用3”选中好友1、好友5和好友9的情况下,如图3中的(b)所示,用户可 以通过长按信息显示区01,触发信息显示区01处于悬浮显示状态,并向图标显示区023拖动信息显示区01,从而电子设备可以将信息显示区01中的该目标对象分享至“应用3”中的好友1、好友5和好友9。可以理解,如果用户向图标显示区021拖动信息显示区01,那么电子设备可以将信息显示区01中的该目标对象分享至联系人a、联系人g和联系人p;如果用户向图标显示区022拖动信息显示区01,那么电子设备可以将信息显示区01中的该目标对象分享至公众号2和公众号3。即电子设备可以响应于用户对信息显示区和目标图标显示区的第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人。
本发明实施例提供的对象分享方法,可以应用于向不同应用程序中的不同联系人分享对象的场景,由于电子设备可以显示N个图标显示区,并显示包括待分享的目标对象的信息显示区,因此当用户想要分享目标对象时,用户可以直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,例如将目标对象拖动至目标图标显示区的输入,将目标对象分享至与目标图标显示区关联的应用程序中的联系人,而无需在不同应用程序之间频繁切换。如此,本发明实施例提供的对象分享操作步骤更为便捷和灵活。
可选的,在目标对象由M个对象合成的情况下,用户可以先从不同应用程序或同一应用程序中选择M个对象,并在目标界面中对该M个对象进行编辑操作,以及将编辑后的该M个对象合成为待分享的目标对象。示例性的,结合图2,如图4所示,在上述步骤101之前,本发明实施例提供的对象分享方法还可以包括下述的步骤104至步骤107。
步骤104、电子设备接收对M个对象中的第i个对象的选择输入。
其中,i=1,2……M。
可选的,M个对象可以包括以下至少一项:文本、图片、视频、音频等。
可选的,M个对象的类型可以相同,例如该M个对象可以均为文本;或者,该M个对象的类型可以不同,例如该M个对象可以为文本和图片等合成的。
可选的,M个对象可以在以下任意场景中选择的:
场景一、M个对象为从一个应用程序中选择的一个对象。
例如,电子设备可以响应于用户的长按输入,显示两个光标。用户可以拖动两个光标的显示位置,从而电子设备可以将两个光标之间的区域中的内容作为待分享对象。再例如, 电子设备可以响应于用户在目标区域的双击输入,将目标区域中的内容作为待分享对象。
针对M个对象为从一个应用程序中选择的一个对象的场景,在用户根据实际使用需求从应用程序中选择任意对象之后,电子设备可以在目标界面显示该对象,因此用户无需在一个界面中手动复制对象,并在其他界面中手动粘贴对象,因此节省了用户的操作时间。
场景二、M个对象为从一个应用程序中选择的多个对象。例如,当M个对象为用户从一个应用程序中选择的文本时,该M个对象可以为连续的文本,也可以为非连续的文本。
针对M个对象为从一个应用程序中选择的多个对象,由于用户可以从应用程序中同时选择多个对象,因此用户无需在当前界面和联系人界面之间来回切换,从而提高了用户的操作体验。
场景三、M个对象为从不同应用程序中选择的多个对象。例如,用户可以从应用A、应用B和应用C中分别选择不同的对象。
针对M个对象为从不同应用程序中选择的多个对象,由于用户可以从不同应用程序中选择多个对象,并触发电子设备在目标界面中显示多个对象,因此用户无需在多个提供对象的应用程序和联系人界面之间来回切换,从而提高了用户的操作体验。
步骤105、电子设备响应于该选择输入,在目标界面中显示第i个对象。
本发明实施例中,在用户选择第i个对象之后,用户选择的第i个对象可以自动复制并粘贴到目标界面中,并在目标界面中进行显示。如果用户触发电子设备显示目标界面,那么目标界面中可以包括用户已选择的第1个对象至第i个对象。
步骤106、在该目标界面包括该M个对象的情况下,电子设备接收对该M个对象的编辑输入。
可选的,目标界面可以为便签应用程序的界面,该便签应用程序与提供M个对象的应用程序为不同的应用程序。例如,目标界面可以为如图5中的(b)所示的文本编辑界面。
可选的,在用户选择M个对象之后,电子设备可以响应于用户的输入,显示包括该M个对象的目标界面。
例如,通常目标界面可以处于隐藏状态。电子设备的任意界面中可以浮动显示有用于指示目标界面的浮动图标,当用户想要对目标界面中的M个对象进行编辑时,用户可以点击或者长按该浮动图标。然后,电子设备可以显示包括该M个对象的目标界面。
再例如,通常目标界面可以处于隐藏状态。当用户想要对目标界面中的M个对象进行编辑时,用户可以在电子设备的屏幕的顶部区域沿由上向下的方向滑动手指,从而电子设备可以以下拉菜单的形式显示目标界面,或者,用户可以在电子设备的屏幕的底部区域沿由下向上的方向滑动手指,从而电子设备可以以上拉菜单的形式显示目标界面。
步骤107、电子设备响应于该编辑输入,将编辑后的该M个对象合成为目标对象。
其中,上述M个对象可以为一个应用程序中的不同对象或不同应用程序中的不同对象。
可选的,用户对该M个对象的编辑输入可以包括以下至少一项:更改该M个对象的显示格式的输入,在该M个对象中插入其他对象的输入,从M个对象中删除对象的输入。
示例性的,如图5中的(a)所示,用户可以在“应用A”的界面中选择文本03,该文本03会自动复制并粘贴到文本编辑界面中。用户可以点击如图5中的(a)所示的“文本编辑界面”控件,触发电子设备从“应用A”的界面切换为如图5中的(b)所示的文本编辑界面,该文本编辑界面可以包括用户选择的各段文本。如果用户想要对选择的各段文本进行编辑,那么可以触发电子设备显示如图5中的(c)所示的悬浮窗04,该悬浮窗04中可以包括字号、字体、斜体、加粗、段落和填充颜色等各个控件。用户可以通过这些控件实现对各段文本的编辑操作,并点击“文本确认”控件05,从而电子设备可以将编辑后的各段文本合成为目标对象。
需要说明的是,上述实施例是在目标界面包括M个对象的情况下,对M个对象进行编辑为例进行示例性说明的,其并不对本发明实施例形成任何限定。可以理解,如果目标界面中M个对象满足用户需求,用户无需对M个对象进行编辑操作,那么电子设备可以仅执行步骤104和步骤105,而无需执行步骤106和107,可以根据实际使用需求确定。
本发明实施例提供的对象分享方法,可以应用于用户选择M个对象,并在目标界面中对该M个对象进行编辑操作的场景。一方面,由于用户可以在一个应用中选择一个或多个对象,或者跨应用选择多个对象,因此选择对象的方式更为灵活;另一方面,由于用户可以在目标界面中对选择的多个对象进行编辑操作,因此可以使电子设备根据编辑后的M个对象合成的目标对象更贴合用户需求,从而便于用户将目标对象分享至某些联系人。
可选的,用户可以先在目标界面中选择N个应用程序的图标,再触发电子设备显示N 个图标显示区。示例性的,结合图2,如图6所示,在上述步骤101之前,本发明实施例提供的对象分享方法还可以包括下述的步骤108至步骤109;并且,上述步骤101可以通过步骤101A实现。
步骤108、电子设备显示目标界面。
可选的,电子设备可以响应于用户的输入,显示目标界面。其中,该目标界面可以包括用户选择的M个对象和至少一个应用程序的图标,该至少一个应用程序具备分享功能。
对于目标界面和目标对象的描述,可以参照上述实施例中的具体描述,此处不再赘述。
步骤109、电子设备接收从至少一个应用程序的图标中选择N个应用程序的图标的第二输入。
可选的,第二输入可以包括两个子输入:第一个子输入可以用于选中N个应用程序的图标,第二个子输入可以用于确认N个应用程序的图标为待显示在N个图标显示区中的图标。
可选的,第一个子输入可以为对N个应用程序的图标的N次点击输入。具体的,在用户通过点击输入选中应用程序的图标的情况下,每个应用程序的图标上可以显示有一个目标标识,一个目标标识可以用于指示一个应用程序处于选中状态。
可选的,第二个子输入可以为对一个控件的点击输入。
步骤101A、电子设备响应于该第二输入,显示信息显示区和N个图标显示区。
其中,上述N个图标显示区中包括N个应用程序的图标。一个图标显示区包括一个应用程序的图标。
示例性的,如图7中的(a)所示,电子设备可以响应于用户的输入,显示文本编辑界面,该文本编辑界面可以包括“应用1”的图标061、“应用2”的图标062、“应用3”的图标063和“应用4”的图标064。用户可以依次点击“应用1”的图标061、“应用2”的图标062、“应用3”的图标063上分别显示的标识。如图7中的(b)所示,在“应用1”的图标061、“应用2”的图标062、“应用3”的图标063处于选中状态的情况下,用户可以点击“应用确认”控件07,从而电子设备可以将如图7中的(b)所示的界面切换为如图3中的(a)所示的界面,即显示信息显示区和N个图标显示区。
可选的,在电子设备显示目标界面之后,本发明实施例提供的对象分享方法还可以包 括:接收用户对目标界面中的目标图标的输入,响应于该输入,对目标图标进行放大显示。例如,用户可以在目标界面中拖动目标图标,目标图标被拖动的距离越大,目标图标被放大显示的幅度越大。可以理解,将目标图标放大到合适的水平,可以方便用户选择图标。
本发明实施例提供的对象分享方法,可以应用于触发电子设备分区域显示信息显示区和N个图标显示区的场景中,由于在用户从目标界面显示的至少一个应用程序的图标中选择N个应用程序的图标之后,电子设备可以分区域显示信息显示区和N个图标显示区,因此用户直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,更为快捷地将目标对象分享至与目标图标显示区关联的应用程序中的联系人。
可选的,在目标图标显示区包括至少一个图标显示区的情况下,对于每个图标显示区,用户可以分别为每个图标显示区对应的应用程序选择联系人。结合图2,如图8所示,在101之后,在上述步骤102之前,本发明实施例提供的对象分享方法还可以包括下述的步骤110和步骤111。
步骤110、电子设备接收对N个图标显示区中的至少一个图标显示区的第三输入。
可选的,上述第三输入可以为对N个图标显示区中的至少一个图标显示区的点击输入、长按输入或滑动输入等,可以根据实际使用需求确定。
步骤111、电子设备响应于该第三输入,将用户从该至少一个图标显示区中选择的联系人确定为目标联系人。
可选的,上述步骤111具体可以通过下述的(1)或(2)实现。
(1)电子设备响应于第三输入,在与每个图标显示区关联的应用程序的界面中,分别显示与每个图标显示区关联的至少一个候选联系人,并将用户从该至少一个图标显示区中选择的联系人确定为目标联系人。
示例性的,在电子设备显示如图3中的(a)所示的信息显示区01、图标显示区021、图标显示区022和图标显示区023的情况下,用户可以在图标显示区023进行双击输入,从而电子设备可以响应于用户的长按输入,将如图3中的(a)所示的文本编辑界面更新显示为如图9所示的“应用3”的界面。如图9所示,“应用3”的界面可以包括“好友1”、“好友2”……“好友9”。然后,用户可以依次点击“好友1”、“好友4”和“好友9”,从而电子设备可以将“好友1”、“好友4”和“好友9”确定为目标联系人。可以理解的 是,对于图标显示区021中的联系人a、联系人g和联系人p以及对于图标显示区022中的公众号2和公众号3也可以按照上述方法选中。
可以理解的是,上述实施例可以应用于在应用程序的界面中选择联系人的场景中,通过将显示有图标显示区的界面更新显示为应用程序的界面,使得用户可以在应用程序的界面中选择目标联系人,即方便用户选择目标联系人。
(2)电子设备响应于第三输入,在至少一个图标显示区中的每个图标显示区中,分别显示与每个图标显示区关联的至少一个候选联系人,并将用户从该至少一个图标显示区中选择的联系人确定为目标联系人。
示例性的,在电子设备显示如图3中的(a)所示的信息显示区01、图标显示区021、图标显示区022和图标显示区023的情况下,用户可以在图标显示区023进行长按输入,从而电子设备可以响应于用户的长按输入,将图标显示区023中的“应用3”的图标更新显示为如图10所示的“好友1”、“好友2”……“好友9”。然后,用户可以依次点击“好友1”、“好友5”和“好友9”,从而电子设备可以将“好友1”、“好友5”和“好友9”确定为目标联系人。可以理解的是,对于图标显示区021中的联系人a、联系人g和联系人p,以及对于图标显示区022中的公众号2和公众号3也可以按照上述方法选中。
可以理解的是,上述实施例可以应用于在图标显示区中选择联系人的场景中,一方面,通过在图标显示区中显示多个候选联系人,使得用户可以从多个候选联系人中选择目标联系人;另一方面,与在应用程序的界面中选择联系人相比,在图标显示区中选择联系人无需切换界面,因此后者更为灵活和多样。
本发明实施例提供的对象分享方法,在电子设备显示信息显示区和N个图标显示区之后,由于用户可以通过对N个图标显示区中的至少一个图标显示区的输入,触发电子设备将用户从该至少一个图标显示区中选择的联系人确定为目标联系人,因此方便用户更为快捷地将显示信息显示区中的目标对象发送至目标联系人。
本发明上述各个实施例是以电子设备显示信息显示区和N个图标显示区,并通过用户对信息显示区和N个图标显示区中的目标图标显示区的输入,将信息显示区中的目标对象分享至目标应用程序中的目标联系人为例进行示例性说明的。除此之外,本发明实施例提供了另一种对象分享方法,该方法可以包括下述的步骤301至步骤304。
步骤301、电子设备显示目标界面。
其中,上述目标界面可以包括目标对象和至少一个应用程序的图标。
可选的,上述至少一个应用程序具备分享功能。
步骤302、电子设备接收用户选择目标应用程序的图标和在目标应用程序的界面中选择目标联系人的目标输入。
可选的,上述目标输入可以包括两个子输入:一个是用户在目标界面中选择目标应用程序的图标的子输入,另一个是用户在目标应用程序的界面中选择目标联系人的子输入。
步骤303、电子设备响应于该目标输入,确定该目标联系人。
步骤304、电子设备将目标界面中的目标对象分享至该目标联系人。
需要说明的是,对于目标界面、目标对象、目标应用程序的描述,可以参照上述实施例中的相关描述,此处不再赘述。
本发明实施例提供的对象分享方法,由于用户可以通过对目标界面中的应用程序的图标的操作,触发电子设备将目标界面切换为目标应用程序的界面,因此用户可以为目标应用程序选择联系人之后,通过一个输入将目标对象分享到选择的所有联系人,从而提高了电子设备分享目标对象的灵活性。
需要说明的是,本发明实施例中,上述各个附图所示的对象分享方法均是以结合本发明实施例中的一个附图为例示例性的说明的。具体实现时,上述各个附图所示的对象分享方法还可以结合上述实施例中示意的其它可以结合的任意附图实现,此处不再赘述。
如图11所示,本发明实施例提供一种电子设备1100。该电子设备可以包括显示模块1101、接收模块1102和处理模块1103。显示模块1101,可以用于显示信息显示区和N个图标显示区,N为正整数。接收模块1102,可以用于接收对显示模块1101显示的该信息显示区和该N个图标显示区中的目标图标显示区的第一输入。处理模块1103,可以用于响应于接收模块1102接收的该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人,该目标应用程序可以为该目标图标显示区中显示的图标关联的应用程序。
可选的,目标对象由M个对象合成,M为大于1的整数。接收模块1102,还可以用于在显示模块1101显示显示信息显示区和N个图标显示区之前,接收对M个对象中的第 i个对象的选择输入,i=1,2……M。显示模块1101,还可以用于响应于接收模块1102接收的该选择输入,在目标界面中显示该第i个对象。接收模块1102,还用于在显示模块1101显示的该目标界面包括该M个对象的情况下,接收对该M个对象的编辑输入。处理模块1103,还可以用于响应于接收模块1102接收的该编辑输入,将编辑后的该M个对象合成为目标对象。其中,该M个对象可以为一个应用程序中的不同对象或不同应用程序中的不同对象。
可以理解,一方面,由于用户可以在一个应用中选择一个或多个对象,或者跨应用选择多个对象,因此选择文本的方式更为灵活;另一方面,由于用户可以在目标界面中对选择的多个对象进行编辑操作,因此可以使电子设备根据编辑后的M个对象合成的目标对象更贴合用户需求,从而便于用户将目标对象分享至某些联系人。
可选的,显示模块1101,还可以用于在显示信息显示区和N个图标显示区之前,显示目标界面,该目标界面可以包括目标对象和至少一个应用程序的图标,该至少一个应用程序可以具备分享功能。接收模块1102,还可以用于接收从该至少一个应用程序的图标中选择N个应用程序的图标的第二输入。显示模块1101,具体可以用于响应于接收模块1102接收的该第二输入,显示信息显示区和N个图标显示区,该N个图标显示区中可以包括N个应用程序的图标。
可以理解,由于在用户从目标界面显示的至少一个应用程序的图标中选择N个应用程序的图标之后,电子设备可以分区域显示信息显示区和N个图标显示区,因此用户直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,更为快捷地将目标对象分享至与目标图标显示区关联的应用程序中的联系人。
可选的,目标图标显示区可以包括至少一个图标显示区。接收模块1102,还可以用于在接收对信息显示区和N个图标显示区中的目标图标显示区的第一输入之前,接收对该N个图标显示区中的至少一个图标显示区的第三输入。处理模块1103,还用于响应于接收模块1102接收的该第三输入,将用户从该至少一个图标显示区中选择的联系人确定为目标联系人。
可以理解,在电子设备显示信息显示区和N个图标显示区之后,由于用户可以通过对N个图标显示区中的至少一个图标显示区的输入,触发电子设备将用户从该至少一个图标 显示区中选择的联系人确定为目标联系人,因此方便用户更为快捷地将显示信息显示区中的目标对象发送至目标联系人。
可选的,显示模块1101,还可以用于在处理模块1103将用户从至少一个图标显示区中选择的联系人确定为目标联系人之前,在该至少一个图标显示区中的每个图标显示区中,分别显示与每个图标显示区关联的至少一个候选联系人;或者,在与每个图标显示区关联的应用程序的界面中,分别显示与每个图标显示区关联的至少一个候选联系人。
可以理解,一方面,通过将显示有图标显示区的界面更新显示为应用程序的界面,或通过在图标显示区中显示多个候选联系人,可以使得用户从中选择目标联系人,进而方便用户将目标对象分享至目标联系人;另一方面,与在应用程序的界面中选择联系人相比,在图标显示区中选择联系人无需切换界面,因此后者更为灵活和多样。
本发明实施例提供的电子设备能够实现上述方法实施例中电子设备实现的各个过程,为避免重复,这里不再赘述。
本发明实施例提供一种电子设备,由于电子设备可以显示N个图标显示区,并显示包括待分享的目标对象的信息显示区,因此当用户想要分享目标对象时,用户可以直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,例如将目标对象拖动至目标图标显示区的输入,将目标对象分享至与目标图标显示区关联的应用程序中的联系人,而无需在不同应用程序之间频繁切换。如此,本发明实施例提供的电子设备可以更为便捷地分享对象。
图12为本发明实施例提供的一种电子设备的硬件结构示意图。该电子设备可以为终端设备,例如手机。如图12所示,该电子设备200包括但不限于:射频单元201、网络模块202、音频输出单元203、输入单元204、传感器205、显示单元206、用户输入单元207、接口单元208、存储器209、处理器210、以及电源211等部件。本领域技术人员可以理解,图12中示出的电子设备结构并不构成对电子设备的限定,电子设备可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。在本发明实施例中,电子设备包括但不限于手机、平板电脑、笔记本电脑、掌上电脑、车载电子设备、可穿戴设备、以及计步器等。
其中,处理器210,可以用于控制显示单元206显示信息显示区和N个图标显示区, N为正整数;并用于控制用户输入单元207接收对显示单元206显示的该信息显示区和该N个图标显示区中的目标图标显示区的第一输入;以及用于响应于用户输入单元207接收的该第一输入,将该信息显示区中的目标对象分享至目标应用程序中的目标联系人,该目标应用程序为该目标图标显示区中显示的图标关联的应用程序。
本发明实施例提供一种电子设备,由于电子设备可以显示N个图标显示区,并显示包括待分享的目标对象的信息显示区,因此当用户想要分享目标对象时,用户可以直接通过对信息显示区和该N个图标显示区中的目标图标显示区的输入,例如将目标对象拖动至目标图标显示区的输入,将目标对象分享至与目标图标显示区关联的应用程序中的联系人,而无需在不同应用程序之间频繁切换。如此,本发明实施例提供的电子设备可以更为便捷地分享对象。
应理解的是,本发明实施例中,射频单元201可用于收发信息或通话过程中,信号的接收和发送,具体的,将来自基站的下行数据接收后,给处理器210处理;另外,将上行的数据发送给基站。通常,射频单元201包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器、双工器等。此外,射频单元201还可以通过无线通信系统与网络和其他设备通信。
电子设备200通过网络模块202为用户提供了无线的宽带互联网访问,如帮助用户收发电子邮件、浏览网页和访问流式媒体等。
音频输出单元203可以将射频单元201或网络模块202接收的或者在存储器209中存储的音频数据转换成音频信号并且输出为声音。而且,音频输出单元203还可以提供与电子设备200执行的特定功能相关的音频输出(例如,呼叫信号接收声音、消息接收声音等等)。音频输出单元203包括扬声器、蜂鸣器以及受话器等。
输入单元204用于接收音频或视频信号。输入单元204可以包括图形处理器(graphics processing unit,GPU)2041、麦克风2042和摄像头模组2043。图形处理器2041对在视频捕获模式或图像捕获模式中由图像捕获装置(如摄像头模组2043)获得的静态图片或视频的图像数据进行处理。处理后的图像帧可以显示在显示单元206上。经图形处理器2041处理后的图像帧可以存储在存储器209(或其它存储介质)中或者经由射频单元201或网络模块202进行发送。麦克风2042可以接收声音,并且能够将这样的声音处理为音频数 据。处理后的音频数据可以在电话通话模式的情况下转换为可经由射频单元201发送到移动通信基站的格式输出。摄像头模组2043可以获得静态图片或视频。
电子设备200还包括至少一种传感器205,比如光传感器、运动传感器以及其他传感器。具体地,光传感器包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板2061的亮度,接近传感器可在电子设备200移动到耳边时,关闭显示面板2061和/或背光。作为运动传感器的一种,加速计传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别电子设备姿态(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;传感器205还可以包括指纹传感器、压力传感器、虹膜传感器、分子传感器、陀螺仪、气压计、湿度计、温度计、红外线传感器等,在此不再赘述。
显示单元206用于显示由用户输入的信息或提供给用户的信息。显示单元206可包括显示面板2061,可以采用液晶显示器(liquid crystal display,LCD)、有机发光二极管(organic light-emitting diode,OLED)等形式来配置显示面板2061。
用户输入单元207可用于接收输入的数字或字符信息,以及产生与电子设备的用户设置以及功能控制有关的键信号输入。具体地,用户输入单元207包括触控面板2071以及其他输入设备2072。触控面板2071,也称为触摸屏,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触控面板2071上或在触控面板2071附近的操作)。触控面板2071可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器210,接收处理器210发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触控面板2071。除了触控面板2071,用户输入单元207还可以包括其他输入设备2072。具体地,其他输入设备2072可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆,在此不再赘述。
进一步的,触控面板2071可覆盖在显示面板2061上,当触控面板2071检测到在其上或附近的触摸操作后,传送给处理器210以确定触摸事件的类型,随后处理器210根据触摸事件的类型在显示面板2061上提供相应的视觉输出。虽然在图12中,触控面板2071 与显示面板2061是作为两个独立的部件来实现电子设备的输入和输出功能,但是在某些实施例中,可以将触控面板2071与显示面板2061集成而实现电子设备的输入和输出功能,具体此处不做限定。
接口单元208为外部装置与电子设备200连接的接口。例如,外部装置可以包括有线或无线头戴式耳机端口、外部电源(或电池充电器)端口、有线或无线数据端口、存储卡端口、用于连接具有识别模块的装置的端口、音频输入/输出(I/O)端口、视频I/O端口、耳机端口等等。接口单元208可以用于接收来自外部装置的输入(例如,数据信息、电力等等)并且将接收到的输入传输到电子设备200内的一个或多个元件或者可以用于在电子设备200和外部装置之间传输数据。
存储器209可用于存储软件程序以及各种数据。存储器209可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据手机的使用所创建的数据(比如音频数据、电话本等)等。此外,存储器209可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。
处理器210是电子设备的控制中心,利用各种接口和线路连接整个电子设备的各个部分,通过运行或执行存储在存储器209内的软件程序和/或模块,以及调用存储在存储器209内的数据,执行电子设备的各种功能和处理数据,从而对电子设备进行整体监控。处理器210可包括一个或多个处理单元;可选的,处理器210可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器210中。
电子设备200还可以包括给各个部件供电的电源211(比如电池),可选的,电源211可以通过电源管理系统与处理器210逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。
另外,电子设备200包括一些未示出的功能模块,在此不再赘述。
可选的,本发明实施例还提供一种电子设备,包括如图12所示的处理器210,存储器209,存储在存储器209上并可在处理器210上运行的计算机程序,该计算机程序被处理器210执行时实现上述方法实施例的各个过程,且能达到相同的技术效果,为避免重复, 这里不再赘述。
本发明实施例还提供一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,该计算机程序被处理器执行时实现上述方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。其中,计算机可读存储介质,如只读存储器(read-only memory,ROM)、随机存取存储器(random access memory,RAM)、磁碟或者光盘等。
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台电子设备(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本发明各个实施例描述的方法。
上面结合附图对本发明的实施例进行了描述,但是本发明并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的,本领域的普通技术人员在本发明的启示下,在不脱离本发明宗旨和权利要求所保护的范围情况下,还可做出很多形式,均属于本发明的保护之内。

Claims (14)

  1. 一种对象分享方法,应用于电子设备,所述方法包括:
    显示信息显示区和N个图标显示区,N为正整数;
    接收对所述信息显示区和所述N个图标显示区中的目标图标显示区的第一输入;
    响应于所述第一输入,将所述信息显示区中的目标对象分享至目标应用程序中的目标联系人,所述目标应用程序为所述目标图标显示区中显示的图标关联的应用程序。
  2. 根据权利要求1所述的方法,其中,所述目标对象由M个对象合成,M为大于1的整数;
    所述显示信息显示区和N个图标显示区之前,所述方法还包括:
    接收对所述M个对象中的第i个对象的选择输入,i=1,2……M;
    响应于所述选择输入,在目标界面中显示第i个对象;
    在所述目标界面包括所述M个对象的情况下,接收对所述M个对象的编辑输入;
    响应于所述编辑输入,将编辑后的所述M个对象合成为所述目标对象;
    其中,所述M个对象为一个应用程序中的不同对象或不同应用程序中的不同对象。
  3. 根据权利要求1所述的方法,其中,所述显示信息显示区和N个图标显示区之前,所述方法还包括:
    显示目标界面,所述目标界面包括所述目标对象和至少一个应用程序的图标,所述至少一个应用程序具备分享功能;
    接收从所述至少一个应用程序的图标中选择N个应用程序的图标的第二输入;
    所述显示信息显示区和N个图标显示区,包括:
    响应于所述第二输入,显示信息显示区和所述N个图标显示区,所述N个图标显示区中包括所述N个应用程序的图标。
  4. 根据权利要求1至3中任一项所述的方法,其中,所述目标图标显示区包括至少一个图标显示区;
    所述接收对所述信息显示区和所述N个图标显示区中的目标图标显示区的第一输入之前,所述方法还包括:
    接收对所述N个图标显示区中的所述至少一个图标显示区的第三输入;
    响应于所述第三输入,将用户从所述至少一个图标显示区中选择的联系人确定为所述目标联系人。
  5. 根据权利要求4所述的方法,其中,所述将用户从所述至少一个图标显示区中选择的联系人确定为所述目标联系人之前,所述方法还包括:
    在所述至少一个图标显示区中的每个图标显示区中,分别显示与每个图标显示区关联的至少一个候选联系人;或者,
    在与每个图标显示区关联的应用程序的界面中,分别显示与每个图标显示区关联的至少一个候选联系人。
  6. 一种电子设备,所述电子设备包括显示模块、接收模块和处理模块;
    所述显示模块,用于显示信息显示区和N个图标显示区,N为正整数;
    所述接收模块,用于接收对所述显示模块显示的所述信息显示区和所述N个图标显示区中的目标图标显示区的第一输入;
    所述处理模块,用于响应于所述接收模块接收的所述第一输入,将所述信息显示区中的目标对象分享至目标应用程序中的目标联系人,所述目标应用程序为所述目标图标显示区中显示的图标关联的应用程序。
  7. 根据权利要求6所述的电子设备,其中,所述目标对象由M个对象合成,M为大于1的整数;
    所述接收模块,还用于在所述显示模块显示显示所述信息显示区和所述N个图标显示区之前,接收对所述M个对象中的第i个对象的选择输入,i=1,2……M;
    所述显示模块,还用于响应于所述接收模块接收的所述选择输入,在目标界面中显示第i个对象;
    所述接收模块,还用于在所述显示模块显示的所述目标界面包括所述M个对象的情况下,接收对所述M个对象的编辑输入;
    所述处理模块,还用于响应于所述接收模块接收的所述编辑输入,将编辑后的所述M个对象合成为所述目标对象;
    其中,所述M个对象为一个应用程序中的不同对象或不同应用程序中的不同对象。
  8. 根据权利要求6所述的电子设备,其中,
    所述显示模块,还用于在显示信息所述显示区和所述N个图标显示区之前,显示目标界面,所述目标界面包括所述目标对象和至少一个应用程序的图标,所述至少一个应用程序具备分享功能;
    所述接收模块,还用于接收从所述至少一个应用程序的图标中选择N个应用程序的图标的第二输入;
    所述显示模块,具体用于响应于所述接收模块接收的所述第二输入,显示信息显示区和所述N个图标显示区,所述N个图标显示区中包括所述N个应用程序的图标。
  9. 根据权利要求6至8中任一项所述的电子设备,其中,所述目标图标显示区包括至少一个图标显示区;
    所述接收模块,还用于在接收对所述信息显示区和所述N个图标显示区中的目标图标显示区的第一输入之前,接收对所述N个图标显示区中的所述至少一个图标显示区的第三输入;
    所述处理模块,还用于响应于所述接收模块接收的所述第三输入,将用户从所述至少一个图标显示区中选择的联系人确定为所述目标联系人。
  10. 根据权利要求9所述的电子设备,其中,所述显示模块,还用于在所述处理模块将用户从所述至少一个图标显示区中选择的联系人确定为所述目标联系人之前,在所述至少一个图标显示区中的每个图标显示区中,分别显示与每个图标显示区关联的至少一个候选联系人;或者,在与每个图标显示区关联的应用程序的界面中,分别显示与每个图标显示区关联的至少一个候选联系人。
  11. 一种电子设备,包括处理器、存储器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如权利要求1至5中任一项所述的对象分享方法的步骤。
  12. 一种计算机可读存储介质,所述计算机可读存储介质上存储计算机程序,所述计算机程序被处理器执行时实现如权利要求1至5中任一项所述的对象分享方法的步骤。
  13. 一种计算机程序产品,所述计算机程序产品被至少一个处理器执行以实现如权利要求1至5中任一项所述的对象分享方法。
  14. 一种电子设备,包括所述电子设备被配置成用于执行如权利要求1至5中任一项所述的对象分享方法。
PCT/CN2020/131739 2019-11-27 2020-11-26 对象分享方法及电子设备 WO2021104365A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911184583.7 2019-11-27
CN201911184583.7A CN111061574B (zh) 2019-11-27 一种对象分享方法及电子设备

Publications (1)

Publication Number Publication Date
WO2021104365A1 true WO2021104365A1 (zh) 2021-06-03

Family

ID=70298706

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/131739 WO2021104365A1 (zh) 2019-11-27 2020-11-26 对象分享方法及电子设备

Country Status (1)

Country Link
WO (1) WO2021104365A1 (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139369A (zh) * 2011-11-30 2013-06-05 北京千橡网景科技发展有限公司 内容分享方法和装置
KR20130116976A (ko) * 2012-04-17 2013-10-25 엘지전자 주식회사 이동 단말기 및 그 제어방법
CN107229389A (zh) * 2017-05-24 2017-10-03 努比亚技术有限公司 一种共享文件的方法、设备及计算机可读存储介质
CN107247746A (zh) * 2017-05-23 2017-10-13 努比亚技术有限公司 一种数据分享方法及终端
CN108762954A (zh) * 2018-05-29 2018-11-06 维沃移动通信有限公司 一种对象分享方法及移动终端
CN111061574A (zh) * 2019-11-27 2020-04-24 维沃移动通信有限公司 一种对象分享方法及电子设备

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139369A (zh) * 2011-11-30 2013-06-05 北京千橡网景科技发展有限公司 内容分享方法和装置
KR20130116976A (ko) * 2012-04-17 2013-10-25 엘지전자 주식회사 이동 단말기 및 그 제어방법
CN107247746A (zh) * 2017-05-23 2017-10-13 努比亚技术有限公司 一种数据分享方法及终端
CN107229389A (zh) * 2017-05-24 2017-10-03 努比亚技术有限公司 一种共享文件的方法、设备及计算机可读存储介质
CN108762954A (zh) * 2018-05-29 2018-11-06 维沃移动通信有限公司 一种对象分享方法及移动终端
CN111061574A (zh) * 2019-11-27 2020-04-24 维沃移动通信有限公司 一种对象分享方法及电子设备

Also Published As

Publication number Publication date
CN111061574A (zh) 2020-04-24

Similar Documents

Publication Publication Date Title
WO2021083052A1 (zh) 对象分享方法及电子设备
WO2021218902A1 (zh) 显示控制方法、装置及电子设备
WO2021197263A1 (zh) 内容共享方法及电子设备
WO2020063091A1 (zh) 一种图片处理方法及终端设备
WO2020181942A1 (zh) 图标控制方法及终端设备
WO2021057337A1 (zh) 操作方法及电子设备
WO2020258929A1 (zh) 文件夹界面切换方法及终端设备
WO2020151525A1 (zh) 消息发送方法及终端设备
WO2021115278A1 (zh) 群组管理方法及电子设备
WO2020215949A1 (zh) 对象处理方法及终端设备
WO2021083087A1 (zh) 截屏方法及终端设备
WO2021129536A1 (zh) 图标移动方法及电子设备
WO2020151460A1 (zh) 对象处理方法及终端设备
WO2021104163A1 (zh) 图标整理方法及电子设备
WO2021012927A1 (zh) 图标显示方法及终端设备
WO2021004327A1 (zh) 应用权限设置方法及终端设备
WO2021129538A1 (zh) 一种控制方法及电子设备
WO2020220873A1 (zh) 图像显示方法及终端设备
WO2020181945A1 (zh) 标识显示方法及终端设备
WO2020199783A1 (zh) 界面显示方法及终端设备
WO2020199988A1 (zh) 内容复制方法及终端
WO2021057301A1 (zh) 文件控制方法及电子设备
WO2021057290A1 (zh) 信息控制方法及电子设备
WO2020192299A1 (zh) 信息显示方法及终端设备
WO2021017738A1 (zh) 界面显示方法及电子设备

Legal Events

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

Ref document number: 20892212

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20892212

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20892212

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28.02.2023)

122 Ep: pct application non-entry in european phase

Ref document number: 20892212

Country of ref document: EP

Kind code of ref document: A1