WO2018094809A1 - 一种资源共享方法及装置 - Google Patents

一种资源共享方法及装置 Download PDF

Info

Publication number
WO2018094809A1
WO2018094809A1 PCT/CN2016/112760 CN2016112760W WO2018094809A1 WO 2018094809 A1 WO2018094809 A1 WO 2018094809A1 CN 2016112760 W CN2016112760 W CN 2016112760W WO 2018094809 A1 WO2018094809 A1 WO 2018094809A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
resource data
avatar
data
resource
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/CN2016/112760
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.)
Yulong Computer Telecommunication Scientific Shenzhen Co Ltd
Original Assignee
Yulong Computer Telecommunication Scientific Shenzhen 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 Yulong Computer Telecommunication Scientific Shenzhen Co Ltd filed Critical Yulong Computer Telecommunication Scientific Shenzhen Co Ltd
Publication of WO2018094809A1 publication Critical patent/WO2018094809A1/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/46Multiprogramming arrangements
    • G06F9/468Specific access rights for resources, e.g. using capability register
    • 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/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Definitions

  • the present invention relates to the field of dual-application technology, and in particular, to a resource sharing method and apparatus.
  • Application dual-opening means that at least two identical applications are running simultaneously on the same terminal.
  • the same application can simultaneously open at least two processes, and all the processes that are opened simultaneously run. This can meet the needs of the same user or different users to launch multiple identical applications through multiple accounts, and provide convenience for the user's use.
  • Each application in the terminal corresponds to an access portal, that is, an icon of the application, on the display interface of the terminal.
  • the dual-open application includes the main application and the avatar application of the same application, wherein when the icon of the main application is clicked, the application corresponding to the main application is started, and the source process is run; and when the icon of the avatar application is clicked, the operation is different.
  • the process of the source process and it is done independently.
  • the resource data corresponding to the main application and the avatar application of the dual-opening application are also independent of each other, that is, the main application and the avatar application can only use the corresponding resource data.
  • resource data sharing between the main application and the avatar application is required.
  • the resource data corresponding to the main application and the avatar application are independent of each other, the user often needs to use other external storage devices to copy the resource data corresponding to the main application required by the user to the external storage device, and then the user in the external storage device.
  • the required resource data is copied to the storage location of the resource data corresponding to the avatar application, or the resource data corresponding to the avatar application is copied to the storage location of the resource data corresponding to the main application in the same manner, thereby realizing the main application and the avatar application.
  • the foregoing implementation manner not only needs to implement the resource sharing process by using other external storage devices, but also requires the user to spend a lot of time to complete frequent copying of the same data when the user needs to share a large amount of data, which is inconvenient for the user to operate.
  • the present application provides a resource sharing method and device, which can implement data sharing between a main application and a avatar application in a dual-open application without using other external storage devices.
  • the embodiment of the present invention adopts the following technical solutions:
  • the present invention provides a resource sharing method, where the method includes:
  • the same resource data is accessed by the primary application and the avatar application.
  • the present invention provides a resource sharing device, where the device includes:
  • a detecting module configured to detect whether the specified application meets a preset condition of resource data synchronization, where the specified application has a corresponding main application and a avatar application;
  • a synchronization module configured to: after the detecting module detects that the specified application meets the preset condition, synchronize resource data of the main application with resource data of the avatar application;
  • the access module is configured to access the same resource data obtained by the master application to synchronize with the synchronization module through the synchronization application.
  • the resource sharing method and device provided by the present application copy the resource data of the main application (or the avatar application) to the storage device by using other external storage devices in the prior art, and then transfer the resource data on the storage device. Save to the avatar application (or the main application) to achieve data sharing.
  • the application can synchronize the resource data of the main application and the avatar application after detecting that the specified application satisfies the preset condition of the resource data synchronization, and through the main application and the avatar The application accesses the same resource data for data sharing. It can be seen that the above method does not need to use an external storage device, but the data synchronization is used to make the main application and the resource data of the avatar application the same, and then the main application and the avatar application access the same resource data. Sharing of resource data.
  • FIG. 1 is a schematic diagram of a specific application scenario according to an embodiment of the present disclosure
  • FIG. 2 is a flowchart of a resource sharing method according to an embodiment of the present invention.
  • FIG. 5 are flowcharts of another resource sharing method according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a resource sharing apparatus according to an embodiment of the present disclosure.
  • FIG. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • the embodiment of the present invention can be applied to a terminal, where at least one application having an application dual-open function exists, and the application has currently started the main application and the at least one avatar application.
  • the main application of the same application is independent of the storage area corresponding to each avatar application.
  • process a runs in space A
  • process b runs in space B
  • process a and process b are the same application.
  • Data partition data partition
  • the storage areas corresponding to the two processes in different spaces are independent of each other.
  • the application a in space A needs to copy the file X.jpg from data/media/ A is copied to the application directory data/user/A/application_a of application a.
  • the application a exposes the shared file X.jpg that has been copied to the application directory of the application a to the other process through the content provider (English: content provider), that is, the interface for sharing data between the applications, thereby making the space B
  • the process b below requests access to the contents of other processes by the content provider to access the application directory of the application a to share the X.jpg file.
  • the embodiment of the invention provides a resource sharing method. As shown in FIG. 2, the method includes:
  • Step 101 Detect whether the specified application meets a preset condition of resource data synchronization.
  • the designated application has a corresponding main application and a avatar application.
  • the preset condition includes at least the main application and/or the avatar application receiving the specified type of data, the switch for triggering the main application and the avatar application to synchronize the resource data, and the preset for currently synchronizing the data.
  • the specified type may be a type, a format, or the like of the data.
  • the specified type may include: the data is a picture type or a voice type; and the switch for triggering synchronization between the main application and the avatar application for resource data, specifically, such as data
  • the preset time can be a preset time for triggering the synchronization process. For example, if the data synchronization is set at 1 point per day in advance, the synchronization process is automatically triggered whenever the time reaches 1 point.
  • Step 102 After the specified application meets the preset condition, synchronize the resource data of the main application with the resource data of the avatar application.
  • the resource data refers to data including the X.jpg file shown in FIG. 1. Since the main application and the avatar reference generate different resource data during the running process, and the resource data does not have an intersection on the storage, they are independent of each other. Therefore, in order to realize resource sharing, the main application and the avatar application need to be implemented. The synchronization of the resource data, so that after performing step 103, the resource sharing of the specified application can be realized, and the external storage device is not needed as the transit node of the data.
  • Step 103 Access the same resource data by using the main application and the avatar application.
  • the resource sharing method provided by the present application copies the resource data of the main application (or the avatar application) to the storage device by using other external storage devices in the prior art, and then the resource data on the storage device is transferred to the storage device.
  • the avatar application (or the main application) is used for data sharing.
  • the application can synchronize the resource data of the main application and the avatar application after detecting that the specified application satisfies the preset condition of the resource data synchronization, and accesses the main application and the avatar application.
  • the access path of the main application and the avatar application is the same, thereby avoiding repeatedly storing the same resource data. Therefore, on the basis of the implementation shown in FIG. 2, an implementation as shown in FIG. 3 can also be implemented.
  • the resource data of the main application and the resource data of the avatar application are synchronized, which may be specifically implemented as step 1021 and step 1022, or step 1023 and step 1024, or step 1025 and step 1026:
  • Step 1021 Change the access path of the main application to the access path of the avatar application, and copy the resource data of the main application to the first storage area.
  • the first storage area is a storage location of resource data of the avatar application.
  • Step 1022 Delete resource data of the main application in the second storage area.
  • the second storage area is a storage location of resource data of the main application.
  • the first storage area corresponding to the avatar application includes the resource data of the main application and the resource data of the main application, and then the main application and the avatar application are both accessed.
  • the first storage area of the avatar application also realizes data sharing.
  • the resource data that the main application has completed copying may be further stored from the second storage, in the embodiment of the present invention, in which the resource data of the main application has been copied to the first storage area, and the storage space occupied by the resource data is reduced. Deleted in the area. This will not prevent the main application and the avatar application from accessing the resource data, and at the same time, it will reduce the occurrence of redundant data occupying too much storage space.
  • Step 1023 Change the access path of the avatar application to the access path of the primary application, and copy the resource data of the avatar application to the second storage area.
  • Step 1024 Delete resource data of the avatar application in the first storage area.
  • step 1025 the access path of the main application and the access path of the avatar application are changed to the specified access path, and the resource data of the main application and the resource data of the avatar application are copied to the file corresponding to the specified access path.
  • Step 1026 Delete resource data of the avatar application in the first storage area, and resource data of the main application in the second storage area.
  • the resource data of the main application and the avatar application can be separately copied to the same file, and the access path of the file is used as the access path of the main application and the avatar application.
  • resource data of the first storage area and the second storage area may be deleted after the copying of the resource data is completed.
  • the resource data of the main application may have the same content as the resource data of the avatar application
  • the resource data of the main application and the avatar application are collectively stored in the same space.
  • the resource data of the main application and the avatar application needs to be deduplicated.
  • the above three implementation manners achieve resource data sharing by unifying the access paths of the main application and the avatar application. After the resource data synchronization is completed, the storage space of the first storage area and/or the second storage area is deleted, thereby effectively reducing the occupation of the storage space, thereby saving a large amount of storage resources.
  • step 101 Before performing step 101 to detect whether the specified application meets the preset condition of the resource data synchronization, step 104 may also be performed:
  • Step 104 Determine, in all applications installed on the terminal, that the application with the avatar application is the specified application.
  • the designated application having the avatar application among all the applications installed on the terminal may be collated in the form of a list to perform data sharing for those applications having the application dual-open function.
  • the information of all the specified applications may be obtained by marking the application or other finishing manners. For the manner of determining the specified application, no further details are provided herein.
  • Step 102 After the specified application meets the preset condition, the resource data of the main application and the resource data of the avatar application are synchronized, which may be specifically implemented as step 1027:
  • Step 1027 If private data exists in the resource data of the main application or the resource data of the avatar application, synchronize resource data other than the private data in the main application and the avatar application, and synchronize the privacy after the user authenticates the identity through the private data. data.
  • the above synchronization process can be limited to the resource data except the privacy data in the main application and the avatar application. In this way, not only the security of the privacy data can be guaranteed, but also the synchronization and sharing requirements of some resource data in the specified application can be satisfied by synchronizing the non-private data.
  • the terminal can directly terminate the synchronization and sharing process, thereby further ensuring the security of the resource data of the specified application.
  • the identity authentication process can be implemented by encrypting resource data or setting access rights.
  • password data password
  • fingerprint/voice password is used to encrypt resource data
  • access rights can be input.
  • the account and the password matching the account are implemented, and are not limited herein.
  • the embodiment of the present invention provides a resource sharing device 20. As shown in FIG. 6, the device 20 can be used to execute any method of the method shown in FIG. 2 to FIG. 5.
  • the device 20 includes:
  • the detecting module 21 is configured to detect whether the specified application meets a preset condition of resource data synchronization, and the designated application has a corresponding main application and a avatar application.
  • the preset condition includes at least the main application and/or the avatar application receiving the specified type of data, the switch for triggering the main application and the avatar application to synchronize the resource data, and the preset for currently synchronizing the data. One of the times.
  • the synchronization module 22 is configured to synchronize the resource data of the main application and the resource data of the avatar application after the detecting module 21 detects that the specified application meets the preset condition.
  • the access module 23 is configured to access the same resource data obtained by the synchronization of the synchronization module 22 by the main application and the avatar application.
  • the synchronization module 22 is specifically configured to:
  • the access path of the avatar application is changed to the access path of the main application, and the resource data of the avatar application is copied to the second storage area by the copying module 24; and the resource data of the avatar application in the first storage area is deleted by the deleting module 25;
  • the access path of the main application and the access path of the avatar application are changed to the specified access path, and the resource data of the main application and the resource data of the avatar application are copied by the copy module 24 to the file corresponding to the specified access path; and deleted by the deleting module 25.
  • the device further includes:
  • the determining module 26 is configured to determine that the application having the avatar application is the specified application among all the applications installed on the terminal.
  • the synchronization module 22 is specifically configured to:
  • the privacy data exists in the resource data of the main application or the resource data of the avatar application, the resource data other than the private data in the main application and the avatar application are synchronized, and the privacy data is synchronized after the user authenticates the identity through the privacy data.
  • the resource sharing method and device provided by the present application copy the resource data of the main application (or the avatar application) to the storage device by using other external storage devices in the prior art, and then transfer the resource data on the storage device. Save to the avatar application (or the main application) to achieve data sharing.
  • the application can synchronize the resource data of the main application and the avatar application after detecting that the specified application satisfies the preset condition of the resource data synchronization, and through the main application and the avatar The application accesses the same resource data for data sharing. It can be seen that the above method does not need to use an external storage device, but the data synchronization is used to make the main application and the resource data of the avatar application the same, and then the main application and the avatar application access the same resource data. Sharing of resource data.
  • the embodiment of the present invention provides a terminal 30, which can be used to execute any set of method flows as shown in FIG. 2 to FIG. 5.
  • the terminal 30 includes at least a transceiver 31 and a processor 32.
  • the processor 32 is configured to synchronize the resource data of the main application and the resource data of the avatar application after detecting that the specified application satisfies the preset condition of the resource data synchronization, and then access the same resource data by using the main application and the avatar application.
  • the preset condition includes at least the main application and/or the avatar application receiving the specified type of data, the switch for triggering the main application and the avatar application to synchronize the resource data, and the preset for currently synchronizing the data. One of the times.
  • the processor 32 is further configured to change the access path of the main application to the access path of the avatar application, and copy the resource data of the main application to the first storage area, where the first storage area is the storage location of the resource data of the avatar application; Resource data of the main application in the second storage area, where the second storage area is a storage location of resource data of the main application;
  • the access path of the main application and the access path of the avatar application are changed to the specified access path, and the resource data of the main application and the resource data of the avatar application are copied to the file corresponding to the specified access path; the resources of the avatar application in the first storage area are deleted. Data, and resource data of the main application in the second storage area.
  • the processor 32 is further configured to determine, in all applications installed on the terminal, that the application having the avatar application is the specified application, before detecting whether the specified application meets the preset condition of the resource data synchronization.
  • the processor 32 is specifically configured to:
  • the privacy data exists in the resource data of the main application or the resource data of the avatar application, the resource data other than the private data in the main application and the avatar application are synchronized, and the privacy data is synchronized after the user authenticates the identity through the privacy data.
  • the terminal 30 may further include a memory 33 and a bus 34, wherein the bus 34 may be used to connect the transceiver 31, the processor 32, and the memory 33 to secure the transceiver 31, the processor 32, and the memory 33. Communication between the two is performed; the memory 33 can be used to store data generated by the terminal, and data received from the other device through the transceiver 31.
  • the terminal provided by the present application copies the resource data of the main application (or the avatar application) to the storage device by using other external storage devices in the prior art, and then transfers the resource data on the storage device to the avatar application. (or the main application), in order to achieve data sharing, the present application can synchronize the resource data of the main application and the avatar application after detecting that the specified application satisfies the preset condition of the resource data synchronization, and access the same through the main application and the avatar application.
  • Resource data for data sharing It can be seen that the above method does not need to use an external storage device, but the data synchronization is used to make the main application and the resource data of the avatar application the same, and then the main application and the avatar application access the same resource data. Sharing of resource data.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (English: Read-Only Memory, ROM), or a random access memory (English: Random Access Memory, RAM).

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本申请公开了一种资源共享方法及装置,涉及应用双开技术领域,能够在不借助其他外接存储设备的情况下,实现双开应用中主应用与分身应用之间的数据共享。本申请的方法包括:检测指定应用是否满足资源数据同步的预置条件,所述指定应用存在对应的主应用和分身应用;在所述指定应用满足所述预置条件后,同步所述主应用的资源数据与所述分身应用的资源数据;通过所述主应用与所述分身应用访问相同的资源数据。本申请适用于双开应用的数据共享过程。

