WO2020186927A1 - 数据分享方法、装置、设备及介质 - Google Patents

数据分享方法、装置、设备及介质 Download PDF

Info

Publication number
WO2020186927A1
WO2020186927A1 PCT/CN2020/073150 CN2020073150W WO2020186927A1 WO 2020186927 A1 WO2020186927 A1 WO 2020186927A1 CN 2020073150 W CN2020073150 W CN 2020073150W WO 2020186927 A1 WO2020186927 A1 WO 2020186927A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
sharing
application set
data
data sharing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2020/073150
Other languages
English (en)
French (fr)
Inventor
王岳晨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to US17/014,476 priority Critical patent/US10936339B2/en
Publication of WO2020186927A1 publication Critical patent/WO2020186927A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44557Code layout in executable memory
    • G06F9/44563Sharing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9035Filtering based on additional data, e.g. user or group profiles
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/541Interprogram communication via adapters, e.g. between incompatible applications

Definitions

  • the embodiments of the present disclosure relate to the technical field of data sharing, for example, to a data sharing method, device, equipment, and medium.
  • the implementation of application data sharing in related technologies is as follows: After users generate shared content in the application, they select the corresponding application (for example, WeChat or Weibo) in the sharing method selection interface that has been written in the fixed sharing method. Etc.) Use the corresponding sharing method (for example, password sharing or link sharing, etc.) to share, so as to realize the spread of the shared content.
  • the above-mentioned sharing method selection interface is generally written in the version when the application version is released. Interface, the above-mentioned sharing method selection interface can only be changed through the application developer releasing a new version.
  • the embodiments of the present disclosure provide a data sharing method, device, equipment, and medium to flexibly configure the sharing application in the data sharing interface, or the sharing method used by the sharing application.
  • an embodiment of the present disclosure provides a data sharing method, including:
  • the configured third application program set is displayed in the data sharing interface, so that the user can share data through the third application program set.
  • an embodiment of the present disclosure further provides a data sharing device, including:
  • the first application set obtaining module is configured to receive the issued data sharing configuration information, and obtain the first application set according to the data sharing configuration information;
  • a third application set determining module configured to obtain a local second application set, and determine a third application set according to the first application set and the second application set;
  • the third application set configuration module is configured to configure the third application set according to the data sharing configuration information
  • the third application set display module is configured to display the configured third application set in the data sharing interface, so that the user can share data through the third application set.
  • an embodiment of the present disclosure further provides an electronic device, which includes:
  • One or more processors are One or more processors;
  • Memory set to store one or more programs
  • the one or more processors When the one or more programs are executed by the one or more processors, the one or more processors implement the data sharing method according to any embodiment of the present disclosure.
  • the embodiment of the present disclosure further provides a computer-readable storage medium, the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program is executed as described in any embodiment of the present disclosure. Data sharing method.
  • FIG. 1 is a flowchart of a data sharing method provided by Embodiment 1 of the present disclosure
  • FIG. 2 is a flowchart of a data sharing method provided in Embodiment 2 of the present disclosure
  • FIG. 3 is a flowchart of a data sharing method provided by Embodiment 3 of the present disclosure.
  • Embodiment 4 is a flowchart of a data sharing method provided by Embodiment 4 of the present disclosure.
  • FIG. 5 is a schematic structural diagram of a data sharing device provided by Embodiment 5 of the present disclosure.
  • FIG. 6 is a schematic structural diagram of an electronic device provided by Embodiment 6 of the present disclosure.
  • FIG. 1 is a flowchart of a data sharing method provided by Embodiment 1 of the present disclosure. This embodiment is applicable to a situation where the client configures the sharing application displayed in the data sharing interface according to the issued data sharing configuration information.
  • the method can be executed by a data sharing device, which can be implemented in software and/or hardware, and the device can be configured in an electronic device installed with the above client, such as a smart phone, a tablet computer, and the like. As shown in Figure 1, the method includes the following steps:
  • Step 110 Receive the issued data sharing configuration information, and obtain a first application program set according to the data sharing configuration information.
  • the method of the embodiment of the present disclosure can be implemented by a client terminal, wherein the client terminal is used by the user and installed with a terminal device containing an application program containing a sharing function, and the operating system of the client terminal includes iOS operations System and Android operating system, users can log in to the above-mentioned application that includes the sharing function through the client, and share the data content in the application with others.
  • the client can also receive the server or other related to the target application.
  • the data sharing configuration information issued by the device realizes the dynamic configuration of the sharing application used by the target application.
  • the data sharing configuration information includes or is associated with the first application program set.
  • the first set of application programs is a sharing application program to be updated by the client, and the sharing application program refers to an application program that can be selected as a data sharing channel in the client terminal.
  • the data content generated in an application A that includes a sharing function can be shared in a sharing application B.
  • the number of application programs included in the first application program set may be one or more.
  • the client may pre-store a sharing application
  • the first application set may be an application set that processes the pre-stored sharing application.
  • the processing method can be determined according to the attributes of the first application set.
  • the attributes of the first application set may be new attributes, deleted attributes, or replacement attributes.
  • the newly added attribute refers to the application included in the first application set that needs to be added to the existing sharing application on the client side
  • the deleted attribute refers to the existing sharing application on the client side.
  • the application program included in the first application program set deleted from the program, and the update attribute refers to the need to replace the existing sharing application program of the client with the application program included in the first application program set.
  • the first set of applications may be shared applications that need to be used by the client. Accordingly, the first set of applications may be used directly to configure the shared applications of the client.
  • the data sharing configuration information may also include a sharing method corresponding to the application for correspondingly configuring the sharing method of the corresponding sharing application in the client. It may also include a display importance level corresponding to the application program; the display importance level is used to determine the display position of the application program in the data sharing interface, etc., which is not limited in this embodiment.
  • Step 120 Obtain a local second application set, and determine a third application set according to the first application set and the second application set.
  • the local second application set may be: a locally stored second application set corresponding to the current data sharing interface, that is, a sharing application set currently used by the client.
  • corresponding addition, deletion, or replacement processing can be performed on the second application set according to the attribute information of the first application set to obtain a new sharing application set corresponding to the client, that is, the first application set.
  • the local second application set may also be: a second application set corresponding to the locally installed application, that is, the second application set is all applications in the client's installed application list.
  • the client generally needs to select locally installed applications as sharing applications for data sharing. Therefore, when obtaining the issued first application set, the first application set and the second application set The intersection of the application sets serves as a new shared application set corresponding to the client, that is, the third application set.
  • Step 130 Configure the third application program set according to the data sharing configuration information.
  • the sharing mode of multiple applications in the third application set can be configured according to the sharing mode of the application included in the data sharing configuration information, or the sharing mode of multiple applications in the third application set can be configured according to the sharing mode of the application included in the data sharing configuration information.
  • the display importance level corresponding to the program configures the display order of multiple applications in the third application program set, which is not limited in this embodiment.
  • Step 140 Display the configured third application set in the data sharing interface, so that the user can share data through the third application set.
  • the third application set is a sharing application set that the client can use to share data
  • the third application set is displayed in the data sharing interface.
  • the data sharing interface is displayed to the user through the client and can be used to select the interface of the application for data sharing.
  • the configured third application set may be displayed in the data sharing interface.
  • the data sharing instruction can be triggered by the user and issued by the client. For example, after the user clicks the sharing icon on the client interface, the client sends the data sharing instruction after obtaining the click operation, and configures it.
  • the third collection of applications is displayed to users through the data sharing interface for users to select applications that meet the sharing requirements for sharing.
  • the third application set may include at least one integrated application, and the integrated application is associated with at least two sharing channels.
  • the integrated application refers to that the application can provide sharing services to users through at least two sharing channels.
  • at least two sharing forms can be selected for sharing content.
  • the aforementioned sharing application is a comprehensive application.
  • At least two sharing forms that can be selected within the integrated application are the sharing channels.
  • XX application can provide sharing channel A to share content to one or more users, or it can provide sharing channel B to share content as a personal status with other following users.
  • the application The program is a comprehensive application with two sharing channels.
  • At least two sharing channels corresponding to a comprehensive application can be used to replace the comprehensive application for display, so that the user can directly obtain the sharing method of the desired sharing channel for data sharing, so as to simplify the user Sharing process.
  • displaying the configured third application set in the data sharing interface may include:
  • At least two sharing channels that match the comprehensive application are used to replace the comprehensive application in the third application set for display.
  • the first application set is obtained by sharing configuration information according to the issued data; the third application set is determined according to the first application set and the local second application set; the third application set is determined according to the data sharing configuration information and the first application set.
  • Three application program sets, after configuring the third application program set; displaying the configured third application program set in the data sharing interface, so that the user can share data through the third application program set Realize the dynamic update of the sharing application displayed in the data sharing interface according to the issued data sharing configuration information, or the sharing method corresponding to the sharing application, so that the sharing application can be dynamically configured without releasing a new version of the application.
  • the technical effect of the sharing method solves the problem that the configuration cycle of the sharing application or the sharing method is too long in related technologies, which is not conducive to the user choosing the sharing application or the sharing method that matches the actual needs, and realizes flexibility.
  • FIG. 2 is a flowchart of a data sharing method provided in the second embodiment of the disclosure. This embodiment can be combined with multiple alternatives in one or more of the above embodiments.
  • a local second application set is obtained, and the first application set and the second application
  • the program collection, determining the third application program collection may be: obtaining a locally stored second application program collection that matches the current data sharing interface; using the first application program according to the attribute information of the first application program collection
  • the program set processes the second application program set to obtain the third application program set.
  • the method includes the following steps:
  • Step 210 Receive the issued data sharing configuration information, and obtain a first application program set according to the data sharing configuration information.
  • receiving the issued data sharing configuration information may be: when the client startup instruction is detected, sending a configuration data acquisition request to the server, and receiving all data issued by the server in response to the configuration data acquisition request.
  • the data sharing configuration information may be: when the client startup instruction is detected, sending a configuration data acquisition request to the server, and receiving all data issued by the server in response to the configuration data acquisition request.
  • receiving the issued data sharing configuration information may also be: receiving the data sharing configuration information issued by the server during the operation of the client.
  • the client can actively request the data sharing configuration information from the server, or passively receive the data sharing configuration information sent by the server.
  • the above two receiving methods can also be combined.
  • the client detects the target When the application program is started, it actively requests data sharing configuration information from the server, and during the operation of the target application in the client, the client receives the data sharing configuration information issued by the server at any time.
  • the advantage of this setting is that the client can configure the third application set displayed in the data sharing interface according to the received data sharing configuration information in real time, ensuring that the sharing applications included in the data sharing interface provided to the user in real time, and the server The currently dynamically designated sharing applications have a one-to-one correspondence to meet the sharing needs of users.
  • the first set of applications refers to a set of applications that process sharing applications pre-stored locally on the client.
  • the processing method can be specified by the attribute information of the first application set.
  • Step 220 Obtain a locally stored second application program set corresponding to the current data sharing interface.
  • the second application set refers to the set of applications displayed on the data sharing interface before receiving the data sharing configuration information, or the set of sharing applications used by the client.
  • Step 230 According to the attribute information of the first application set, use the first application set to process the second application set to obtain the third application set.
  • using the first application set to process the second application set according to the attribute information of the first application set, and obtaining the third application set may include at least one of the following :
  • the attribute information of the first application set is a newly-added attribute, obtaining an intersection of the first application set and the second application set as the third application set;
  • the attribute information of the first application set is a deleted attribute, obtaining a result of filtering out the first application set in the second application set as the third application set;
  • the replacement result of the first application set to the second application set is obtained as the third application set.
  • the first application set dynamically issued through the data sharing configuration information can flexibly add, delete or replace applications in the second application set corresponding to the data sharing interface stored locally on the client Operate to generate a new third application set corresponding to the data sharing interface.
  • Step 240 Configure the third application set according to the data sharing configuration information.
  • Step 250 Display the configured third application set in the data sharing interface, so that the user can share data through the third application set.
  • the technical solution of the embodiment of the present disclosure obtains a locally stored second application set that matches the current data sharing interface; according to the attribute information of the first application set, use the first application set to compare the
  • the second application program set is processed to obtain the technical means of the third application program set, which realizes the second application that matches the current data sharing interface stored locally according to the issued attribute information of the first application program set
  • the purpose of flexible configuration of the program collection is provided.
  • FIG. 3 is a flowchart of a data sharing method provided in Embodiment 3 of the disclosure. This embodiment can be combined with multiple alternatives in one or more of the above embodiments.
  • a local second application set is obtained, and the first application set and the second application
  • the program set, determining the third application set may be: obtaining a second application set corresponding to locally installed applications; determining the intersection of the second application set and the first application set as the first application set Three application collections.
  • the method includes the following steps:
  • Step 310 Receive the issued data sharing configuration information, and obtain a first application program set according to the data sharing configuration information.
  • the first set of applications are shared applications that need to be used by the client.
  • Step 320 Obtain a second set of applications corresponding to locally installed applications.
  • all applications included in the installed application list are used as the second application set.
  • Step 330 Determine the intersection of the second application set and the first application set as a third application set.
  • the purpose of calculating application intersection is to filter out sharing applications that cannot be used by the client itself in the data sharing interface, so as to ensure that the user can view the applications currently on the data sharing page. They are all applications where users can choose to share data.
  • the first set of applications obtained is: ⁇ application A, application B, application C, application D ⁇ , which corresponds to the installed application locally on the client
  • the second application set is: ⁇ application B, application C, application E ⁇ .
  • the intersection of the first application set and the second application set is calculated, and the application intersection is obtained as: ⁇ application B, application C ⁇ .
  • application A and application D are not installed in the terminal device, they cannot realize data sharing in the data sharing interface, and application E is not a sharing application that can be distributed on the client side, so It is also excluded, so only Application B and Application C can be displayed in the data sharing interface and complete the corresponding data sharing.
  • Step 340 Configure the third application set according to the data sharing configuration information.
  • Step 350 Display the configured third application set in the data sharing interface, so that the user can share data through the third application set.
  • the technical solution of the embodiment of the present disclosure obtains the second application program set corresponding to the locally installed applications; determines the intersection of the second application program set and the first application program set as the third application program set In this way, it is ensured that the sharing applications provided in the data sharing interface are all applications that can currently share data, and the accuracy of the sharing applications displayed in the data sharing interface is improved.
  • the data sharing configuration information may further include: a display importance level corresponding to the application;
  • the application program including the displayed importance level may be the same as or different from the first application program set, which is not limited in this embodiment.
  • the display importance level is used to determine the display position of the application in the data sharing interface.
  • the display importance level corresponding to each application program can be directly designated manually or determined by the business reference data of the application program.
  • the business reference data includes the download volume and score of the application. For example, if the application A currently has a higher score in the application mall, the application A can be used as the application with a higher usage amount, which will correspond to the application A
  • the display importance level of is defined as a high level.
  • the data sharing interface includes application A
  • the application A will be correspondingly set in the main position of the data sharing interface, for example, the center position of the interface, and the score is lower
  • Application B can be determined that there are fewer users using application B, so the display importance level corresponding to application B can be defined as a low level.
  • application B When application B is included in the data sharing interface, application B It will be correspondingly set at the secondary position of the data sharing interface, for example, at the bottom of the interface.
  • the business reference data may also include other types of data, for example, the promotion index of an application, the speed of version update, the number of times it is selected as a sharing application, the number of daily active users, etc. The example does not limit this.
  • the data sharing interface in the related art is a narrow-side display bar, and one or more applications in the third application program set are displayed in a single column in the narrow-side display bar.
  • each application program included in the third application program can be arranged from the top of the column to the end of the column in the order of the displayed importance level from the highest to the bottom.
  • the data sharing configuration information includes not only the first application set, but also the display importance level corresponding to the application. That is to say, when the client configures the data sharing interface, not only is it configured It also configures the display positions of different applications so that the applications with high display importance levels are located in the positions that users are most likely to pay attention to. By configuring the above display importance levels, it can help some new sharing applications Promotion can also help users find the most commonly used sharing applications as quickly as possible.
  • FIG. 4 is a flowchart of a data sharing method provided by Embodiment 4 of the disclosure.
  • the data sharing configuration information can include: a sharing method that matches the application; sharing configuration information according to the data
  • the configuration of the third application program set may include: configuring the sharing mode of the application programs in the third application program set according to the data sharing configuration information.
  • the method includes the following steps:
  • Step 410 Receive the issued data sharing configuration information, and obtain a first application program set according to the data sharing configuration information.
  • the data sharing configuration information may include: a sharing method that matches the application program, wherein the application program including the corresponding sharing method may be the same as or different from the first application program set.
  • the sharing method refers to the method in which the application program shares the data content to be shared.
  • the sharing method may include: application sharing interface sharing, download sharing, applet sharing, combination sharing, link sharing, or password sharing, which is not limited in this embodiment.
  • Step 420 Obtain a local second application set, and determine a third application set according to the first application set and the second application set.
  • Step 430 Configure the sharing mode of the applications in the third application set according to the data sharing configuration information.
  • the sharing mode of the third application when the user selects an application in the data sharing interface, the data content can be shared in the application using the pre-configured sharing mode.
  • Step 440 Display the configured third application set in the data sharing interface, so that the user can share data through the third application set.
  • the sharing manner may include: downloading and sharing.
  • the configured third application set in the data sharing interface it also includes:
  • the first application whose sharing method is to download and share in the data sharing interface, locally store the data content currently to be shared; jump to the application sharing interface that matches the first application to The user is allowed to share the locally stored data content in the application sharing interface.
  • the client when the client determines that the user selects a first application program configured to download and share, the client downloads the data content currently to be shared (for example, pictures or small videos, etc.) in a preset storage directory for local download. After the download is complete, jump to the application sharing interface matching the first application program until the user shares the downloaded data content.
  • the data content currently to be shared for example, pictures or small videos, etc.
  • the sharing manner may include: applet sharing.
  • the configured third application set in the data sharing interface may also include:
  • the second application whose sharing mode is the applet sharing in the data sharing interface, display at least one candidate applet that matches the second application; use the candidate applet selected by the user To share the data content currently to be shared.
  • Mini program sharing is a way of sharing in-app sharing realized by using the mini programs in the application; in one embodiment, the second application may be pre-configured or developed with multiple mini programs, and accordingly, you can In the second application program, the current data content to be shared is shared through the way of mini program sharing.
  • the sharing method may include: combined sharing, and the combined sharing includes at least two single sharing methods (for example, download sharing or mini program sharing, etc.).
  • the configured third application set in the data sharing interface may also include:
  • the third application program whose sharing method is the combined sharing in the data sharing interface display at least two single sharing methods included in the combined sharing; use the single selected by the user in the combined sharing Sharing mode, share the data content currently to be shared.
  • the technical solution of the embodiment of the present disclosure configures the sharing mode of the applications in the third application set according to the data sharing configuration information, so that the configuration information can be shared according to the data and the application sharing mode can be flexibly configured.
  • the data sharing configuration information may further include: system sharing information;
  • the system sharing information refers to a system sharing method until the client displays data sharing through the operating system in the data sharing interface.
  • displaying the configured third application set in the data sharing interface may include:
  • the configured third application set and the system sharing mode matching the system sharing information are displayed in the data sharing interface.
  • the system sharing mode may also be displayed.
  • the sharing interface matching the selected application is invoked through the native panel to share the data content currently to be shared.
  • the fourth set of application programs refers to a set of all application programs that open a sharing interface to the operating system among the shared application programs that have been installed on the terminal.
  • FIG. 5 is a schematic structural diagram of a data sharing device provided by Embodiment 5 of the present disclosure. This embodiment is applied to a client terminal, and is suitable for configuring sharing applications displayed in the data sharing interface according to the issued data sharing configuration information The situation of the program.
  • the device can be implemented in software and/or hardware, and the device can be configured in an electronic device installed with the above client, such as a smart phone, a tablet computer, and the like.
  • the apparatus may include: a first application set obtaining module 510, a third application set determining module 520, a third application set configuration module 530, and a third application set display module 540, where:
  • the first application set obtaining module 510 is configured to receive the issued data sharing configuration information, and obtain the first application set according to the data sharing configuration information;
  • the third application set determining module 520 is configured to obtain a local second application set, and determine a third application set according to the first application set and the second application set;
  • the third application set configuration module 530 is configured to configure the third application set according to the data sharing configuration information
  • the third application set display module 540 is configured to display the configured third application set in the data sharing interface, so that the user can share data through the third application set.
  • the third application set determining module 520 includes:
  • the first collection obtaining unit is configured to obtain a locally stored second application collection corresponding to the current data sharing interface
  • the first set determining unit is configured to use the first application set to process the second application set according to the attribute information of the first application set to obtain the third application set.
  • the first set determining unit is set to:
  • the attribute information of the first application set is a newly-added attribute, obtaining an intersection of the first application set and the second application set as the third application set;
  • the attribute information of the first application set is a deleted attribute, obtaining a result of filtering out the first application set in the second application set as the third application set;
  • the replacement result of the first application set to the second application set is obtained as the third application set.
  • the third application set determining module 520 includes:
  • the second set obtaining unit is configured to obtain a second set of applications corresponding to locally installed applications
  • the second set determining unit is configured to determine the intersection of the second application set and the first application set as a third application set.
  • the data sharing configuration information includes: a sharing method that matches the application program
  • the third application set configuration module 530 is set to:
  • the sharing mode of the applications in the third application set is configured.
  • the sharing method includes: downloading and sharing.
  • the method further includes:
  • the data content storage module is configured to locally store the data content currently to be shared according to the user's selection of the first application program whose sharing mode in the data sharing interface is downloading and sharing;
  • the first data content sharing module is configured to jump to an application sharing interface that matches the first application program, so that the user can share the locally stored data content in the application sharing interface.
  • the sharing method includes: applet sharing.
  • the method further includes:
  • the applet display module is configured to display at least one candidate applet that matches the second application according to the user's selection of the second application whose sharing mode is applet sharing in the data sharing interface;
  • the second data content sharing module is configured to use the candidate applet selected by the user to share the data content currently to be shared.
  • the sharing method includes: combined sharing, and the combined sharing includes at least two single sharing methods.
  • the method further includes:
  • the single sharing mode display module is configured to display at least two single sharing modes included in the combined sharing according to the user's selection of the third application whose sharing mode in the data sharing interface is combined sharing;
  • the third data content sharing module is configured to use the single sharing method selected by the user in the combined sharing to share the data content currently to be shared.
  • the data sharing configuration information further includes: system sharing information
  • the third application program set display module 540 includes:
  • the program collection and sharing mode display unit is configured to display the configured third application program collection and the system sharing mode matching the system sharing information in the data sharing interface.
  • the method further includes:
  • the native panel jump unit is set to jump to the native panel of the operating system according to the user's selection of the system sharing mode in the data sharing interface, wherein the native panel is set to display the fourth panel that matches the operating system.
  • the data content sharing unit is configured to, according to the user's selection of the fourth application set in the native panel, call a sharing interface matching the selected application through the native panel to share the data content currently to be shared .
  • the third application set includes at least one integrated application, and the integrated application is associated with at least two sharing channels;
  • the third application program set display module 540 includes:
  • the integrated application display unit is configured to use at least two sharing channels that match the integrated application to replace the integrated application in the third application set for display in the data sharing interface.
  • the first application set obtaining module 510 includes:
  • the first data sharing configuration information receiving unit is configured to send a configuration data acquisition request to the server when a client startup instruction is detected, and receive the data sharing configuration information issued by the server in response to the configuration data acquisition request; and / or
  • the second data sharing configuration information receiving unit is configured to receive the data sharing configuration information issued by the server during the operation of the client.
  • the data sharing configuration information further includes: a display importance level corresponding to the application;
  • the display importance level is used to determine the display position of the application in the data sharing interface.
  • the first application set is obtained by sharing configuration information according to the issued data; the third application set is determined according to the first application set and the local second application set; and the third application set is determined according to the data sharing configuration information and the first application set.
  • Three application program sets after configuring the third application program set; displaying the configured third application program set in the data sharing interface, so that the user can share data through the third application program set Realize the dynamic update of the sharing application displayed in the data sharing interface according to the issued data sharing configuration information, or the sharing method corresponding to the sharing application, so that the sharing application can be dynamically configured without releasing a new version of the application,
  • the technical effect of the sharing method solves the problem that the configuration period of the sharing application or the sharing method is too long in related technologies, which is not conducive to the user choosing the sharing application or the sharing method that matches the actual needs, and realizes flexibility Configure the sharing application in the data sharing interface, or the effect of the sharing method used by the sharing application.
  • the sixth embodiment of the present disclosure provides an electronic device.
  • FIG. 6 shows a schematic structural diagram of an electronic device (such as a client or a server) 600 suitable for implementing the embodiments of the present disclosure.
  • the electronic devices in the embodiments of the present disclosure may include mobile phones, notebook computers, digital broadcast receivers, personal digital assistants (Personal Digital Assistant, PDA), tablet computers (Portable Android Device, PAD), and portable multimedia players (Personal Multimedia). Player, PMP), mobile terminals such as vehicle-mounted terminals (for example, vehicle navigation terminals), and fixed terminals such as digital television (television, TV), desktop computers, and the like.
  • PDA Personal Digital Assistant
  • PAD Portable Android Device
  • PMP portable multimedia players
  • PMP mobile terminals
  • vehicle-mounted terminals for example, vehicle navigation terminals
  • fixed terminals such as digital television (television, TV), desktop computers, and the like.
  • the electronic device shown in FIG. 6 is only an example, and should not bring any limitation to the function and scope of use of the embodiments
  • the electronic device 600 may include a processing device (such as a central processing unit, a graphics processor, etc.) 601, and the processing device 601 may be based on a program stored in a read-only memory (Read-only Memory, ROM) 602 or from The storage device 608 loads a program in a random access memory (Random Access Memory, RAM) 603 to execute various appropriate actions and processes.
  • the RAM 603 also stores various programs and data required for the operation of the electronic device 600.
  • the processing device 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604.
  • An input/output (Input/Output, I/O) interface 605 is also connected to the bus 604.
  • the following devices can be connected to the I/O interface 605: including input devices 606 such as touch screens, touch pads, keyboards, mice, cameras, microphones, accelerometers, gyroscopes, etc.; including, for example, liquid crystal displays (LCD) Output devices 607 such as speakers, vibrators, etc.; storage devices 608 such as magnetic tapes, hard drives, etc.; and communication devices 609.
  • the communication device 609 may allow the electronic device 600 to perform wireless or wired communication with other devices to exchange data.
  • FIG. 6 shows an electronic device 600 having various devices, it is not required to implement or have all the illustrated devices. It may alternatively be implemented or provided with more or fewer devices.
  • the process described above with reference to the flowchart may be implemented as a computer software program.
  • the embodiments of the present disclosure include a computer program product, which includes a computer program carried on a computer-readable medium, and the computer program contains program code for executing the method shown in the flowchart.
  • the computer program may be downloaded and installed from the network through the communication device 609, or installed from the storage device 608, or installed from the ROM 602.
  • the processing device 601 the above-mentioned functions defined in the data sharing method of the embodiment of the present disclosure are executed.
  • the seventh embodiment of the present disclosure also provides a computer-readable storage medium.
  • the computer-readable medium may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the two.
  • the computer-readable storage medium may be, for example, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the above.
  • Computer-readable storage media may include: electrical connections with one or more wires, portable computer disks, hard disks, RAM, ROM, Erasable Programmable Read-Only Memory (EPROM) or flash memory, optical fiber , Portable Compact Disc Read-Only Memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer-readable storage medium may be any tangible medium that contains or stores a program, and the program may be used by or in combination with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal propagated in a baseband or as a part of a carrier wave, and a computer-readable program code is carried therein. This propagated data signal can take many forms, including electromagnetic signals, optical signals, or any suitable combination of the above.
  • the computer-readable signal medium may also be any computer-readable medium other than the computer-readable storage medium.
  • the computer-readable signal medium may send, propagate, or transmit the program for use by or in combination with the instruction execution system, apparatus, or device .
  • the program code contained on the computer-readable medium can be transmitted by any suitable medium, including: wire, optical cable, radio frequency (RF), etc., or any suitable combination of the above.
  • the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; or it may exist alone without being assembled into the electronic device.
  • the above-mentioned computer-readable medium carries one or more programs, and when the above-mentioned one or more programs are executed by the electronic device, the electronic device: receives the issued data sharing configuration information, and shares the configuration information according to the data, Obtain a first application set; obtain a local second application set, and determine a third application set according to the first application set and the second application set; according to the data sharing configuration information, The third application set is configured; the configured third application set is displayed in the data sharing interface, so that the user can share data through the third application set.
  • the computer program code used to perform the operations of the present disclosure may be written in one or more programming languages or a combination thereof.
  • the above-mentioned programming languages include object-oriented programming languages—such as Java, Smalltalk, C++, and also conventional Procedural programming language-such as "C" language or similar programming language.
  • the program code can be executed entirely on the user's computer, partly on the user's computer, executed as an independent software package, partly on the user's computer and partly executed on a remote computer, or entirely executed on the remote computer or server.
  • the remote computer can be connected to the user's computer through any kind of network-including Local Area Network (LAN) or Wide Area Network (WAN)-or it can be connected to an external computer (for example, use an Internet service provider to connect via the Internet).
  • LAN Local Area Network
  • WAN Wide Area Network
  • each block in the flowchart or block diagram can represent a module, program segment, or part of code, and the module, program segment, or part of code contains one or more for realizing the specified logical function Executable instructions.
  • the functions marked in the block may also occur in a different order from the order marked in the drawings. For example, two blocks shown in succession can actually be executed substantially in parallel, or they can sometimes be executed in the reverse order, depending on the functions involved.
  • each block in the block diagram and/or flowchart, and the combination of the blocks in the block diagram and/or flowchart can be implemented by a dedicated hardware-based system that performs the specified functions or operations Or it can be realized by a combination of dedicated hardware and computer instructions.
  • the modules involved in the embodiments described in the present disclosure can be implemented in software or hardware. Among them, the name of the module does not constitute a limitation on the module itself under certain circumstances.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