Description

一种资源共享方法及装置
本申请要求于2016年11月24日提交中国专利局,申请号为201611044592.2、发明名称为“一种资源共享方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及应用双开技术领域,尤其涉及一种资源共享方法及装置。
背景技术
应用双开是指在同一终端上同时运行至少两个相同的应用程序,采用应用双开技术可以实现同一应用程序能够同时打开至少两个进程,且被打开的所有进程同时运行。这样就可以满足同一用户或不同用户通过多个账号启动多个相同应用的需求,为用户的使用提供便利条件。
终端中每个应用程序在终端的显示界面上都会对应一个访问入口,即应用程序的图标。双开的应用包括同一应用的主应用和分身应用,其中,在主应用的图标被点击时,主应用对应的应用程序被启动,运行源进程;而在分身应用的图标被点击时,会运行不同于源进程的进程,且独立进行。此外,双开应用的主应用和分身应用所对应的资源数据也是相互独立的,即主应用与分身应用都只能使用自身对应的资源数据。
在用户实际使用过程中,为了操作方便,很可能需要主应用和分身应用之间的资源数据共享。但由于主应用与分身应用对应的资源数据相互独立,因此,用户往往需要借助其他外接存储设备,将用户所需的主应用对应的资源数据拷贝到外接存储设备上,之后将外接存储设备中用户所需的资源数据拷贝至分身应用对应的资源数据的存储位置,或是采用相同的方式将分身应用对应的资源数据拷贝至主应用对应的资源数据的存储位置,从而实现主应用与分身应用的资源共享。由此可见,采用上述实现方式,不仅需要借助其他外接存储设备共同实现资源共享过程,并且在用户需要共享大量数据时,还需要用户耗费大量时间完成同一数据的频繁拷贝,不便于用户操作。
发明内容
本申请提供一种资源共享方法及装置,能够在不借助其他外接存储设备的情况下,实现双开应用中主应用与分身应用之间的数据共享。
为达到上述目的,本发明实施例采用如下技术方案:
第一方面,本发明提供一种资源共享方法,所述方法包括:
检测指定应用是否满足资源数据同步的预置条件,所述指定应用存在对应的主应用和分身应用;
在所述指定应用满足所述预置条件后,同步所述主应用的资源数据与所述分身应用的资源数据;
通过所述主应用与所述分身应用访问相同的资源数据。
第二方面,本发明提供一种资源共享装置,所述装置包括:
检测模块,设置为检测指定应用是否满足资源数据同步的预置条件,所述指定应用存在对应的主应用和分身应用;
同步模块,设置为在所述检测模块检测到所述指定应用满足所述预置条件后,同步所述主应用的资源数据与所述分身应用的资源数据;
访问模块,设置为通过所述主应用与所述分身应用访问经过所述同步模块同步所得到的相同的资源数据。
本申请提供的资源共享方法及装置,相比较于现有技术中借助其他外接存储设备将主应用(或是分身应用)的资源数据复制到该存储设备,之后将该存储设备上的资源数据转存至分身应用(或是主应用),以实现数据共享,本申请可以在检测到指定应用满足资源数据同步的预置条件后,同步主应用与分身应用的资源数据,并通过主应用与分身应用访问相同的资源数据,以实现数据共享。由此可见,采用上述方式无需借助外接存储设备,而是通过数据同步的方式,使主应用与分身应用的资源数据相同,之后在主应用与分身应用访问相同的资源数据时,也就实现了资源数据的共享。
附图说明
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为本发明实施例提供的一种具体应用场景示意图;
图2为本发明实施例提供的一种资源共享方法流程图;
图3至图5为本发明实施例提供的另一种资源共享方法流程图;
图6为本发明实施例提供的一种资源共享装置的结构示意图;
图7为本发明实施例提供的一种终端的结构示意图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。
本发明实施例可以用于一种终端,该终端上至少存在一个具有应用双开功能的应用,且该应用当前已经启动了主应用与至少一个分身应用。同一应用的主应用与每个分身应用对应的存储区域相互独立,如图1所示,进程a运行在空间A中,进程b运行在空间B中,进程a与进程b为同一应用的两个进程。在Data分区(数据分区)中,处于不同空间的两个进程所对应的存储区域是相互独立的。
若当前需要将空间A下的文件X.jpg共享至空间B,即空间B的进程可以访问X.jpg文件,那么空间A下的应用a需要将试图共享的文件X.jpg从data/media/A拷贝至应用a的应用目录data/user/A/application_a下。之后应用a通过内容提供器(英文:content provider),即应用程序之间共享数据的接口,将已经拷贝至应用a的应用目录下的被共享文件X.jpg暴露给其他进程,从而使空间B下的进程b通过content provider请求访问应用a的应用目录下暴露给其他进程的内容,以实现X.jpg文件的共享。
本发明实施例提供一种资源共享方法,如图2所示,该方法包括:
步骤101、检测指定应用是否满足资源数据同步的预置条件。
其中,指定应用存在对应的主应用和分身应用。
需要说明的是,预置条件至少包括主应用和/或分身应用接收到指定类型的数据、已启动用于触发主应用与分身应用进行资源数据同步的开关,以及当前达到进行数据同步的预设时间中的一种。其中,指定类型可以为数据的种类、格式等,比如,指定类型可以包括:数据为图片类型,或是语音类型;用于触发主应用与分身应用进行资源数据同步的开关,具体可以为诸如数据同步按钮等能够启动数据同步功能的开关,比如,打开这一开关可以触发指定应用的数据同步,关闭这一开关则继续保持同一应用下各个应用(包括主应用和分身应用)当前独立存储及访问的过程;预设时间可以为预先设置的触发同步过程的时间,比如,预先设置每天1点进行数据同步,那么每当时间到达1点时,就会自动触发同步过程。
步骤102、在指定应用满足预置条件后,同步主应用的资源数据与分身应用的资源数据。
在本发明实施例中,资源数据指的就是包括图1所示的X.jpg文件在内的数据。由于主应用和分身引用在运行过程中会产生不同的资源数据,而这些资源数据在存储上不存在交集,是相互独立的,因此,为了能够实现资源共享,则需要实现主应用与分身应用的资源数据的同步,这样在执行步骤103后,就可以实现指定应用的资源共享,且无需借助外接存储设备作为数据的中转节点。
步骤103、通过主应用与分身应用访问相同的资源数据。
本申请提供的资源共享方法,相比较于现有技术中借助其他外接存储设备将主应用(或是分身应用)的资源数据复制到该存储设备,之后将该存储设备上的资源数据转存至分身应用(或是主应用),以实现数据共享,本申请可以在检测到指定应用满足资源数据同步的预置条件后,同步主应用与分身应用的资源数据,并通过主应用与分身应用访问相同的资源数据,以实现数据共享。由此可见,采用上述方式无需借助外接存储设备,而是通过数据同步的方式,使主应用与分身应用的资源数据相同,之后在主应用与分身应用访问相同的资源数据时,也就实现了资源数据的共享。
在数据同步后,为了节省资源数据在存储过程中所占用的空间,在本发明实施例的一个实现方式中,使主应用与分身应用的访问路径相同,从而避免重复存储多分相同的资源数据。因此,在如图2所示的实现方式的基础上,还可以实现为如图3所示的实现方式。其中,步骤102在指定应用满足预置条件后,同步主应用的资源数据与分身应用的资源数据,可以具体实现为步骤1021和步骤1022,或者步骤1023和步骤1024,或者步骤1025和步骤1026:
步骤1021、将主应用的访问路径变更为分身应用的访问路径,且将主应用的资源数据拷贝至第一存储区域。
其中,第一存储区域为分身应用的资源数据的存储位置。
步骤1022、删除第二存储区域中主应用的资源数据。
其中,第二存储区域为主应用的资源数据的存储位置。
通过将主应用的资源数据拷贝至分身应用的资源数据的存储位置,使分身应用对应的第一存储区域中包括了主应用的资源数据和自身的资源数据,之后使主应用和分身应用均访问分身应用的第一存储区域,也就实现了数据共享。并且,考虑到主应用的资源数据已经拷贝至第一存储区域,而为了减少资源数据所占用的存储空间,在本发明实施例中,还可以将主应用已经完成拷贝的资源数据从第二存储区域中删除。这样既不会妨碍主应用和分身应用进行资源数据的访问,同时,也减少了冗余数据占用过多存储空间情况的发生。
步骤1023、将分身应用的访问路径变更为主应用的访问路径,且将分身应用的资源数据拷贝至第二存储区域。
步骤1024、删除第一存储区域中分身应用的资源数据。
与上述步骤1021和步骤1022所实现的技术方案类似,在这里是将分身应用的资源数据拷贝至主应用的资源数据的存储位置,并将第一存储区域中完成拷贝的分身应用的资源数据删除,具体实现过程可以参考上述步骤1021和步骤1022所实现的技术方案,在此不做赘述。
步骤1025、将主应用的访问路径和分身应用的访问路径变更为指定访问路径,且将主应用的资源数据和分身应用的资源数据拷贝至指定访问路径对应的文件。
步骤1026、删除第一存储区域中分身应用的资源数据,以及第二存储区域中主应用的资源数据。
除了上述两种拷贝方案,还可以将主应用和分身应用的资源数据分别拷贝至同一文件,并将该文件的访问路径作为主应用与分身应用的访问路径。与上述两种拷贝方案相同,为了节约存储空间,在完成资源数据的拷贝之后,可以将第一存储区域和第二存储区域的资源数据删除。
需要说明的是,考虑到主应用的资源数据可能与分身应用的资源数据存在相同的内容,为了减少数据冗余所造成的资源浪费,在将主应用和分身应用的资源数据共同存储至同一空间的存储区域时,需要对主应用和分身应用的资源数据进行去重处理。
由此可见,上述三种实现方式,均是通过统一主应用与分身应用的访问路径,以实现资源数据共享。且在完成资源数据同步之后,通过删除第一存储区域和/或第二存储区域内已完成拷贝的资源数据的方式,有效减少存储空间的占用,从而节省大量存储资源。
考虑到终端上可能安装有多个应用,且并非每个应用都可以使用本申请所提出的技术方案,因此,在本发明实施例的一个实现方式中,需要先对终端上安装的所有应用进行筛选,且至对完成筛选后的符合指定应用条件的应用同步及数据共享。因此,在如图2或图3所示的实现方式的基础上,以图2为例,还可以实现为如图4所示的实现方式。其中,在执行步骤101检测指定应用是否满足资源数据同步的预置条件之前,还可以执行步骤104:
步骤104、在终端上安装的所有应用中,确定具有分身应用的应用为指定应用。
在本发明实施例中,可以通过列表的形式,将终端上已安装的所有应用中具有分身应用的指定应用进行整理,以便针对那些具有应用双开功能的应用进行数据共享。需要说明的是,除了上述列表的方式,还可以通过对应用进行标记或是其他整理方式,得到所有指定应用的信息,对于确定指定应用的方式,在此不做赘述。
为了确保隐私数据的安全性,在本发明实施例的一个实现方式中,在资源数据中存在隐私数据时,若需要进行数据共享,则需要先认证用户的身份,且在身份认证通过后才能同步、共享该隐私数据。因此,在如图2或图3所示的实现方式的基础上,以图2为例,还可以实现为如图5所示的实现方式。其中,步骤102在指定应用满足预置条件后,同步主应用的资源数据与分身应用的资源数据,可以具体实现为步骤1027:
步骤1027、若主应用的资源数据或分身应用的资源数据中存在隐私数据,则同步主应用与分身应用中的除隐私数据以外的资源数据,并在用户通过隐私数据的身份认证后,同步隐私数据。
由此可见,如果用户未通过身份认证,那么上述同步过程可以仅限于主应用与分身应用中的除隐私数据意外的资源数据。这样不仅可以保障隐私数据的安全性,同时可以通过同步非隐私数据的方式来满足指定应用内部分资源数据的同步、共享需求。或者,终端可以直接终止本次同步、共享过程,从而进一步保证指定应用的资源数据的安全性。
需要说明的是,身份认证过程,可以通过加密资源数据或是设置访问权限的方式来实现,比如,通过password(口令)/指纹/语音口令等方式进行资源数据的加密,访问权限则可以通过输入账户、以及与账户匹配的密码等方式来实现,在此不做限定。
本发明实施例提供一种资源共享装置20,如图6所示,该装置20可以用于执行如图2至图5所示的任意一套方法流程,该装置20包括:
检测模块21,设置为检测指定应用是否满足资源数据同步的预置条件,指定应用存在对应的主应用和分身应用。
需要说明的是,预置条件至少包括主应用和/或分身应用接收到指定类型的数据、已启动用于触发主应用与分身应用进行资源数据同步的开关,以及当前达到进行数据同步的预设时间中的一种。
同步模块22,设置为在检测模块21检测到指定应用满足预置条件后,同步主应用的资源数据与分身应用的资源数据。
访问模块23,设置为通过主应用与分身应用访问经过同步模块22同步所得到的相同的资源数据。
在本发明实施例的一个实现方式中,同步模块22,具体设置为:
将主应用的访问路径变更为分身应用的访问路径,且通过拷贝模块24将主应用的资源数据拷贝至第一存储区域,第一存储区域为分身应用的资源数据的存储位置;并通过删除模块25删除第二存储区域中主应用的资源数据,第二存储区域为主应用的资源数据的存储位置;
或者,
将分身应用的访问路径变更为主应用的访问路径,且通过拷贝模块24将分身应用的资源数据拷贝至第二存储区域;并通过删除模块25删除第一存储区域中分身应用的资源数据;
或者,
将主应用的访问路径和分身应用的访问路径变更为指定访问路径,且通过拷贝模块24将主应用的资源数据和分身应用的资源数据拷贝至指定访问路径对应的文件;并通过删除模块25删除第一存储区域中分身应用的资源数据,以及第二存储区域中主应用的资源数据。
在本发明实施例的一个实现方式中,装置还包括:
确定模块26,设置为在终端上安装的所有应用中,确定具有分身应用的应用为指定应用。
在本发明实施例的一个实现方式中,同步模块22,具体设置为:
若主应用的资源数据或分身应用的资源数据中存在隐私数据,则同步主应用与分身应用中的除隐私数据以外的资源数据,并在用户通过隐私数据的身份认证后,同步隐私数据。
本申请提供的资源共享方法及装置,相比较于现有技术中借助其他外接存储设备将主应用(或是分身应用)的资源数据复制到该存储设备,之后将该存储设备上的资源数据转存至分身应用(或是主应用),以实现数据共享,本申请可以在检测到指定应用满足资源数据同步的预置条件后,同步主应用与分身应用的资源数据,并通过主应用与分身应用访问相同的资源数据,以实现数据共享。由此可见,采用上述方式无需借助外接存储设备,而是通过数据同步的方式,使主应用与分身应用的资源数据相同,之后在主应用与分身应用访问相同的资源数据时,也就实现了资源数据的共享。
本发明实施例提供一种终端30,该终端30可以用于执行如图2至图5所示的任意一套方法流程。如图6所示,该终端30至少包括:收发器31和处理器32。
其中,处理器32,用于在检测到指定应用满足资源数据同步的预置条件后,同步主应用的资源数据与分身应用的资源数据,之后通过主应用与分身应用访问相同的资源数据。需要说明的是,预置条件至少包括主应用和/或分身应用接收到指定类型的数据、已启动用于触发主应用与分身应用进行资源数据同步的开关,以及当前达到进行数据同步的预设时间中的一种。
处理器32,还用于将主应用的访问路径变更为分身应用的访问路径,且将主应用的资源数据拷贝至第一存储区域,第一存储区域为分身应用的资源数据的存储位置;删除第二存储区域中主应用的资源数据,第二存储区域为主应用的资源数据的存储位置;
或者,
将分身应用的访问路径变更为主应用的访问路径,且将分身应用的资源数据拷贝至第二存储区域;删除第一存储区域中分身应用的资源数据;
或者,
将主应用的访问路径和分身应用的访问路径变更为指定访问路径,且将主应用的资源数据和分身应用的资源数据拷贝至指定访问路径对应的文件;删除第一存储区域中分身应用的资源数据,以及第二存储区域中主应用的资源数据。
在检测指定应用是否满足资源数据同步的预置条件之前,该处理器32,还用于在终端上安装的所有应用中,确定具有分身应用的应用为指定应用。
该处理器32,具体用于:
若主应用的资源数据或分身应用的资源数据中存在隐私数据,则同步主应用与分身应用中的除隐私数据以外的资源数据,并在用户通过隐私数据的身份认证后,同步隐私数据。
在本发明实施例中,终端30还可以包括存储器33和总线34,其中,总线34可以用于连接收发器31、处理器32和存储器33,以确保收发器31、处理器32和存储器33中两两之间进行通信;存储器33可以用于存储终端产生的数据,以及通过收发器31接收到的来自其他设备的数据。
本申请提供的终端,相比较于现有技术中借助其他外接存储设备将主应用(或是分身应用)的资源数据复制到该存储设备,之后将该存储设备上的资源数据转存至分身应用(或是主应用),以实现数据共享,本申请可以在检测到指定应用满足资源数据同步的预置条件后,同步主应用与分身应用的资源数据,并通过主应用与分身应用访问相同的资源数据,以实现数据共享。由此可见,采用上述方式无需借助外接存储设备,而是通过数据同步的方式,使主应用与分身应用的资源数据相同,之后在主应用与分身应用访问相同的资源数据时,也就实现了资源数据的共享。
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于设备实施例而言,由于其基本相似于方法实施例,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(英文:Read-Only Memory,ROM)或随机存储记忆体(英文:Random Access Memory,RAM)等。
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求的保护范围为准。

Claims (10)

  1. 一种资源共享方法,其特征在于,所述方法包括:
    检测指定应用是否满足资源数据同步的预置条件,所述指定应用存在对应的主应用和分身应用;
    在所述指定应用满足所述预置条件后,同步所述主应用的资源数据与所述分身应用的资源数据;
    通过所述主应用与所述分身应用访问相同的资源数据。
  2. 根据权利要求1所述的方法,其特征在于,所述预置条件至少包括所述主应用和/或所述分身应用接收到指定类型的数据、已启动用于触发所述主应用与所述分身应用进行资源数据同步的开关,以及当前达到进行数据同步的预设时间中的一种。
  3. 根据权利要求1所述的方法,其特征在于,所述同步所述主应用的资源数据与所述分身应用的资源数据,具体包括:
    将所述主应用的访问路径变更为所述分身应用的访问路径,且将所述主应用的资源数据拷贝至第一存储区域,所述第一存储区域为所述分身应用的资源数据的存储位置;
    删除第二存储区域中所述主应用的资源数据,所述第二存储区域为所述主应用的资源数据的存储位置;
    或者,
    将所述分身应用的访问路径变更为所述主应用的访问路径,且将所述分身应用的资源数据拷贝至所述第二存储区域;
    删除所述第一存储区域中所述分身应用的资源数据;
    或者,
    将所述主应用的访问路径和所述分身应用的访问路径变更为指定访问路径,且将所述主应用的资源数据和所述分身应用的资源数据拷贝至所述指定访问路径对应的文件;
    删除所述第一存储区域中所述分身应用的资源数据,以及所述第二存储区域中所述主应用的资源数据。
  4. 根据权利要求1至3中任意一项所述的方法,其特征在于,在所述检测指定应用是否满足资源数据同步的预置条件之前,所述方法还包括:
    在终端上安装的所有应用中,确定具有分身应用的应用为所述指定应用。
  5. 根据权利要求1至3中任意一项所述的方法,其特征在于,所述同步所述主应用的资源数据与所述分身应用的资源数据,具体包括:
    若所述主应用的资源数据或所述分身应用的资源数据中存在隐私数据,则同步所述主应用与所述分身应用中的除所述隐私数据以外的资源数据,并在用户通过所述隐私数据的身份认证后,同步所述隐私数据。
  6. 一种资源共享装置,其特征在于,所述装置包括:
    检测模块,设置为检测指定应用是否满足资源数据同步的预置条件,所述指定应用存在对应的主应用和分身应用;
    同步模块,设置为在所述检测模块检测到所述指定应用满足所述预置条件后,同步所述主应用的资源数据与所述分身应用的资源数据;
    访问模块,设置为通过所述主应用与所述分身应用访问经过所述同步模块同步所得到的相同的资源数据。
  7. 根据权利要求6所述的装置,其特征在于,所述预置条件至少包括所述主应用和/或所述分身应用接收到指定类型的数据、已启动用于触发所述主应用与所述分身应用进行资源数据同步的开关,以及当前达到进行数据同步的预设时间中的一种。
  8. 根据权利要求6所述的装置,其特征在于,所述同步模块,具体设置为:
    将所述主应用的访问路径变更为所述分身应用的访问路径,且通过拷贝模块将所述主应用的资源数据拷贝至第一存储区域,所述第一存储区域为所述分身应用的资源数据的存储位置;并通过删除模块删除第二存储区域中所述主应用的资源数据,所述第二存储区域为所述主应用的资源数据的存储位置;
    或者,
    将所述分身应用的访问路径变更为所述主应用的访问路径,且通过所述拷贝模块将所述分身应用的资源数据拷贝至所述第二存储区域;并通过所述删除模块删除所述第一存储区域中所述分身应用的资源数据;
    或者,
    将所述主应用的访问路径和所述分身应用的访问路径变更为指定访问路径,且通过所述拷贝模块将所述主应用的资源数据和所述分身应用的资源数据拷贝至所述指定访问路径对应的文件;并通过所述删除模块删除所述第一存储区域中所述分身应用的资源数据,以及所述第二存储区域中所述主应用的资源数据。
  9. 根据权利要求6至8中任意一项所述的装置,其特征在于,所述装置还包括:
    确定模块,设置为在终端上安装的所有应用中,确定具有分身应用的应用为所述指定应用。
  10. 根据权利要求6至8中任意一项所述的装置,其特征在于,所述同步模块,具体设置为:
    若所述主应用的资源数据或所述分身应用的资源数据中存在隐私数据,则同步所述主应用与所述分身应用中的除所述隐私数据以外的资源数据,并在用户通过所述隐私数据的身份认证后,同步所述隐私数据。