本公开实施例公开了数据分享方法、装置、设备及介质。其中,所述方法包括:接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合;获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;根据所述数据分享配置信息,对所述第三应用程序集合进行配置;在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。

Description

数据分享方法、装置、设备及介质
本申请要求在2019年03月18日提交中国专利局、申请号为201910203747.X的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。
技术领域
本公开实施例涉及数据分享技术领域,例如涉及一种数据分享方法、装置、设备及介质。
背景技术
随着科技的不断发展,在一个应用程序中生成分享内容(例如,短视频、文章或者图片等),并在其他应用程序中向他人推送的数据分享形式,已经成为进行数据交换,促进信息传播和用户沟通的重要途径。
相关技术中的应用程序数据分享实现方式为:用户在应用程序中,生成分享内容后,通过在已写入固定分享方式的分享方式选择界面中,选择对应的应用程序(例如,微信或者微博等)以对应的分享方式(例如,口令分享或者链接分享等)进行分享,从而实现对所分享内容的传播,其中,上述分享方式选择界面一般为应用程序的版本发布时,写入版本中的界面,只有通过应用程序开发者发布新的版本,才能更改上述分享方式选择界面。
相关技术存在如下缺陷:随着应用市场的不断发展变更,可以进行数据分享的分享类应用程序,或者分享方式也在不断的发生变化,例如,新出现的分享方式会快速被用户广泛使用,已使用分享方式会忽然被用户放弃使用,为了应对上述问题,应用程序开发需要随时掌握分享类应用程序,或者分享方式的变更趋向性,并通过不断的发布新版本以应对分享类应用程序,或者分享方式的变更,这会导致分享类应用程序,或者分享方式的配置周期过长,不利于用户选择与实际需求匹配的分享类应用程序,或者分享方式。
发明内容
本公开实施例提供一种数据分享方法、装置、设备及介质,以灵活配置数据分享界面中的分享类应用程序,或者分享类应用程序所使用的分享方式。
在一实施例中,本公开实施例提供了一种数据分享方法,包括:
接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合;
获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;
根据所述数据分享配置信息,对所述第三应用程序集合进行配置;
在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
在一实施例中,本公开实施例还提供了一种数据分享装置,包括:
第一应用程序集合获得模块,设置为接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合;
第三应用程序集合确定模块,设置为获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;
第三应用程序集合配置模块,设置为根据所述数据分享配置信息,对所述第三应用程序集合进行配置;
第三应用程序集合显示模块,设置为在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
在一实施例中,本公开实施例还提供了一种电子设备,该电子设备包括:
一个或多个处理器;
存储器,设置为存储一个或多个程序;
当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如本公开任意实施例所述的数据分享方法。
在一实施例中,本公开实施例还提供了一种计算机可读存储介质,该计算机可读存储介质上存储有计算机程序,该计算机程序被处理器执行时实现如本公开任意实施例所述的数据分享方法。
附图说明
图1是本公开实施例一提供的一种数据分享方法的流程图;
图2是本公开实施例二提供的一种数据分享方法的流程图;
图3是本公开实施例三提供的一种数据分享方法的流程图;
图4是本公开实施例四提供的一种数据分享方法的流程图;
图5是本公开实施例五提供的一种数据分享装置的结构示意图;
图6是本公开实施例六提供的一种电子设备的结构示意图。
具体实施方式
下面结合附图和实施例对本公开进行说明。此处所描述的实施例仅仅用于解释本公开,而非对本公开的限定。为了便于描述,附图中仅示出了与本公开相关的部分而非全部结构。下述多个实施例中,每个实施例中同时提供了可选特征和示例,实施例中记载的多个特征可进行组合,形成多个可选方案,不应将每个编号的实施例仅视为一个技术方案。
实施例一
图1为本公开实施例一提供的一种数据分享方法的流程图,本实施例可适用于客户端根据下发的数据分享配置信息,配置数据分享界面中显示的分享类应用程序的情况,该方法可以由数据分享装置来执行,该装置可以采用软件和/或硬件的方式实现,该装置可以配置于安装有上述客户端的电子设备中,例如智能手机、平板电脑等。如图1所示,该方法包括如下步骤:
步骤110、接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合。
在一实施例中,本公开实施例的方法可以由客户端实现,其中,所述客户端是用户所使用的,安装有包含分享功能的应用程序的终端设备,该客户端的操作系统包含iOS操作系统和Android操作系统,用户可以通过客户端登录上述包含分享功能的应用程序,并将该应用程序中的数据内容分享给他人,同时,客户端还可以接收与目标应用程序相关联的服务器或者其他设备下发的数据分享配置信息,实现目标应用程序使用的分享类应用程序进行动态配置。
其中,数据分享配置信息中包括有或者关联有第一应用程序集合。
所述第一应用程序集合为客户端待更新的分享类应用程序,所述分享类应用程序是指在客户端中可以选择作为数据分享渠道的应用程序。例如,在一个包含有分享功能的应用程序A中生成的数据内容,可以选择在分享类应用程序B中进行数据分享。
其中,所述第一应用程序集合中包括的应用程序数量可以为1个或者多个。
其中,所述客户端可能预先存储有分享类应用程序,所述第一应用程序集合可以为对该预先存储的分享类应用程序进行处理的应用程序集合。处理方式 可以根据第一应用程序集合的属性确定。该第一应用程序集合的属性可以为新增属性、删除属性或者替换属性等。所述新增属性,是指需要在客户端已有的分享类应用程序中追加的第一应用程序集合中包括的应用程序,所述删除属性,是指需要在客户端已有的分享类应用程序中删除掉的第一应用程序集合中包括的应用程序,所述更新属性,是指需要使用第一应用程序集合中包括的应用程序替换客户端已有的分享类应用程序。
或者,所述第一应用程序集合可以为需要客户端使用的分享类应用程序,相应的,可以直接使用第一应用程序集合配置客户端的分享类应用程序。
此外,所述数据分享配置信息中除了包括或者关联有第一应用程序集合之外,还可以包含有与应用程序对应的分享方式,用于相应配置客户端中对应分享类应用程序的分享方式,还可以包括有与应用程序对应的显示重要性等级;所述显示重要性等级用于确定应用程序在所述数据分享界面中的显示位置等,本实施例对此并不进行限制。
步骤120、获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合。
在本实施例中,所述本地的第二应用程序集合可以是:本地存储的与当前的数据分享界面对应的第二应用程序集合,也即,客户端当前使用的分享类应用程序集合。
相应的,可以根据第一应用程序集合的属性信息,对该第二应用程序集合进行对应的新增、删除或者替换处理,以得到与客户端对应的新的分享类应用程序集合,也即第三应用程序集合。
所述本地的第二应用程序集合还可以是:本地已安装应用程序对应的第二应用程序集合,也即,第二应用程序集合为客户端的已安装应用程序列表中的全部应用程序。
在一实施例中,客户端一般需要选择本地已经安装的应用程序作为分享类应用程序进行数据分享,因此,在获得下发的第一应用程序集合时,可以将第一应用程序集合与第二应用程序集合的交集作为与客户端对应的新的分享类应用程序集合,也即第三应用程序集合。
步骤130、根据所述数据分享配置信息,对所述第三应用程序集合进行配置。
在一实施例中,可以根据数据分享配置信息中包括的应用程序的分享方式,对第三应用程序集合中多个应用程序的分享方式进行配置,也可以根据数据分享配置信息中包括的与应用程序对应的显示重要性等级,配置第三应用程序集合中多个应用程序的显示顺序,本实施例对此并不进行限制。
步骤140、在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
在一实施例中,所述第三应用程序集合为客户端可以用来进行数据分享的,分享类应用程序集合,该第三应用程序集合显示于数据分享界面中。数据分享界面是通过客户端向用户展示的,可用于选择用来进行数据分享的应用程序的界面。
在一实施例中,可以在检测到数据分享指令时,在数据分享界面中显示配置后的第三应用程序集合。
其中,数据分享指令可以是由用户触发,并由客户端发出的指令,例如,用户在点击客户端界面的分享图标后,客户端在获得该点击操作后,发出数据分享指令,并将配置后的第三应用程序集合通过数据分享界面向用户进行显示,供用户选择符合分享需求的应用程序进行分享。
在本公开的一个可选的实施方式中,所述第三应用程序集合中可以包括至少一个综合应用程序,所述综合应用程序关联至少两个分享渠道。
其中,所述综合应用程序,是指该应用程序可以以至少两个分享渠道向用户提供分享服务,换句话说,如果在一个分享类的应用程序内部,可选至少两种分享形式对分享内容进行分享,则上述分享类的应用程序即为综合应用程序。在综合应用程序内部可选的至少两种分享形式,即为所述分享渠道。
例如,“XX应用程序”可以提供将分享内容向一个或者多个用户进行分享的分享渠道A,也可以提供将分享内容作为个人状态向其他关注用户进行分享的分享渠道B,相应的,该应用程序为具有两个分享渠道的一个综合应用程序。
相应的,在数据分享界面中,可以使用与一个综合应用程序对应的至少两个分享渠道替换该综合应用程序进行显示,以使得用户直接获得所需分享渠道的分享方式进行数据分享,以简化用户的分享流程。
在一实施例中,如果在第三应用程序集合中,包括该“XX应用程序”,则在数据分享界面中,使用“分享渠道A”以及“分享渠道B”替换该“XX应用程序”进行显示。用户通过直接点击“分享渠道A”,可以实现将分享内容通过“XX应用程序”的“分享渠道A”进行分享。
也即,在数据分享界面中显示配置后的第三应用程序集合,可以包括:
在所述数据分享界面中,使用与综合应用程序匹配的至少两个分享渠道替换所述第三应用程序集合中的综合应用程序进行显示。
本公开实施例通过根据下发的数据分享配置信息,获得第一应用程序集合; 根据第一应用程序集合及本地的第二应用程序集合,确定第三应用程序集合;根据数据分享配置信息及第三应用程序集合,对所述第三应用程序集合进行配置后;在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享的方式,可以实现根据下发的数据分享配置信息动态更新数据分享界面中显示的分享类应用程序,或者与分享类应用程序对应的分享方式,达到了无需发布应用程序新版本即可动态配置分享类应用程序,或者分享方式的技术效果,解决了相关技术中,分享类应用程序,或者分享方式的配置周期过长,不利于用户选择与实际需求匹配的分享类应用程序、或者分享方式的问题,实现了灵活配置数据分享界面中的分享类应用程序、或者分享类应用程序所使用的分享方式的效果。
实施例二
图2为本公开实施例二提供的一种数据分享方法的流程图。本实施例可以与上述一个或者多个实施例中多个可选方案结合,在本实施例中,获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合,可以为:获得本地存储的,与当前的数据分享界面匹配的第二应用程序集合;根据所述第一应用程序集合的属性信息,使用所述第一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合。
相应的,如图2所示,该方法包括如下步骤:
步骤210、接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合。
在本实施例中,接收下发的数据分享配置信息可以为:在检测到客户端启动指令时,向服务器发送配置数据获取请求,并接收所述服务器针对所述配置数据获取请求下发的所述数据分享配置信息;
或者,接收下发的数据分享配置信息还可以为:在客户端运行过程中,接收服务器下发的所述数据分享配置信息。
在本可选的技术方案中,客户端可以主动向服务器请求数据分享配置信息,也可以被动接收服务器下发的数据分享配置信息,还可以将上述两种接收方式结合,当客户端检测到目标应用程序启动指令时,主动向服务器请求数据分享配置信息,且在客户端中目标应用程序运行过程中,客户端随时接收服务器下发的数据分享配置信息。
这样设置的好处是:客户端可以实时根据接收到的数据分享配置信息配置 数据分享界面中显示的第三应用程序集合,保证向用户实时提供的数据分享界面中包括的分享类应用程序,与服务器当前动态指定的分享类应用程序一一对应,从而满足用户的分享需求。
在本实施例中,所述第一应用程序集合是指,对客户端本地预先存储的分享类应用程序进行处理的应用程序集合。处理方式可以由第一应用程序集合的属性信息指定。
步骤220、获得本地存储的与当前的数据分享界面对应的第二应用程序集合。
在本实施例中,第二应用程序集合是指在接收到该数据分享配置信息之前,数据分享界面中显示的应用程序集合,或者说客户端使用的分享类应用程序集合。
步骤230、根据所述第一应用程序集合的属性信息,使用所述第一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合。
可选的,根据所述第一应用程序集合的属性信息,使用所述第一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合可以包括下述至少一项:
如果所述第一应用程序集合的属性信息为新增属性,则获得所述第一应用程序集合与所述第二应用程序集合的交集,作为所述第三应用程序集合;
如果所述第一应用程序集合的属性信息为删除属性,则获得在所述第二应用程序集合中筛除所述第一应用程序集合后的结果,作为所述第三应用程序集合;
如果所述第一应用程序集合的属性信息为替换属性,则获得所述第一应用程序集合对所述第二应用程序集合的替换结果,作为所述第三应用程序集合。
也即:通过该数据分享配置信息动态下发的第一应用程序集合,可以灵活地对客户端本地存储的与数据分享界面对应的第二应用程序集合中的应用程序进行新增、删除或者替换操作,生成与该数据分享界面对应的新的第三应用程序集合。
步骤240、根据所述数据分享配置信息,对所述第三应用程序集合进行配置。
步骤250、在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
本公开实施例的技术方案通过获得本地存储的,与当前的数据分享界面匹配的第二应用程序集合;根据所述第一应用程序集合的属性信息,使用所述第 一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合的技术手段,实现了根据下发的第一应用程序集合的属性信息,对本地存储的与当前的数据分享界面匹配的第二应用程序集合进行灵活配置的目的。
实施例三
图3为本公开实施例三提供的一种数据分享方法的流程图。本实施例可以与上述一个或者多个实施例中多个可选方案结合,在本实施例中,获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合,可以为:获得与本地已安装应用程序对应的第二应用程序集合;将所述第二应用程序集合与所述第一应用程序集合的交集,确定为第三应用程序集合。
相应的,如图3所示,该方法包括如下步骤:
步骤310、接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合。
在本实施例中,该第一应用程序集合为需要客户端使用的分享类应用程序。
步骤320、获得与本地已安装应用程序对应的第二应用程序集合。
在一实施例中,可以获得客户端的已安装应用程序列表后,将该已安装应用程序列表中包括的全部应用程序作为该第二应用程序集合。
步骤330、将所述第二应用程序集合与所述第一应用程序集合的交集,确定为第三应用程序集合。
在本实施例中,计算应用程序交集的目的是要在数据分享界面中,将客户端本身不能使用的分享类应用程序进行滤除,以保证用户当前在数据分享页面中能够查看的应用程序,都是用户可以选择进行数据分享的应用程序。
在一个例子中,根据所述数据分享配置信息,获得第一应用程序集合为:{应用程序A、应用程序B、应用程序C、应用程序D},与客户端本地的已安装应用程序对应的第二应用程序集合为:{应用程序B、应用程序C、应用程序E}。
将第一应用程序集合和第二应用程序集合进行求交集计算,获得其中的应用程序交集为:{应用程序B、应用程序C}。其中,应用程序A和应用程序D由于未安装在终端设备中,所以不能在数据分享界面中实现数据分享,而应用程序E由于不是下发的可在客户端中使用的分享类应用程序,所以也被排除,故仅有应用程序B和应用程序C可以在数据分享界面中进行显示,并完成相应的数据分享。
步骤340、根据所述数据分享配置信息,对所述第三应用程序集合进行配置。
步骤350、在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
本公开实施例的技术方案通过获得与本地已安装应用程序对应的第二应用程序集合;将所述第二应用程序集合与所述第一应用程序集合的交集,确定为第三应用程序集合的方式,保证了数据分享界面中的提供的分享类应用程序均是当前可实现数据分享的应用程序,提高了数据分享界面中显示的分享类应用程序的准确性。
在上述多个实施例的基础上,所述数据分享配置信息,还可以包括:与应用程序对应的显示重要性等级;
所述包括有显示重要性等级的应用程序可以与第一应用程序集合相同或者不同,本实施例对此并不进行限制。
所述显示重要性等级用于确定应用程序在所述数据分享界面中的显示位置。
其中,与每个应用程序对应的显示重要性等级可以人为直接指定,也可以是由应用程序的业务参考数据确定的。
所述业务参考数据包含应用程序的下载量和评分,例如,应用程序A当前在应用商城中的评分较高,可以将应用程序A作为使用量较高的应用程序,从而将与应用程序A对应的显示重要性等级定义为高等级,当数据分享界面中包括有应用程序A时,该应用程序A会被对应设置于数据分享界面的主要位置,例如,界面的居中位置,而对于评分较低的应用程序B,可以认定使用应用程序B的用户较少,所以可以将与应用程序B对应的显示重要性等级定义为低等级,当数据分享界面中包括有应用程序B时,该应用程序B会被对应设置于数据分享界面的次要位置,例如,界面的底部。
在一实施例中,所述业务参考数据还可以包括其他类型的数据,例如,一个应用程序的推广指数、版本更新速度、被选择作为分享类应用程序的次数以及日活跃用户量等,本实施例对此并不进行限制。
在一实施例中,相关技术中的数据分享界面为一个窄边显示条,第三应用程序集合中的一个或者多个应用程序在该窄边显示条中进行单列显示。相应的,可以按照显示重要性等级由高到底的顺序,将第三应用程序中包括的每个应用程序由列首排列至列尾。
在本可选的技术方案中,数据分享配置信息不仅包括第一应用程序集合,还包括与应用程序对应的显示重要性等级,也就是说,当客户端配置数据分享 界面时,不仅配置了其中的应用程序,还配置了不同应用程序的显示位置,以使显示重要性等级高的应用程序位于用户最容易关注到的位置,通过配置上述显示重要性等级,可以帮助一些新的分享类应用程序进行推广,也可以帮助用户以最快的速度找到最普遍使用的分享类应用程序。
实施例四
图4为本公开实施例四提供的一种数据分享方法的流程图。本实施例可以与上述一个或者多个实施例中多个可选方案结合,在本实施例中,所述数据分享配置信息可以包括:与应用程序匹配的分享方式;根据所述数据分享配置信息,对所述第三应用程序集合进行配置可以为:根据所述数据分享配置信息,对所述第三应用程序集合中的应用程序的分享方式进行配置。
相应的,如图3所示,该方法包括如下步骤:
步骤410、接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合。
在本实施例中,所述数据分享配置信息可以包括:与应用程序匹配的分享方式,其中,包括有对应分享方式的应用程序可以与第一应用程序集合相同或者不同。
所述分享方式是指应用程序以何种方式将待分享的数据内容进行分享。在一实施例中,所述分享方式可以包括:应用程序分享接口分享、下载分享、小程序分享、组合分享、链接分享或者口令分享等方式,本实施例对此并不进行限制。
步骤420、获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合。
步骤430、根据所述数据分享配置信息,对所述第三应用程序集合中的应用程序的分享方式进行配置。
通过对第三应用程序的分享方式进行配置,可以实现用户在数据分享界面中选择一个应用程序时,使用预先配置的分享方式在该应用程序中将数据内容进行分享。
步骤440、在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
在本实施例的一个可选的实施方式中,所述分享方式可以包括:下载分享。
相应的,在数据分享界面中显示配置后的第三应用程序集合之后,还包括:
根据用户对所述数据分享界面中分享方式为下载分享的第一应用程序的选择,对当前待分享的数据内容进行本地存储;跳转至与所述第一应用程序匹配的应用分享界面,以使用户在所述应用分享界面中对本地存储的所述数据内容进行分享。
在一实施例中,客户端在确定用户选择一个配置为下载分享的第一应用程序时,将当前待分享的数据内容(例如,图片或者小视频等)在设定存储目录下进行本地下载。在下载完成后,跳转至与所述第一应用程序匹配的应用分享界面,直至用户对该下载的数据内容进行分享。
在本实施例的一个可选的实施方式中,所述分享方式可以包括:小程序分享。
相应的,在数据分享界面中显示配置后的第三应用程序集合之后,还可以包括:
根据用户对所述数据分享界面中分享方式为小程序分享的第二应用程序的选择,将与第二应用程序匹配的至少一个备选小程序进行显示;使用所述用户选择的备选小程序,对当前待分享的数据内容进行分享。
小程序分享是利用应用程序中的小程序实现的应用程序内分享的分享方式;在一实施例中,所述第二应用程序可能预先配置或者开发有多个小程序,相应的,可以在该第二应用程序中,通过小程序分享的方式对当前待分享的数据内容进行分享。
在本实施例的一个可选的实时方式中,所述分享方式可以包括:组合分享,所述组合分享中包括至少两个单一分享方式(例如,下载分享或者小程序分享等)。
相应的,在数据分享界面中显示配置后的第三应用程序集合之后,还可以包括:
根据用户对所述数据分享界面中分享方式为组合分享的第三应用程序的选择,将所述组合分享中包括的至少两个单一分享方式进行显示;使用所述用户在组合分享中选择的单一分享方式,对当前待分享的数据内容进行分享。
本公开实施例的技术方案通过根据所述数据分享配置信息,对所述第三应用程序集合中的应用程序的分享方式进行配置,可以实现根据数据分享配置信息,灵活的配置应用程序的分享方式的效果,提高了数据分享的配置灵活性。
在上述多个实施例的基础上,所述数据分享配置信息中还可以包括:系统分享信息;
所述系统分享信息,是指直至客户端在数据分享界面中显示通过操作系统进行数据分享的系统分享方式。
相应的,在数据分享界面中显示配置后的第三应用程序集合,可以包括:
在所述数据分享界面中显示配置后的第三应用程序集合,以及与所述系统分享信息匹配的系统分享方式。
也即,在本实施例中,可以在数据分享界面中显示配置后的第三应用程序集合之外,还可以显示系统分享方式。
相应的,在所述数据分享界面中显示配置后的第三应用程序集合,以及与所述系统分享信息匹配的系统分享方式之后,还包括:
根据用户对所述数据分享界面中系统分享方式的选择,跳转至操作系统的原生面板,其中,所述原生面板用于显示与所述操作系统匹配的第四应用程序集合;
根据所述用户对所述原生面板中第四应用程序集合的选择,通过所述原生面板调用与选择的应用程序匹配的分享接口,对当前待分享的数据内容进行分享。
其中,大多数分享类应用程序在适配操作系统(iOS操作系统,或者Android操作系统等)时,一般都会向操作系统开放分享接口,进而通过操作系统的原生面板,可以直接调用用户选择的应用程序对应的分享接口实现对当前待分享的数据内容进行分享。在一实施例中,所述第四应用程序集合,是指终端上已经安装的分享类应用程序中,向操作系统开放分享接口的全部应用程序的集合。
上述多个可选的技术方案,通过提供分享方式的多种类别,保证了配置分享方式时形式上的灵活性。
实施例五
图5为本公开实施例五提供的一种数据分享装置的结构示意图,本实施例应用于客户端中,可适用于根据下发的数据分享配置信息,配置数据分享界面中显示的分享类应用程序的情况。该装置可以采用软件和/或硬件的方式实现,该装置可以配置于安装有上述客户端的电子设备中,例如智能手机、平板电脑等。如图5所示,该装置可以包括:第一应用程序集合获得模块510、第三应用程序集合确定模块520、第三应用程序集合配置模块530以及第三应用程序集合显示模块540,其中,
第一应用程序集合获得模块510,设置为接收下发的数据分享配置信息,并 根据所述数据分享配置信息,获得第一应用程序集合;
第三应用程序集合确定模块520,设置为获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;
第三应用程序集合配置模块530,设置为根据所述数据分享配置信息,对所述第三应用程序集合进行配置;
第三应用程序集合显示模块540,设置为在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
在上述多个实施例的基础上,第三应用程序集合确定模块520,包括:
第一集合获得单元,设置为获得本地存储的与当前的数据分享界面对应的第二应用程序集合;
第一集合确定单元,设置为根据所述第一应用程序集合的属性信息,使用所述第一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合。
在上述多个实施例的基础上,第一集合确定单元,是设置为:
如果所述第一应用程序集合的属性信息为新增属性,则获得所述第一应用程序集合与所述第二应用程序集合的交集,作为所述第三应用程序集合;
如果所述第一应用程序集合的属性信息为删除属性,则获得在所述第二应用程序集合中筛除所述第一应用程序集合后的结果,作为所述第三应用程序集合;
如果所述第一应用程序集合的属性信息为替换属性,则获得所述第一应用程序集合对所述第二应用程序集合的替换结果,作为所述第三应用程序集合。
在上述多个实施例的基础上,第三应用程序集合确定模块520,包括:
第二集合获得单元,设置为获得与本地已安装应用程序对应的第二应用程序集合;
第二集合确定单元,设置为将所述第二应用程序集合与所述第一应用程序集合的交集,确定为第三应用程序集合。
在上述多个实施例的基础上,所述数据分享配置信息包括:与应用程序匹配的分享方式;
第三应用程序集合配置模块530是设置为:
根据所述数据分享配置信息,对所述第三应用程序集合中的应用程序的分享方式进行配置。
在上述多个实施例的基础上,所述分享方式包括:下载分享。
在上述多个实施例的基础上,在第三应用程序集合显示模块540之后,还包括:
数据内容存储模块,设置为根据用户对所述数据分享界面中分享方式为下载分享的第一应用程序的选择,对当前待分享的数据内容进行本地存储;
第一数据内容分享模块,设置为跳转至与所述第一应用程序匹配的应用分享界面,以使用户在所述应用分享界面中对本地存储的所述数据内容进行分享。
在上述多个实施例的基础上,所述分享方式包括:小程序分享。
在上述多个实施例的基础上,在第三应用程序集合显示模块540之后,还包括:
小程序显示模块,设置为根据用户对所述数据分享界面中分享方式为小程序分享的第二应用程序的选择,将与第二应用程序匹配的至少一个备选小程序进行显示;
第二数据内容分享模块,设置为使用所述用户选择的备选小程序,对当前待分享的数据内容进行分享。
在上述多个实施例的基础上,所述分享方式包括:组合分享,所述组合分享中包括至少两个单一分享方式。
在上述多个实施例的基础上,在第三应用程序集合显示模块540之后,还包括:
单一分享方式显示模块,设置为根据用户对所述数据分享界面中分享方式为组合分享的第三应用程序的选择,将所述组合分享中包括的至少两个单一分享方式进行显示;
第三数据内容分享模块,设置为使用所述用户在组合分享中选择的单一分享方式,对当前待分享的数据内容进行分享。
在上述多个实施例的基础上,所述数据分享配置信息中还包括:系统分享信息;
第三应用程序集合显示模块540,包括:
程序集合与分享方式显示单元,设置为在所述数据分享界面中显示配置后的第三应用程序集合,以及与所述系统分享信息匹配的系统分享方式。
在上述多个实施例的基础上,在程序集合与分享方式显示单元之后,还包括:
原生面板跳转单元,设置为根据用户对所述数据分享界面中系统分享方式的选择,跳转至操作系统的原生面板,其中,所述原生面板设置为显示与所述操作系统匹配的第四应用程序集合;
数据内容分享单元,设置为根据所述用户对所述原生面板中第四应用程序集合的选择,通过所述原生面板调用与选择的应用程序匹配的分享接口,对当前待分享的数据内容进行分享。
在上述多个实施例的基础上,所述第三应用程序集合中包括至少一个综合应用程序,所述综合应用程序关联至少两个分享渠道;
第三应用程序集合显示模块540,包括:
综合应用程序显示单元,设置为在所述数据分享界面中,使用与综合应用程序匹配的至少两个分享渠道替换所述第三应用程序集合中的综合应用程序进行显示。
在上述多个实施例的基础上,第一应用程序集合获得模块510,包括:
第一数据分享配置信息接收单元,设置为在检测到客户端启动指令时,向服务器发送配置数据获取请求,并接收所述服务器针对所述配置数据获取请求下发的所述数据分享配置信息;和/或
第二数据分享配置信息接收单元,设置为在客户端运行过程中,接收服务器下发的所述数据分享配置信息。
在上述多个实施例的基础上,所述数据分享配置信息,还包括:与应用程序对应的显示重要性等级;
所述显示重要性等级用于确定应用程序在所述数据分享界面中的显示位置。
本公开实施例通过根据下发的数据分享配置信息,获得第一应用程序集合;根据第一应用程序集合及本地的第二应用程序集合,确定第三应用程序集合;根据数据分享配置信息及第三应用程序集合,对所述第三应用程序集合进行配置后;在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享的方式,可以实现根据下发的数据分享配置信息动态更新数据分享界面中显示的分享类应用程序,或者与分享类应用程序对应的分享方式,达到了无需发布应用程序新版本即可动态配置分享类应用程序、或者分享方式的技术效果,解决了相关技术中,分享类应用程序、或者分享方式的配置周期过长,不利于用户选择与实际需求匹配的分享类应用程序、或者分享方式的问题,实现了灵活配置数据分享界面中的分享类应用程序、或者分享类应用程序所使用的分享方式的效果。
本公开实施例提供的数据分享装置,未在本公开实施例中描述的细节可参见上述实施例,并且本公开实施例与上述实施例具有相同的有益效果。
实施例六
本公开实施例六提供了一种电子设备,下面参考图6,图6示出了适于用来实现本公开实施例的电子设备(例如客户端或服务器端)600的结构示意图。本公开实施例中的电子设备可以包括诸如移动电话、笔记本电脑、数字广播接收器、个人数字助理(Personal Digital Assistant,PDA)、平板电脑(Portable Android Device,PAD)、便携式多媒体播放器(Personal Multimedia Player,PMP)、车载终端(例如车载导航终端)等等的移动终端以及诸如数字电视(television,TV)、台式计算机等等的固定终端。图6示出的电子设备仅仅是一个示例,不应对本公开实施例的功能和使用范围带来任何限制。
如图6所示,电子设备600可以包括处理装置(例如中央处理器、图形处理器等)601,处理装置601可以根据存储在只读存储器(Read-only Memory,ROM)602中的程序或者从存储装置608加载到随机访问存储器(Random Access Memory,RAM)603中的程序而执行多种适当的动作和处理。在RAM 603中,还存储有电子设备600操作所需的多种程序和数据。处理装置601、ROM 602以及RAM 603通过总线604彼此相连。输入/输出(Input/Output,I/O)接口605也连接至总线604。
通常,以下装置可以连接至I/O接口605:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置606;包括例如液晶显示器(Liquid Crystal Display,LCD)、扬声器、振动器等的输出装置607;包括例如磁带、硬盘等的存储装置608;以及通信装置609。通信装置609可以允许电子设备600与其他设备进行无线或有线通信以交换数据。虽然图6示出了具有多种装置的电子设备600,但是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。
根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信装置609从网络上被下载和安装,或者从存储装置608被安装,或者从ROM 602被安装。在该计算机程序被处理装置601执行时,执行本公开实施例的数据分享方法中限定的上述功能。
实施例七
本公开实施例七还提供了一种计算机可读存储介质,计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质可以包括:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、RAM、ROM、可擦式可编程只读存储器(Erasable Programmable Read-Only Memory,EPROM)或闪存、光纤、便携式紧凑磁盘只读存储器(Compact Disc Read-Only Memory,CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本公开中,计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括:电线、光缆、射频(Radio Frequency,RF)等等,或者上述的任意合适的组合。
上述计算机可读介质可以是上述电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。
上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该电子设备执行时,使得该电子设备:接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合;获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;根据所述数据分享配置信息,对所述第三应用程序集合进行配置;在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
可以以一种或多种程序设计语言或其组合来编写用于执行本公开的操作的计算机程序代码,上述程序设计语言包括面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形 中,远程计算机可以通过任意种类的网络——包括局域网(Local Area Network,LAN)或广域网(Wide Area Network,WAN)—连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。
附图中的流程图和框图,图示了按照本公开多种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。
描述于本公开实施例中所涉及到的模块可以通过软件的方式实现,也可以通过硬件的方式来实现。其中,模块的名称在某种情况下并不构成对该模块本身的限定。

Claims (19)

  1. 一种数据分享方法,包括:
    接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合;
    获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;
    根据所述数据分享配置信息,对所述第三应用程序集合进行配置;
    在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
  2. 根据权利要求1所述的方法,其中,所述获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合,包括:
    获得本地存储的与当前的数据分享界面对应的第二应用程序集合;
    根据所述第一应用程序集合的属性信息,使用所述第一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合。
  3. 根据权利要求2所述的方法,其中,所述根据所述第一应用程序集合的属性信息,使用所述第一应用程序集合对所述第二应用程序集合进行处理,得到所述第三应用程序集合,包括下述至少一项:
    在所述第一应用程序集合的属性信息为新增属性的情况下,获得所述第一应用程序集合与所述第二应用程序集合的交集,作为所述第三应用程序集合;
    在所述第一应用程序集合的属性信息为删除属性的情况下,获得在所述第二应用程序集合中筛除所述第一应用程序集合后的结果,作为所述第三应用程序集合;
    在所述第一应用程序集合的属性信息为替换属性的情况下,获得所述第一应用程序集合对所述第二应用程序集合的替换结果,作为所述第三应用程序集合。
  4. 根据权利要求1所述的方法,其中,所述获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合,包括:
    获得与本地已安装应用程序对应的第二应用程序集合;
    将所述第二应用程序集合与所述第一应用程序集合的交集,确定为所述第三应用程序集合。
  5. 根据权利要求1-4任一项所述的方法,其中,所述数据分享配置信息包括:与应用程序匹配的分享方式;
    所述根据所述数据分享配置信息,对所述第三应用程序集合进行配置,包括:
    根据所述数据分享配置信息,对所述第三应用程序集合中的应用程序的分享方式进行配置。
  6. 根据权利要求5所述的方法,其中,所述分享方式包括:下载分享。
  7. 根据权利要求6所述的方法,其中,在所述在数据分享界面中显示配置后的第三应用程序集合之后,还包括:
    根据用户对所述数据分享界面中分享方式为下载分享的第一应用程序的选择,对当前待分享的数据内容进行本地存储;
    跳转至与所述第一应用程序匹配的应用分享界面,以使所述用户在所述应用分享界面中对本地存储的所述数据内容进行分享。
  8. 根据权利要求5所述的方法,其中,所述分享方式包括:小程序分享。
  9. 根据权利要求8所述的方法,其中,在所述在数据分享界面中显示配置后的第三应用程序集合之后,还包括:
    根据用户对所述数据分享界面中分享方式为小程序分享的第二应用程序的选择,将与所述第二应用程序匹配的至少一个备选小程序进行显示;
    使用所述用户选择的备选小程序,对当前待分享的数据内容进行分享。
  10. 根据权利要求5所述的方法,其中,所述分享方式包括:组合分享,所述组合分享中包括至少两个单一分享方式。
  11. 根据权利要求10所述的方法,其中,在所述在数据分享界面中显示配置后的第三应用程序集合之后,还包括:
    根据用户对所述数据分享界面中分享方式为组合分享的第三应用程序的选择,将所述组合分享中包括的至少两个单一分享方式进行显示;
    使用所述用户在所述组合分享中选择的单一分享方式,对当前待分享的数据内容进行分享。
  12. 根据权利要求1所述的方法,其中,所述数据分享配置信息中还包括:系统分享信息;
    所述在数据分享界面中显示配置后的第三应用程序集合,包括:
    在所述数据分享界面中显示配置后的第三应用程序集合,以及与所述系统 分享信息匹配的系统分享方式。
  13. 根据权利要求12所述的方法,其中,在所述数据分享界面中显示配置后的第三应用程序集合,以及与所述系统分享信息匹配的系统分享方式之后,还包括:
    根据用户对所述数据分享界面中系统分享方式的选择,跳转至操作系统的原生面板,其中,所述原生面板用于显示与所述操作系统匹配的第四应用程序集合;
    根据所述用户对所述原生面板中所述第四应用程序集合的选择,通过所述原生面板调用与选择的应用程序匹配的分享接口,对当前待分享的数据内容进行分享。
  14. 根据权利要求1所述的方法,其中,所述第三应用程序集合中包括至少一个综合应用程序,所述综合应用程序关联至少两个分享渠道;
    所述在数据分享界面中显示配置后的第三应用程序集合,包括:
    在所述数据分享界面中,使用与所述综合应用程序匹配的至少两个分享渠道替换所述第三应用程序集合中的综合应用程序进行显示。
  15. 根据权利要求1所述的方法,其中,接收下发的数据分享配置信息,包括以下至少之一:
    在检测到客户端启动指令时,向服务器发送配置数据获取请求,并接收所述服务器针对所述配置数据获取请求下发的所述数据分享配置信息;
    在客户端运行过程中,接收服务器下发的所述数据分享配置信息。
  16. 根据权利要求1所述的方法,其中,所述数据分享配置信息,还包括:与应用程序对应的显示重要性等级;
    所述显示重要性等级用于确定应用程序在所述数据分享界面中的显示位置。
  17. 一种数据分享装置,包括:
    第一应用程序集合获得模块,设置为接收下发的数据分享配置信息,并根据所述数据分享配置信息,获得第一应用程序集合;
    第三应用程序集合确定模块,设置为获得本地的第二应用程序集合,并根据所述第一应用程序集合及所述第二应用程序集合,确定第三应用程序集合;
    第三应用程序集合配置模块,设置为根据所述数据分享配置信息,对所述第三应用程序集合进行配置;
    第三应用程序集合显示模块,设置为在数据分享界面中显示配置后的第三应用程序集合,以使用户通过所述第三应用程序集合进行数据分享。
  18. 一种电子设备,包括:
    一个或多个处理器;
    存储器,设置为存储一个或多个程序;
    所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求1-16任一项所述的数据分享方法。
  19. 一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行实现如权利要求1-16任一项所述的数据分享方法。
PCT/CN2020/073150 2019-03-18 2020-01-20 数据分享方法、装置、设备及介质 Ceased WO2020186927A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/014,476 US10936339B2 (en) 2019-03-18 2020-09-08 Data sharing method and apparatus, electronic device and computer-readable storage medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910203747.X 2019-03-18
CN201910203747.XA CN109684116B (zh) 2019-03-18 2019-03-18 数据分享方法、装置、设备及介质

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US17/014,476 Continuation US10936339B2 (en) 2019-03-18 2020-09-08 Data sharing method and apparatus, electronic device and computer-readable storage medium

Publications (1)

Publication Number Publication Date
WO2020186927A1 true WO2020186927A1 (zh) 2020-09-24

Family

ID=66184266

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/073150 Ceased WO2020186927A1 (zh) 2019-03-18 2020-01-20 数据分享方法、装置、设备及介质

Country Status (3)

Country Link
US (1) US10936339B2 (zh)
CN (1) CN109684116B (zh)
WO (1) WO2020186927A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109684116B (zh) 2019-03-18 2019-06-25 北京字节跳动网络技术有限公司 数据分享方法、装置、设备及介质
CN114397984B (zh) * 2022-01-14 2024-12-20 抖音视界有限公司 一种视频展示与交互方法、装置、电子设备及存储介质
CN117708865A (zh) * 2022-09-08 2024-03-15 中兴通讯股份有限公司 应用的共享方法、系统、电子设备和存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838848A (zh) * 2014-03-08 2014-06-04 广东欧珀移动通信有限公司 一种根据系统语言动态显示分享图标的方法及装置
US9384337B1 (en) * 2015-04-27 2016-07-05 Microsoft Technology Licensing, Llc Item sharing based on information boundary and access control list settings
CN106919427A (zh) * 2017-03-06 2017-07-04 联想(北京)有限公司 一种设置方法、设置装置及电子设备
CN109684116A (zh) * 2019-03-18 2019-04-26 北京字节跳动网络技术有限公司 数据分享方法、装置、设备及介质
CN109831532A (zh) * 2019-03-18 2019-05-31 北京字节跳动网络技术有限公司 数据分享方法、装置、设备及介质

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8572256B2 (en) * 2007-07-16 2013-10-29 Qualcomm Incorporated Method for supporting multiple diversified data applications with efficient use of network resources
US8914483B1 (en) * 2011-03-17 2014-12-16 Google Inc. System and method for event management and information sharing
US9864810B2 (en) * 2012-08-24 2018-01-09 International Business Machines Corporation User-specified user application data sharing
CN104838630B (zh) * 2012-10-10 2018-10-12 思杰系统有限公司 基于策略的应用程序管理
CN104063239B (zh) * 2013-03-22 2019-01-15 腾讯科技(深圳)有限公司 移动终端的应用程序更新方法及服务器、客户端
CN104660678B (zh) * 2015-01-16 2018-05-18 深信服科技股份有限公司 应用数据分享方法和装置
CN104954581A (zh) * 2015-06-30 2015-09-30 上海海漾软件技术有限公司 一种移动终端分享数据的方法、装置以及系统
CN106547576A (zh) * 2015-09-16 2017-03-29 腾讯科技(深圳)有限公司 配置文件的获取方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103838848A (zh) * 2014-03-08 2014-06-04 广东欧珀移动通信有限公司 一种根据系统语言动态显示分享图标的方法及装置
US9384337B1 (en) * 2015-04-27 2016-07-05 Microsoft Technology Licensing, Llc Item sharing based on information boundary and access control list settings
CN106919427A (zh) * 2017-03-06 2017-07-04 联想(北京)有限公司 一种设置方法、设置装置及电子设备
CN109684116A (zh) * 2019-03-18 2019-04-26 北京字节跳动网络技术有限公司 数据分享方法、装置、设备及介质
CN109831532A (zh) * 2019-03-18 2019-05-31 北京字节跳动网络技术有限公司 数据分享方法、装置、设备及介质

Also Published As

Publication number Publication date
CN109684116B (zh) 2019-06-25
US20200401420A1 (en) 2020-12-24
US10936339B2 (en) 2021-03-02
CN109684116A (zh) 2019-04-26

Similar Documents

Publication Publication Date Title
CN109831532B (zh) 数据分享方法、装置、设备及介质
WO2020233444A1 (zh) 在线文档插入信息方法及装置
WO2021114979A1 (zh) 视频页面显示方法、装置、电子设备和计算机可读介质
WO2021082649A1 (zh) 榜单更新方法、装置、可读介质和电子设备
WO2021135626A1 (zh) 菜单项选择方法、装置、可读介质及电子设备
CN111309415B (zh) 应用程序的用户界面ui信息处理方法、装置及电子设备
WO2023116480A1 (zh) 多媒体内容的发布方法、装置、设备、介质和程序产品
WO2020248745A1 (zh) 用户界面中字符的显示方法、装置、电子设备及存储介质
WO2021135648A1 (zh) 直播间礼物列表配置方法、装置、介质及电子设备
WO2021143338A1 (zh) 直播间页面的加载方法、装置、终端、服务器及存储介质
JP2024544024A (ja) データ交換方法、装置、電子機器、記憶媒体及びプログラム製品
WO2024060943A1 (zh) 评论信息的发布方法、装置、电子设备和存储介质
WO2023000888A1 (zh) 云应用的实现方法、装置、电子设备和存储介质
WO2023134559A1 (zh) 评论提示方法、装置、电子设备、存储介质和程序产品
WO2023051293A1 (zh) 一种音频处理方法、装置、电子设备和存储介质
WO2020186927A1 (zh) 数据分享方法、装置、设备及介质
WO2020233169A1 (zh) 一种评论内容显示方法、装置、设备及存储介质
CN118118723A (zh) 特效处理方法、装置、电子设备及存储介质
WO2023151682A1 (zh) 应用启动方法、装置、电子设备、存储介质和程序产品
WO2021098643A1 (zh) 直播间道具配置方法、装置、可读介质及电子设备
WO2021139383A1 (zh) 直播间礼物资源更新方法、装置、介质及电子设备
CN113593279B (zh) 车辆及其交互参数调整方法、移动终端
US20240040069A1 (en) Image special effect configuration method, image recognition method, apparatus and electronic device
WO2024109786A1 (zh) 即时通信会话信息的处理方法、装置及电子设备
JP7769122B2 (ja) 仮想リソース転送方法、装置、機器、可読記憶媒体及び製品

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: 20774351

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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 02.02.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20774351

Country of ref document: EP

Kind code of ref document: A1