PCT/CN2016/112760 2016-11-24 2016-12-28 一种资源共享方法及装置 Ceased WO2018094809A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611044592.2A CN106406986B (zh) 2016-11-24 2016-11-24 一种资源共享方法及装置
CN201611044592.2 2016-11-24

Publications (1)

Publication Number Publication Date
WO2018094809A1 true WO2018094809A1 (zh) 2018-05-31

Family

ID=58081939

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/112760 Ceased WO2018094809A1 (zh) 2016-11-24 2016-12-28 一种资源共享方法及装置

Country Status (2)

Country Link
CN (1) CN106406986B (zh)
WO (1) WO2018094809A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112464208A (zh) * 2020-11-25 2021-03-09 努比亚技术有限公司 文件访问方法、移动终端及计算机可读存储介质
CN113296852A (zh) * 2021-05-21 2021-08-24 珠海市魅族科技有限公司 一种应用的数据共享方法、装置、电子设备和存储介质
WO2023071363A1 (zh) * 2021-10-25 2023-05-04 中兴通讯股份有限公司 白名单的管控方法、设备及存储介质

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109271247A (zh) * 2017-07-12 2019-01-25 珠海市魅族科技有限公司 内存优化方法、装置、计算机装置以及存储介质
CN108228277B (zh) * 2017-12-28 2022-04-29 北京奇虎科技有限公司 进入应用程序的方法及装置
CN108197273B (zh) * 2018-01-08 2022-04-22 青岛海信移动通信技术股份有限公司 一种多用户数据同步的方法及装置
CN108287765A (zh) * 2018-01-24 2018-07-17 青岛海信移动通信技术股份有限公司 应用程序数据共享方法及终端
CN108563516A (zh) * 2018-03-29 2018-09-21 广东欧珀移动通信有限公司 应用数据防丢方法和装置、存储介质、电子设备
CN109032686B (zh) * 2018-06-07 2021-10-22 北京小米移动软件有限公司 数据处理方法及装置
CN110851823B (zh) * 2019-11-12 2023-03-10 腾讯科技(深圳)有限公司 数据访问方法、装置、终端及存储介质
CN112825072B (zh) * 2019-11-21 2023-02-17 青岛海信移动通信技术股份有限公司 通信终端以及数据共享方法
CN111427709B (zh) * 2020-03-30 2023-07-21 努比亚技术有限公司 一种应用程序分身控制方法、设备及计算机可读存储介质
CN117667116A (zh) * 2022-08-31 2024-03-08 华为技术有限公司 一种应用分身的方法、装置及电子设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030145210A1 (en) * 2002-01-31 2003-07-31 Sun Microsystems, Inc. Method, system, program, and data structure for implementing a locking mechanism for a shared resource
CN105224322A (zh) * 2015-09-25 2016-01-06 维沃移动通信有限公司 一种应用程序的分身方法及终端
US20160188689A1 (en) * 2014-12-31 2016-06-30 Vmware, Inc. Disaster recovery of mobile data center via location-aware cloud caching
CN105956495A (zh) * 2016-04-15 2016-09-21 奇酷软件(深圳)有限公司 社交应用程序的运行控制方法、运行控制系统和移动终端

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6035304A (en) * 1996-06-25 2000-03-07 Matsushita Electric Industrial Co., Ltd. System for storing and playing a multimedia application adding variety of services specific thereto
EP3012744B1 (en) * 2014-03-19 2022-12-21 Huawei Device Co., Ltd. Method and device for synchronizing application data
CN105094656A (zh) * 2014-05-12 2015-11-25 中兴通讯股份有限公司 一种应用启动的方法、装置及移动终端
CN106155694A (zh) * 2016-07-28 2016-11-23 努比亚技术有限公司 一种应用与分身应用的显示方法和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030145210A1 (en) * 2002-01-31 2003-07-31 Sun Microsystems, Inc. Method, system, program, and data structure for implementing a locking mechanism for a shared resource
US20160188689A1 (en) * 2014-12-31 2016-06-30 Vmware, Inc. Disaster recovery of mobile data center via location-aware cloud caching
CN105224322A (zh) * 2015-09-25 2016-01-06 维沃移动通信有限公司 一种应用程序的分身方法及终端
CN105956495A (zh) * 2016-04-15 2016-09-21 奇酷软件(深圳)有限公司 社交应用程序的运行控制方法、运行控制系统和移动终端

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112464208A (zh) * 2020-11-25 2021-03-09 努比亚技术有限公司 文件访问方法、移动终端及计算机可读存储介质
CN112464208B (zh) * 2020-11-25 2023-05-12 深圳市纬旭信息科技服务有限公司 文件访问方法、移动终端及计算机可读存储介质
CN113296852A (zh) * 2021-05-21 2021-08-24 珠海市魅族科技有限公司 一种应用的数据共享方法、装置、电子设备和存储介质
WO2023071363A1 (zh) * 2021-10-25 2023-05-04 中兴通讯股份有限公司 白名单的管控方法、设备及存储介质

Also Published As

Publication number Publication date
CN106406986B (zh) 2019-11-12
CN106406986A (zh) 2017-02-15

Similar Documents

Publication Publication Date Title
WO2018094809A1 (zh) 一种资源共享方法及装置
WO2012057581A2 (ko) 클라우드 컴퓨팅 시스템 및 그의 데이터 동기화 방법
TWI430102B (zh) 網路卡資源配置方法、儲存媒體、及電腦
CN114942826B (zh) 跨网络多集群系统及其访问方法及云计算设备
WO2017101252A1 (zh) 基于 Docker 的容器登录方法、服务器和系统
WO2014185594A1 (ko) Vdi 환경에서의 싱글 사인온 시스템 및 방법
WO2014069827A1 (en) System and method for providing data analysis service in a cloud environment
WO2020224249A1 (zh) 基于区块链的事务处理方法、装置、设备及存储介质
WO2017054445A1 (zh) 一种文件管理方法、服务器及网络附属存储设备
WO2015160118A1 (ko) 보안 저장 영역에 대한 응용 프로그램의 접근 제어 방법 및 장치
WO2016095403A1 (zh) 一种具有支付功能的穿戴设备及其实现支付功能的方法
WO2014003516A1 (ko) 데이터 공유 제공 방법 및 장치
WO2018035929A1 (zh) 一种验证码的处理方法及装置
CN106649600A (zh) 一种迁移文件权限的方法、装置以及系统
WO2016155283A1 (zh) 基于wifi热点实现电子设备私密保护的方法及系统
WO2014042414A1 (ko) 블록디바이스 기반의 가상 스토리지 서비스 시스템 및 방법
WO2018016830A1 (ko) 파일 암호화 방지 장치 및 방법
WO2015111836A1 (ko) 다수의 단말기 간 컨텐츠 공유 방법, 이를 위한 시스템 및 장치
WO2020153580A1 (ko) 블록체인 상에서 외부 노드를 통한 트랜잭션 처리 방법 및 이러한 방법을 수행하는 장치
WO2018218806A1 (zh) 终端隐私保护方法及系统
JP2003110555A (ja) ネットワーク情報処理システム及び情報処理方法
WO2018082177A1 (zh) 一种基于即时通信应用的数据同步方法及装置
WO2017213321A1 (ko) 공유 정보를 보호하는 방법 및 시스템
WO2013125883A1 (en) Drm/cas service device and method using security context
WO2018076539A1 (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: 16922339

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

Country of ref document: EP

Kind code of ref document: A1