WO2019166004A1 - 智能终端及其文件管理方法、具有存储功能的装置 - Google Patents

智能终端及其文件管理方法、具有存储功能的装置 Download PDF

Info

Publication number
WO2019166004A1
WO2019166004A1 PCT/CN2019/076616 CN2019076616W WO2019166004A1 WO 2019166004 A1 WO2019166004 A1 WO 2019166004A1 CN 2019076616 W CN2019076616 W CN 2019076616W WO 2019166004 A1 WO2019166004 A1 WO 2019166004A1
Authority
WO
WIPO (PCT)
Prior art keywords
file directory
storage path
preset
file
history list
Prior art date
Application number
PCT/CN2019/076616
Other languages
English (en)
French (fr)
Inventor
王大鹏
Original Assignee
惠州Tcl移动通信有限公司
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 惠州Tcl移动通信有限公司 filed Critical 惠州Tcl移动通信有限公司
Publication of WO2019166004A1 publication Critical patent/WO2019166004A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Definitions

  • the present application relates to the field of file management, and in particular to an intelligent terminal and a file management method thereof, and a device having a storage function.
  • Some smart terminals cannot open multiple windows or many pages at the same time due to the limitation of their screen size.
  • users want to view a certain file directory, they need to select the file directory according to the directory path. This operation will make the user It is very inconvenient to use.
  • the user needs to exit one of the file directories first, and select to enter another file directory step by step. After completing the operation, the user exits the current file directory, step by step. Choose to return to the original file directory. This method has too many switching times and is cumbersome to operate.
  • the embodiment of the present invention provides an intelligent terminal, a file management method thereof, and a device having a storage function, which can intelligently determine a file directory queried by a user according to an operation time of the user, and automatically store the storage path corresponding to the file directory to the history record list. In order to facilitate the user to subsequently open and query the file content of the file directory.
  • the embodiment of the present application provides a file management method for an intelligent terminal, including: detecting a display time of the smart terminal in a first file directory; and determining whether a display time of the first file directory is greater than a preset time. a threshold; if the display time of the first file directory is greater than the preset time threshold, obtaining a storage path of the first file directory, and saving the storage path to a preset history record list.
  • the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list. After the step, it also includes:
  • the step of detecting the display time of the smart terminal in the first file directory specifically includes:
  • the display time of the first file directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list.
  • the steps include:
  • the display time of the first file directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list.
  • the steps include:
  • the step of saving the storage path to a preset history record list includes:
  • the step of saving the storage path to a preset history record list includes:
  • the step of saving the storage path to a preset history record list includes:
  • the storage path is saved in the form of a link to a preset history list, so that the user can click the link corresponding to the storage path to open the file content in the file directory corresponding to the storage path.
  • an embodiment of the present application provides an intelligent terminal, where the smart terminal includes a processor and a memory coupled to the processor, where the memory is used to store program instructions executed by the processor and The intermediate data generated when the program instruction is executed; when the processor executes the program instruction, the following steps are implemented:
  • the step of saving the storage path to a preset history record list includes:
  • the storage path is saved in the form of a link to a preset history list, so that the user can click the link corresponding to the storage path to open the file content in the file directory corresponding to the storage path.
  • the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list. After the step, it also includes:
  • the smart terminal is a smart phone.
  • an embodiment of the present application provides a device having a storage function, where program instructions are stored, and the program instructions can be executed to implement the following steps:
  • the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list. After the step, it also includes:
  • the step of detecting the display time of the smart terminal in the first file directory specifically includes:
  • the display time of the first file directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list.
  • the steps include:
  • the display time of the first file directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list.
  • the steps include:
  • the step of saving the storage path to a preset history record list includes:
  • the step of saving the storage path to a preset history record list includes:
  • the step of saving the storage path to a preset history record list includes:
  • the storage path is saved in the form of a link to a preset history list, so that the user can click the link corresponding to the storage path to open the file content in the file directory corresponding to the storage path.
  • the file management method of the smart terminal determines whether the display time of the first file directory is greater than a preset time threshold by detecting the display time of the smart terminal in the first file directory, if the display time of the first file directory is greater than the pre- Set a time threshold, obtain a storage path of the first file directory, and save the storage path to a preset history list.
  • the application intelligently determines the file directory of the user query according to the operation time of the user, and automatically stores the storage path corresponding to the file directory in the history record list, so that the user can subsequently open and query the file content of the file directory.
  • the storage path of the target file directory can be searched from the history list, thereby opening the file directory, and the file directory does not need to be opened step by step, and the operation mode is simple.
  • FIG. 1 is a schematic flowchart of an embodiment of a file management method of a smart terminal provided by the present application
  • FIG. 2 is a schematic flowchart of another embodiment of a file management method of a smart terminal provided by the present application
  • FIG. 3 is a schematic structural diagram of an implementation manner of a smart terminal provided by the present application.
  • FIG. 4 is a schematic structural diagram of an embodiment of a device having a storage function provided by the present application.
  • FIG. 5 is a schematic structural diagram of an intelligent terminal according to an embodiment of the present application.
  • the present application provides an intelligent terminal, a file management method thereof, and a device having a storage function. To make the purpose, technical solution, and technical effects of the present application clearer and clearer, the following further details the present application, and the specific details described herein should be understood.
  • the implementation regulations are only used to explain the application and are not intended to limit the application.
  • the present invention provides a file management method for a smart terminal, the file management method includes: detecting a display time of the smart terminal in the first file directory; determining whether the display time of the first file directory is greater than a preset time threshold; The display time of the directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved to the preset history list.
  • FIG. 1 is a schematic flowchart of an embodiment of a file management method of the intelligent terminal of the present application.
  • the file management method includes:
  • Step 101 Detect the display time of the smart terminal in the first file directory.
  • the smart terminal detects the display time of the smart terminal in the first file directory. Specifically, the smart terminal acquires the interval between entering the first file directory according to the user instruction and closing the first file directory, and determining the interval time as The display time of the first file directory.
  • the smart terminal records the start time point of entering the first file directory according to the user instruction and the closing time point of closing the first file directory, and calculates the time difference corresponding to the closing time point and the starting time point. That is, the aforementioned interval time is obtained, and the interval time is determined as the display time of the first file directory.
  • Step 102 Determine whether the display time of the first file directory is greater than a preset time threshold.
  • the preset time threshold is a time value pre-stored in the smart terminal, and may be a specific value, such as 1 minute, 5 minutes, etc., or may be a preset time range, for example, 2 minutes to 10 minutes.
  • the preset time threshold is a time range
  • the smart terminal determines whether the display time of the first file directory is greater than any time value in the time range, when the display time of the first file directory is greater than the time.
  • the smart terminal determines that the display time of the first file directory is greater than a preset time threshold.
  • Step 103 If the display time of the first file directory is greater than the preset time threshold, obtain a storage path of the first file directory, and save the storage path to the preset history record list.
  • the smart terminal acquires the storage path of the first file directory, and saves the storage path to the preset history record list.
  • the history list can be expressed in the form of a word document or an excel table, or a browsing interface, or a program application.
  • the user is not limited, and the user can enter and operate.
  • the storage path may be saved in the form of a link to a preset history list, and the user only needs to click the link corresponding to the storage path to open the file content in the file directory corresponding to the storage path.
  • the smart terminal determines whether the storage path length is greater than a preset length threshold. If the storage path length is greater than the preset length threshold, the storage path is saved to a preset history record list.
  • the preset length threshold is a length of the preset storage path, and is used to indicate the number of stages of the storage path, and the length of the storage path is positively related to the number of stages of the storage path.
  • the smart terminal determines whether the number of layers of the storage path is greater than a preset threshold. If the number of layers of the storage path is greater than a preset threshold, the storage path is saved to a preset In the history list.
  • the preset number of layers is a preset number of path levels, and indicates the number of sub-paths or sub-folders. For example, if the preset number of layers is 5, the number of sub-paths in the storage path is greater than 5. , save the storage path to the pre-set history list; otherwise it will not save.
  • the history list includes multiple storage paths.
  • the order of the operations of a certain file directory is sequentially performed.
  • the smart terminal also acquires the closing time point of the first file directory, and saves the storage path to the preset history list according to the closing time point, wherein the order of the storage path in the history list is determined by the closing time point.
  • the storage path corresponding to the file directory is displayed in reverse order in the history list according to the order of the file directory closing time points, that is, the order of the storage path corresponding to the file directory that is closed earlier in the history list. The lower the back.
  • the closing time of the file directory A is earlier than the closing time of the file directory B, and the storage path corresponding to the file directory B is displayed in the history list.
  • the storage path corresponding to the file directory A is located in front of the corresponding display position in the history list.
  • the smart terminal acquires the display frequency of the first file directory, wherein the display frequency is the number of times the first file directory is opened to closed. And storing the storage path in the preset history list according to the display frequency, wherein the order of the storage path in the history list is determined by the display frequency. Specifically, the higher the display frequency, that is, the more times the file directory is opened, the higher the storage path corresponding to the file directory is displayed in the history list.
  • the smart terminal if the display time of the first file directory is not greater than the preset time threshold, the smart terminal proceeds to step 101: detecting the display time of the smart terminal in the first file directory.
  • FIG. 2 is a schematic flowchart diagram of another embodiment of a file management method of a smart terminal according to the present application.
  • step 103 if the display time of the first file directory is greater than a preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved to a preset history.
  • the list further includes step 104: receiving an instruction that the user clicks on the second file directory in the history table; querying the storage path corresponding to the second file directory based on the instruction, and opening the file content of the second file directory.
  • the smart terminal receives an instruction that the user clicks on the second file directory in the history record table; queries the storage path corresponding to the second file directory based on the instruction, and opens the file content of the second file directory.
  • the user when the user needs to compare the first file directory on the smart terminal with the file content in the second file directory, the user only needs to click the storage path corresponding to the file directory in the history table to query the file.
  • the file content of the directory is simple to operate, thus avoiding the situation of repeatedly searching for paths.
  • the storage path of the first file directory or/and the storage path of the second file directory are deep, that is, when the number of sub-paths of the storage path is large, the number of times of switching and the operation time can be greatly reduced, and the switching is improved. effectiveness.
  • the file management method of the present application detects the display time of the smart terminal in the first file directory, and determines whether the display time of the first file directory is greater than a preset time threshold, if the display time of the first file directory is greater than the pre- Set a time threshold, obtain a storage path of the first file directory, and save the storage path to a preset history list.
  • the application intelligently determines the file directory of the user query according to the operation time of the user, and automatically stores the storage path corresponding to the file directory in the history record list, so that the user can subsequently open and query the file content of the file directory.
  • the storage path of the target file directory can be searched from the history list, thereby opening the file directory, and the file directory does not need to be opened step by step, and the operation mode is simple.
  • FIG. 3 is a schematic structural diagram of an implementation manner of a smart terminal according to the present application.
  • the smart terminal 30 includes a processor 31 and a memory 32 coupled to the processor 31.
  • the memory 32 is configured to store program instructions executed by the processor 31 and intermediate data generated when the program instructions are executed; 31 When the program instructions are executed, the file management method of the present application is implemented.
  • the smart terminal 30 is a smart phone.
  • the processor 31 detects the display time of the smart terminal 30 in the first file directory. Specifically, the processor 31 acquires the interval between entering the first file directory according to the user instruction and closing the first file directory, and the interval is The time is determined as the display time of the first file directory.
  • the processor 31 records the start time point of entering the first file directory according to the user instruction and the closing time point of closing the first file directory, and calculates the time difference corresponding to the closing time point and the starting time point. That is, the aforementioned interval time is obtained, and the interval time is determined as the display time of the first file directory.
  • the preset time threshold is a time value stored in advance in the memory 32, and may be a specific value, such as 1 minute, 5 minutes, etc., or may be a preset time range, for example, 2 minutes to 10 minutes.
  • the preset time threshold is a time range
  • the processor 31 determines whether the display time of the first file directory is greater than any time value in the time range, when the display time of the first file directory is greater than When any time value is within the time range, the processor 31 determines that the display time of the first file directory is greater than a preset time threshold.
  • the processor 31 acquires the storage path of the first file directory, and saves the storage path to the preset history record list.
  • the history list can be expressed in the form of a word document or an excel table, or a browsing interface, or a program application.
  • the user is not limited, and the user can enter and operate.
  • the storage path may be saved in the form of a link to a preset history list, and the user only needs to click the link corresponding to the storage path to open the file content in the file directory corresponding to the storage path.
  • the processor 31 determines whether the storage path length is greater than a preset length threshold. If the storage path length is greater than a preset length threshold, the storage path is saved to a preset history record list.
  • the preset length threshold is a length of the preset storage path, and is used to indicate the number of stages of the storage path, and the length of the storage path is positively related to the number of stages of the storage path.
  • the processor 31 determines whether the number of layers of the storage path is greater than a preset threshold threshold. If the number of layers of the storage path is greater than a preset threshold, the storage path is saved to a preset. In the history list.
  • the preset number of layers is a preset number of path levels, and indicates the number of sub-paths or sub-folders. For example, if the preset number of layers is 5, the number of sub-paths in the storage path is greater than 5. , save the storage path to the pre-set history list; otherwise it will not save.
  • the history list includes multiple storage paths.
  • the processor 31 also acquires the closing time point of the first file directory, and saves the storage path to the preset history list according to the closing time point, wherein the order of the storage path in the history list is determined by the closing time point.
  • the storage path corresponding to the file directory is displayed in reverse order in the history list according to the order of the file directory closing time points, that is, the order of the storage path corresponding to the file directory that is closed earlier in the history list. The lower the back.
  • the closing time of the file directory A is earlier than the closing time of the file directory B, and the storage path corresponding to the file directory B is displayed in the history list.
  • the storage path corresponding to the file directory A is located in front of the corresponding display position in the history list.
  • the processor 31 obtains the display frequency of the first file directory, wherein the display frequency is the number of times the first file directory is opened to closed. And storing the storage path in the preset history list according to the display frequency, wherein the order of the storage path in the history list is determined by the display frequency. Specifically, the higher the display frequency, that is, the more times the file directory is opened, the higher the storage path corresponding to the file directory is displayed in the history list.
  • the processor 31 receives an instruction that the user clicks on the second file directory in the history table; queries the storage path corresponding to the second file directory based on the instruction, and opens the file content of the second file directory.
  • the user when the user needs to compare the first file directory on the smart terminal 30 with the file content in the second file directory, the user only needs to click the storage path corresponding to the file directory in the history table to query.
  • the file content of the file directory is simple to operate, thereby avoiding the situation of repeatedly searching for paths.
  • the storage path of the first file directory or/and the storage path of the second file directory are deep, that is, when the number of sub-paths of the storage path is large, the number of times of switching and the operation time can be greatly reduced, and the switching is improved. effectiveness.
  • the file management method of the present application detects the display time of the smart terminal in the first file directory, and determines whether the display time of the first file directory is greater than a preset time threshold, if the display time of the first file directory is greater than the pre- Set a time threshold, obtain a storage path of the first file directory, and save the storage path to a preset history list.
  • the application intelligently determines the file directory of the user query according to the operation time of the user, and automatically stores the storage path corresponding to the file directory in the history record list, so that the user can subsequently open and query the file content of the file directory.
  • the storage path of the target file directory can be searched from the history list, thereby opening the file directory, and the file directory does not need to be opened step by step, and the operation mode is simple.
  • FIG. 4 is a schematic structural diagram of an embodiment of a device having a storage function according to the present application.
  • the device 40 having the storage function stores a program command 41, and the program command 41 can be executed to implement the present document management method.
  • FIG. 5 is a block diagram showing a specific structure of an intelligent terminal according to an embodiment of the present invention.
  • the smart terminal can be used to implement the file management method of the smart terminal provided in the foregoing embodiment.
  • the smart terminal 1200 can be a smartphone or a tablet.
  • the smart terminal 1200 may include an RF (Radio Frequency) circuit 110, a memory 120 including one or more (only one shown) computer-readable storage medium, an input unit 130, and a display unit. 140, sensor 150, audio circuit 160, transmission module 170, including processor 180 having one or more processing cores (only one shown) and power supply 190 and the like.
  • RF Radio Frequency
  • the structure of the smart terminal 1200 shown in FIG. 5 does not constitute a limitation on the smart terminal 1200, and may include more or less components than those illustrated, or combine some components or different components. Arrangement. among them:
  • the RF circuit 110 is configured to receive and transmit electromagnetic waves, and realize mutual conversion between electromagnetic waves and electrical signals, thereby communicating with a communication network or other devices.
  • the RF circuit 110 may include various existing circuit elements for performing these functions, such as an antenna, a radio frequency transceiver, a digital signal processor, an encryption/decryption chip, a Subscriber Identity Module (SIM) card, a memory, and the like.
  • SIM Subscriber Identity Module
  • the RF circuit 110 can communicate with various networks such as the Internet, an intranet, a wireless network, or communicate with other devices over a wireless network.
  • the wireless network described above may include a cellular telephone network, a wireless local area network, or a metropolitan area network.
  • the above wireless networks may use various communication standards, protocols and technologies, including but not limited to global mobile communication systems (Global System for Mobile Communication, GSM), Enhanced Mobile Communication Technology (Enhanced Data GSM Environment, EDGE), Wideband Code Division Multiple Access (Wideband Code Division) Multiple Access, WCDMA), Code Division Multiple Access (Code Division) Access, CDMA), Time Division Multiple Access (TDMA), Wireless Fidelity (Wireless Fidelity, Wi-Fi) (such as the Institute of Electrical and Electronics Engineers Standard IEEE 802.11a, IEEE 802.11b, IEEE 802.11g and / or IEEE 802.11n), VoIP (Voice) Over Internet Protocol, VoIP), Worldwide Interoperability for Microwave Access (Worldwide Interoperability for Microwave Access, Wi-Max, other protocols for mail, instant messaging, and short messages, as well as any other suitable communication protocol, may even include protocols that are not currently being developed.
  • GSM Global System for Mobile Communication
  • EDGE Enhanced Mobile Communication Technology
  • WCDMA Wideband Code Division Multiple Access
  • CDMA Code Division Multiple
  • the memory 120 can be used to store software programs and modules, such as program instructions/modules corresponding to the file management method of the smart terminal in the above embodiment, and the processor 180 executes various functional applications by running software programs and modules stored in the memory 120. And data processing, that is, the function of implementing file management of the intelligent terminal.
  • Memory 120 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid state memory.
  • memory 120 can further include memory remotely located relative to processor 180, which can be connected to smart terminal 1200 via a network. Examples of such networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
  • the input unit 130 can be configured to receive input numeric or character information and to generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function controls.
  • input unit 130 can include touch-sensitive surface 131 as well as other input devices 132.
  • Touch-sensitive surface 131 also referred to as a touch display or trackpad, can collect touch operations on or near the user (such as a user using a finger, stylus, etc., on any suitable object or accessory on touch-sensitive surface 131 or The operation near the touch-sensitive surface 131) and driving the corresponding connecting device according to a preset program.
  • the touch-sensitive surface 131 can include two portions of a touch detection device and a touch controller.
  • the touch detection device detects the touch orientation of the user, and detects a signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts the touch information into contact coordinates, and sends the touch information.
  • the processor 180 is provided and can receive commands from the processor 180 and execute them.
  • the touch-sensitive surface 131 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves.
  • the input unit 130 can also include other input devices 132.
  • other input devices 132 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
  • the display unit 140 can be used to display information input by the user or information provided to the user and various graphical user interfaces of the smart terminal 1200, which can be composed of graphics, text, icons, video, and any combination thereof.
  • the display unit 140 may include a display panel 141, and optionally, an LCD (Liquid may be used)
  • the display panel 141 is configured in the form of a Crystal Display (LCD) or an OLED (Organic Light-Emitting Diode).
  • touch-sensitive surface 131 may cover the display panel 141, and when the touch-sensitive surface 131 detects a touch operation thereon or nearby, it is transmitted to the processor 180 to determine the type of the touch event, and then the processor 180 according to the touch event The type provides a corresponding visual output on display panel 141.
  • touch-sensitive surface 131 and display panel 141 are implemented as two separate components to implement input and output functions, in some embodiments, touch-sensitive surface 131 can be integrated with display panel 141 for input. And output function.
  • the smart terminal 1200 can also include at least one type of sensor 150, such as a light sensor, motion sensor, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 141 according to the brightness of the ambient light, and the proximity sensor may close the display panel 141 when the smart terminal 1200 moves to the ear. And / or backlight.
  • the gravity acceleration sensor can detect the magnitude of acceleration in all directions (usually three axes). When it is stationary, it can detect the magnitude and direction of gravity.
  • the smart terminal 1200 can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors and other sensors, here No longer.
  • the audio circuit 160, the speaker 161, and the microphone 162 can provide an audio interface between the user and the smart terminal 1200.
  • the audio circuit 160 can transmit the converted electrical data of the received audio data to the speaker 161 for conversion to the sound signal output by the speaker 161; on the other hand, the microphone 162 converts the collected sound signal into an electrical signal by the audio circuit 160. After receiving, it is converted into audio data, and then processed by the audio data output processor 180, transmitted to the, for example, another smart terminal via the RF circuit 110, or outputted to the memory 120 for further processing.
  • the audio circuit 160 may also include an earbud jack to provide communication of the peripheral earphones with the smart terminal 1200.
  • the smart terminal 1200 can help the user to send and receive emails, browse web pages, and access streaming media through the transmission module 170 (for example, a Wi-Fi module), which provides wireless broadband Internet access for users.
  • the transmission module 170 for example, a Wi-Fi module
  • FIG. 5 shows the transmission module 170, it can be understood that it does not belong to the essential configuration of the smart terminal 1200, and may be omitted as needed within the scope of not changing the essence of the invention.
  • the processor 180 is a control center of the smart terminal 1200 that connects various portions of the entire handset with various interfaces and lines, by running or executing software programs and/or modules stored in the memory 120, and recalling data stored in the memory 120.
  • the various functions and processing data of the smart terminal 1200 are executed to perform overall monitoring of the mobile phone.
  • the processor 180 may include one or more processing cores; in some embodiments, the processor 180 may integrate an application processor and a modem processor, wherein the application processor mainly processes an operating system, a user interface, and For applications, etc., the modem processor primarily handles wireless communications. It can be understood that the above modem processor may not be integrated into the processor 180.
  • the intelligent terminal 1200 also includes a power supply 190 (such as a battery) that supplies power to various components.
  • the power supply can be logically coupled to the processor 180 through a power management system to manage charging, discharging, and power consumption through the power management system. Management and other functions.
  • Power supply 190 may also include any one or more of a DC or AC power source, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
  • the smart terminal 1200 may further include a camera (such as a front camera, a rear camera), a Bluetooth module, and the like, and details are not described herein.
  • the display unit of the smart terminal is a touch screen display
  • the smart terminal further includes a memory, and one or more programs, wherein one or more programs are stored in the memory and configured to be one or one
  • the above processor executes one or more programs that include instructions for performing the following operations:
  • the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list. After the step, it also includes:
  • the step of detecting the display time of the smart terminal in the first file directory specifically includes:
  • the display time of the first file directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list.
  • the steps include:
  • the display time of the first file directory is greater than the preset time threshold, the storage path of the first file directory is obtained, and the storage path is saved in a preset history record list.
  • the steps include:
  • the step of saving the storage path to a preset history record list includes:
  • the step of saving the storage path to a preset history record list includes:
  • the step of saving the storage path to a preset history record list includes:
  • the storage path is saved in the form of a link to a preset history list, so that the user can click the link corresponding to the storage path to open the file content in the file directory corresponding to the storage path.
  • the file management method of the present application detects the display time of the smart terminal in the first file directory, and determines whether the display time of the first file directory is greater than a preset time threshold, if the display time of the first file directory is greater than the pre- Set a time threshold, obtain a storage path of the first file directory, and save the storage path to a preset history list.
  • the application intelligently determines the file directory of the user query according to the operation time of the user, and automatically stores the storage path corresponding to the file directory in the history record list, so that the user can subsequently open and query the file content of the file directory.
  • the storage path of the target file directory can be searched from the history list, thereby opening the file directory, and the file directory does not need to be opened step by step, and the operation mode is simple.
  • the disclosed methods and apparatus may be implemented in other manners.
  • the device implementations described above are merely illustrative.
  • the division of modules or units is only a logical function division.
  • multiple units or components may be combined or integrated. Go to another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • An integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, can be stored in a computer readable storage medium.
  • the technical solution of the present application in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) or a processor to perform all or part of the steps of the various embodiments of the present application.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), and a random access memory (RAM, Random Access).
  • ROM read-only memory
  • RAM Random Access

Abstract

本申请公开了一种智能终端及其文件管理方法、具有存储功能的装置,该文件管理方法包括:检测智能终端在第一文件目录的显示时间;判断第一文件目录的显示时间是否大于预设的时间阈值;如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。

Description

智能终端及其文件管理方法、具有存储功能的装置
本申请要求于2018年3月1日提交中国专利局、申请号为201810170953.0、发明名称为“智能终端及其文件管理方法、具有存储功能的装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及文件管理领域,特别是涉及一种智能终端及其文件管理方法、具有存储功能的装置。
背景技术
一些智能终端由于其屏幕大小的限制,文件管理器不能同时开启多个窗口或者很多页面,用户要查看某一文件目录时,需要根据目录路径逐级选择进入该文件目录,这样的操作会让用户使用起来非常的不方便。尤其当用户需要在两个目录路径差距很大的文件目录之间切换时,用户需要先退出其中一个文件目录,逐级选择进入另一文件目录,完成操作后,再退出当前文件目录,逐级选择返回原来的文件目录。此操作方法切换次数过多,操作较繁琐。
技术问题
本申请实施例提供一种智能终端及其文件管理方法、具有存储功能的装置,能够依照用户的操作时间智能确定用户查询的文件目录,并将该文件目录对应的存储路径自动存储到历史记录列表中,以方便用户后续打开并查询该文件目录的文件内容。
技术解决方案
为解决上述技术问题,本申请采用如下技术方案:
第一方面,本申请实施例提供一种智能终端的文件管理方法,包括:检测所述智能终端在第一文件目录的显示时间;判断所述第一文件目录的显示时间是否大于预设的时间阈值;如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
接收用户点击所述历史记录表中第二文件目录的指令;
基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
其中,所述检测所述智能终端在第一文件目录的显示时间的步骤具体包括:
获取根据用户指令进入到所述第一文件目录到关闭所述第一文件目录的间隔时间,将所述间隔时间确定为所述第一文件目录的显示时间。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
判断确定所述存储路径长度是否大于预设的长度阈值;
如果所述存储路径长度大于所述预设的长度阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
判断确定所述存储路径的层数是否大于预设的层数阈值;
如果所述存储路径的层数大于所述预设的层数阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
获取所述第一文件目录的关闭时间点;
按照所述关闭时间点将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述关闭时间点决定。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
获取所述第一文件目录的显示频率,其中,所述显示频率为所述第一文件目录从打开到关闭的次数;
按照所述显示频率将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述显示频率决定。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
第二方面,本申请实施例提供一种智能终端,所述智能终端包括处理器以及与所述处理器耦接的存储器;所述存储器用于存储所述处理器执行的程序指令以及在执行所述程序指令时所产生的中间数据;所述处理器执行所述程序指令时,实现如下步骤:
检测所述智能终端在第一文件目录的显示时间;
判断所述第一文件目录的显示时间是否大于预设的时间阈值;
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
接收用户点击所述历史记录表中第二文件目录的指令;
基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
其中,所述智能终端为智能手机。
第三方面,本申请实施例提供一种具有存储功能的装置,其上存储有程序指令,所述程序指令能够被执行以实现如下步骤:
检测所述智能终端在第一文件目录的显示时间;
判断所述第一文件目录的显示时间是否大于预设的时间阈值;
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
接收用户点击所述历史记录表中第二文件目录的指令;
基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
其中,所述检测所述智能终端在第一文件目录的显示时间的步骤具体包括:
获取根据用户指令进入到所述第一文件目录到关闭所述第一文件目录的间隔时间,将所述间隔时间确定为所述第一文件目录的显示时间。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
判断确定所述存储路径长度是否大于预设的长度阈值;
如果所述存储路径长度大于所述预设的长度阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
判断确定所述存储路径的层数是否大于预设的层数阈值;
如果所述存储路径的层数大于所述预设的层数阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
获取所述第一文件目录的关闭时间点;
按照所述关闭时间点将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述关闭时间点决定。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
获取所述第一文件目录的显示频率,其中,所述显示频率为所述第一文件目录从打开到关闭的次数;
按照所述显示频率将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述显示频率决定。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
有益效果
本申请提供的智能终端的文件管理方法,通过检测智能终端在第一文件目录的显示时间,判断第一文件目录的显示时间是否大于预设的时间阈值,如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。本申请依照用户的操作时间智能确定用户查询的文件目录,并将该文件目录对应的存储路径自动存储到历史记录列表中,以方便用户后续打开并查询该文件目录的文件内容。当用户需要在不同的文件目录中切换操作时,可以从历史记录列表中查找目标文件目录的存储路径,进而打开文件目录,不需要反复的逐级打开文件目录,操作方式简单。
附图说明
图1是本申请提供的智能终端的文件管理方法一实施方式的流程示意图;
图2是本申请提供的智能终端的文件管理方法另一实施方式的流程示意图;
图3是本申请提供的智能终端一实施方式的结构示意图;
图4是本申请提供的具有存储功能的装置一实施方式的结构示意图。
图5是本申请实施例提供的智能终端的具体结构示意图。
本发明的实施方式
本申请提供一种智能终端及其文件管理方法、具有存储功能的装置,为使本申请的目的、技术方案和技术效果更加明确、清楚,以下对本申请进一步详细说明,应当理解此处所描述的具体实施条例仅用于解释本申请,并不用于限定本申请。
本申请提供一种智能终端的文件管理方法,该文件管理方法包括:检测智能终端在第一文件目录的显示时间;判断第一文件目录的显示时间是否大于预设的时间阈值;如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。
为了清楚说明上述实施方式的文件管理方法,请参阅图1,图1是本申请智能终端的文件管理方法一实施方式的流程示意图。该文件管理方法包括:
步骤101:检测智能终端在第一文件目录的显示时间。
在本实施方式中,智能终端检测智能终端在第一文件目录的显示时间,具体地,智能终端获取根据用户指令进入到第一文件目录到关闭第一文件目录的间隔时间,将间隔时间确定为第一文件目录的显示时间。
在其中的一个实施方式中,智能终端记录根据用户指令进入第一文件目录的起始时间点以及关闭第一文件目录的关闭时间点,计算关闭时间点与起始时间点对应的时间差值,即得到前述的间隔时间,将间隔时间确定为第一文件目录的显示时间。
步骤102:判断第一文件目录的显示时间是否大于预设的时间阈值。
其中,预设的时间阈值为预先存储在智能终端的时间值,可以是一个具体的数值,例如1分钟,5分钟等;也可以为一预设的时间范围,例如2分钟~10分钟。
在其中的一个实施方式中,预设的时间阈值是一个时间范围,智能终端判断第一文件目录的显示时间是否大于该时间范围内的任一时间值,当第一文件目录的显示时间大于该时间范围内的任一时间值时,智能终端均判断为第一文件目录的显示时间大于预设的时间阈值。
步骤103:如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。
在本实施方式中,如果第一文件目录的显示时间大于预设的时间阈值,智能终端获取第一文件目录的存储路径,并将该存储路径保存到预先设置的历史记录列表中。
其中,历史记录列表的表现形式可以为word文档或excel表格,或者浏览界面,也可以为程序应用,在此,不做具体限定,方便用户进入并操作即可。
例如,可以将存储路径以链接的形式保存到预先设置的历史记录列表中,用户只需点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
进一步地,当文件目录的存储路径长度较长时,用户可以很方便的进入到相应的存储路径下,而无需进行多级操作。为了减少历史记录列表中的存储路径的数目,方便用户查找。在一个具体的应用场景中,智能终端判断确定存储路径长度是否大于预设的长度阈值,如果存储路径长度大于预设的长度阈值,则将存储路径保存到预先设置的历史记录列表中。
其中,预设的长度阈值为预设的存储路径的长度,用于表示存储路径的级数,存储路径的长度与存储路径的级数呈正相关。
在另一个具体的应用场景中,智能终端判断确定存储路径的层数是否大于预设的层数阈值,如果存储路径的层数大于预设的层数阈值,则将存储路径保存到预先设置的历史记录列表中。
其中,预设的层数阈值为预设的路径级数,表示子路径或子文件夹的个数,例如,预设的层数阈值为5,则存储路径中子路径的个数大于5时,则将存储路径保存到预先设置的历史记录列表中;否则不保存。
另外,历史记录列表中包括多个存储路径,为了方便用户查找,以操作某个文件目录的时间先后顺序进行排序。智能终端还获取第一文件目录的关闭时间点,并按照关闭时间点将存储路径保存到预先设置的历史记录列表中,其中,存储路径在历史记录列表中的顺序由关闭时间点决定。在其中的一个实施方式中,按照文件目录关闭时间点的先后顺序将文件目录对应的存储路径在历史记录列表中倒序显示,即越早关闭的文件目录对应的存储路径在历史记录列表中的顺序越靠后。例如,若文件目录A、文件目录B均处于打开状态,文件目录A的关闭时间点早于文件目录B的关闭时间点,则文件目录B对应的存储路径在历史记录列表中对应的显示位置比文件目录A对应的存储路径在历史记录列表中对应的显示位置要靠前。
在另一个实施方式中,智能终端获取第一文件目录的显示频率,其中,显示频率为第一文件目录从打开到关闭的次数。并按照显示频率将存储路径保存到预先设置的历史记录列表中,其中,存储路径在历史记录列表中的顺序由显示频率决定。具体而言,显示频率越高,即文件目录被打开的次数越多,该文件目录对应的存储路径在历史记录列表显示越靠前。
在另一个实施方式中,如果第一文件目录的显示时间不大于预设的时间阈值,则智能终端继续执行步骤101:检测智能终端在第一文件目录的显示时间。
参阅图2,图2是本申请智能终端的文件管理方法另一实施方式的流程示意图。区别于图1所示的文件管理方法,在步骤103:如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中之后还包括步骤104:接收用户点击历史记录表中第二文件目录的指令;基于指令查询第二文件目录对应的存储路径,并打开第二文件目录的文件内容。
在本实施方式中,智能终端接收用户点击历史记录表中第二文件目录的指令;基于指令查询第二文件目录对应的存储路径,并打开第二文件目录的文件内容。
在一个具体的应用场景中,当用户需要对比智能终端上的第一文件目录与第二文件目录中的文件内容时,用户只需在历史记录表中点击文件目录对应的存储路径即可查询文件目录的文件内容,操作简单,进而避免了反复查找路径的情况。特别是,第一文件目录的存储路径或/和第二文件目录的存储路径较深时,即存储路径的子路径级数较多时,可以大大减小切换的次数以及操作时间,提高了切换的效率。
区别于现有技术,本申请的文件管理方法检测智能终端在第一文件目录的显示时间,判断第一文件目录的显示时间是否大于预设的时间阈值,如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。本申请依照用户的操作时间智能确定用户查询的文件目录,并将该文件目录对应的存储路径自动存储到历史记录列表中,以方便用户后续打开并查询该文件目录的文件内容。当用户需要在不同的文件目录中切换操作时,可以从历史记录列表中查找目标文件目录的存储路径,进而打开文件目录,不需要反复的逐级打开文件目录,操作方式简单。
参阅图3,图3是本申请智能终端一实施方式的结构示意图。在本实施方式中,智能终端30包括处理器31以及与处理器31耦接的存储器32,存储器32用于存储处理器31执行的程序指令以及在执行程序指令时所产生的中间数据;处理器31执行程序指令时,实现本申请的文件管理方法。
其中,智能终端30为智能手机。
在本实施方式中,处理器31检测智能终端30在第一文件目录的显示时间,具体地,处理器31获取根据用户指令进入到第一文件目录到关闭第一文件目录的间隔时间,将间隔时间确定为第一文件目录的显示时间。
在其中的一个实施方式中,处理器31记录根据用户指令进入第一文件目录的起始时间点以及关闭第一文件目录的关闭时间点,计算关闭时间点与起始时间点对应的时间差值,即得到前述的间隔时间,将间隔时间确定为第一文件目录的显示时间。
其中,预设的时间阈值为预先存储在存储器32的时间值,可以是一个具体的数值,例如1分钟,5分钟等;也可以为一预设的时间范围,例如2分钟~10分钟。
在其中的一个实施方式中,预设的时间阈值是一个时间范围,处理器31判断第一文件目录的显示时间是否大于该时间范围内的任一时间值,当第一文件目录的显示时间大于该时间范围内的任一时间值时,处理器31均判断为第一文件目录的显示时间大于预设的时间阈值。
在本实施方式中,如果第一文件目录的显示时间大于预设的时间阈值,处理器31获取第一文件目录的存储路径,并将该存储路径保存到预先设置的历史记录列表中。
其中,历史记录列表的表现形式可以为word文档或excel表格,或者浏览界面,也可以为程序应用,在此,不做具体限定,方便用户进入并操作即可。
例如,可以将存储路径以链接的形式保存到预先设置的历史记录列表中,用户只需点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
进一步地,当文件目录的存储路径长度较长时,用户可以很方便的进入到相应的存储路径下,而无需进行多级操作。为了减少历史记录列表中的存储路径的数目,方便用户查找。在一个具体的应用场景中,处理器31判断确定存储路径长度是否大于预设的长度阈值,如果存储路径长度大于预设的长度阈值,则将存储路径保存到预先设置的历史记录列表中。
其中,预设的长度阈值为预设的存储路径的长度,用于表示存储路径的级数,存储路径的长度与存储路径的级数呈正相关。
在另一个具体的应用场景中,处理器31判断确定存储路径的层数是否大于预设的层数阈值,如果存储路径的层数大于预设的层数阈值,则将存储路径保存到预先设置的历史记录列表中。
其中,预设的层数阈值为预设的路径级数,表示子路径或子文件夹的个数,例如,预设的层数阈值为5,则存储路径中子路径的个数大于5时,则将存储路径保存到预先设置的历史记录列表中;否则不保存。
另外,历史记录列表中包括多个存储路径,为了方便用户查找,以操作某个文件目录的时间先后顺序进行排序。处理器31还获取第一文件目录的关闭时间点,并按照关闭时间点将存储路径保存到预先设置的历史记录列表中,其中,存储路径在历史记录列表中的顺序由关闭时间点决定。在其中的一个实施方式中,按照文件目录关闭时间点的先后顺序将文件目录对应的存储路径在历史记录列表中倒序显示,即越早关闭的文件目录对应的存储路径在历史记录列表中的顺序越靠后。例如,若文件目录A、文件目录B均处于打开状态,文件目录A的关闭时间点早于文件目录B的关闭时间点,则文件目录B对应的存储路径在历史记录列表中对应的显示位置比文件目录A对应的存储路径在历史记录列表中对应的显示位置要靠前。
在另一个实施方式中,处理器31获取第一文件目录的显示频率,其中,显示频率为第一文件目录从打开到关闭的次数。并按照显示频率将存储路径保存到预先设置的历史记录列表中,其中,存储路径在历史记录列表中的顺序由显示频率决定。具体而言,显示频率越高,即文件目录被打开的次数越多,该文件目录对应的存储路径在历史记录列表显示越靠前。
在本实施方式中,处理器31接收用户点击历史记录表中第二文件目录的指令;基于指令查询第二文件目录对应的存储路径,并打开第二文件目录的文件内容。
在一个具体的应用场景中,当用户需要对比智能终端30上的第一文件目录与第二文件目录中的文件内容时,用户只需在历史记录表中点击文件目录对应的存储路径即可查询文件目录的文件内容,操作简单,进而避免了反复查找路径的情况。特别是,第一文件目录的存储路径或/和第二文件目录的存储路径较深时,即存储路径的子路径级数较多时,可以大大减小切换的次数以及操作时间,提高了切换的效率。
区别于现有技术,本申请的文件管理方法检测智能终端在第一文件目录的显示时间,判断第一文件目录的显示时间是否大于预设的时间阈值,如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。本申请依照用户的操作时间智能确定用户查询的文件目录,并将该文件目录对应的存储路径自动存储到历史记录列表中,以方便用户后续打开并查询该文件目录的文件内容。当用户需要在不同的文件目录中切换操作时,可以从历史记录列表中查找目标文件目录的存储路径,进而打开文件目录,不需要反复的逐级打开文件目录,操作方式简单。
参阅图4,图4是本申请具有存储功能的装置一实施方式的结构示意图。在本实施方式中,具有存储功能的装置40上存储有程序指令41,程序指令41能够被执行以实现本申请文件管理方法。
文件管理方法前述已详尽描述,具体可参阅图1和图2以及相关的文字描述在此,不再赘述。
图5示出了本发明实施例提供的智能终端的具体结构框图,该智能终端可以用于实施上述实施例中提供的智能终端的文件管理方法。该智能终端1200可以为智能手机或平板电脑。
如图5所示,智能终端1200可以包括RF(Radio Frequency,射频)电路110、包括有一个或一个以上(图中仅示出一个)计算机可读存储介质的存储器120、输入单元130、显示单元140、传感器150、音频电路160、传输模块170、包括有一个或者一个以上(图中仅示出一个)处理核心的处理器180以及电源190等部件。本领域技术人员可以理解,图5中示出的智能终端1200结构并不构成对智能终端1200的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。其中:
RF电路110用于接收以及发送电磁波,实现电磁波与电信号的相互转换,从而与通讯网络或者其他设备进行通讯。RF电路110可包括各种现有的用于执行这些功能的电路元件,例如,天线、射频收发器、数字信号处理器、加密/解密芯片、用户身份模块(SIM)卡、存储器等等。RF电路110可与各种网络如互联网、企业内部网、无线网络进行通讯或者通过无线网络与其他设备进行通讯。上述的无线网络可包括蜂窝式电话网、无线局域网或者城域网。上述的无线网络可以使用各种通信标准、协议及技术,包括但并不限于全球移动通信系统(Global System for Mobile Communication, GSM)、增强型移动通信技术(Enhanced Data GSM Environment, EDGE),宽带码分多址技术(Wideband Code Division Multiple Access, WCDMA),码分多址技术(Code Division Access, CDMA)、时分多址技术(Time Division Multiple Access, TDMA),无线保真技术(Wireless Fidelity, Wi-Fi)(如美国电气和电子工程师协会标准 IEEE 802.11a, IEEE 802.11b, IEEE802.11g 和/或 IEEE 802.11n)、网络电话(Voice over Internet Protocol, VoIP)、全球微波互联接入(Worldwide Interoperability for Microwave Access, Wi-Max)、其他用于邮件、即时通讯及短消息的协议,以及任何其他合适的通讯协议,甚至可包括那些当前仍未被开发出来的协议。
存储器120可用于存储软件程序以及模块,如上述实施例中智能终端的文件管理方法对应的程序指令/模块,处理器180通过运行存储在存储器120内的软件程序以及模块,从而执行各种功能应用以及数据处理,即实现智能终端的文件管理的功能。存储器120可包括高速随机存储器,还可包括非易失性存储器,如一个或者多个磁性存储装置、闪存、或者其他非易失性固态存储器。在一些实例中,存储器120可进一步包括相对于处理器180远程设置的存储器,这些远程存储器可以通过网络连接至智能终端1200。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。
输入单元130可用于接收输入的数字或字符信息,以及产生与用户设置以及功能控制有关的键盘、鼠标、操作杆、光学或者轨迹球信号输入。具体地,输入单元130可包括触敏表面131以及其他输入设备132。触敏表面131,也称为触摸显示屏或者触控板,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触敏表面131上或在触敏表面131附近的操作),并根据预先设定的程式驱动相应的连接装置。可选的,触敏表面131可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器180,并能接收处理器180发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触敏表面131。除了触敏表面131,输入单元130还可以包括其他输入设备132。具体地,其他输入设备132可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种。
显示单元140可用于显示由用户输入的信息或提供给用户的信息以及智能终端1200的各种图形用户接口,这些图形用户接口可以由图形、文本、图标、视频和其任意组合来构成。显示单元140可包括显示面板141,可选的,可以采用LCD(Liquid Crystal Display,液晶显示器)、OLED(Organic Light-Emitting Diode,有机发光二极管)等形式来配置显示面板141。进一步的,触敏表面131可覆盖显示面板141,当触敏表面131检测到在其上或附近的触摸操作后,传送给处理器180以确定触摸事件的类型,随后处理器180根据触摸事件的类型在显示面板141上提供相应的视觉输出。虽然在图5中,触敏表面131与显示面板141是作为两个独立的部件来实现输入和输出功能,但是在某些实施例中,可以将触敏表面131与显示面板141集成而实现输入和输出功能。
智能终端1200还可包括至少一种传感器150,比如光传感器、运动传感器以及其他传感器。具体地,光传感器可包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板141的亮度,接近传感器可在智能终端1200移动到耳边时,关闭显示面板141和/或背光。作为运动传感器的一种,重力加速度传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等; 至于智能终端1200还可配置的陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器,在此不再赘述。
音频电路160、扬声器161,传声器162可提供用户与智能终端1200之间的音频接口。音频电路160可将接收到的音频数据转换后的电信号,传输到扬声器161,由扬声器161转换为声音信号输出;另一方面,传声器162将收集的声音信号转换为电信号,由音频电路160接收后转换为音频数据,再将音频数据输出处理器180处理后,经RF电路110以发送给比如另一智能终端,或者将音频数据输出至存储器120以便进一步处理。音频电路160还可能包括耳塞插孔,以提供外设耳机与智能终端1200的通信。
智能终端1200通过传输模块170(例如Wi-Fi模块)可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问。虽然图5示出了传输模块170,但是可以理解的是,其并不属于智能终端1200的必须构成,完全可以根据需要在不改变发明的本质的范围内而省略。
处理器180是智能终端1200的控制中心,利用各种接口和线路连接整个手机的各个部分,通过运行或执行存储在存储器120内的软件程序和/或模块,以及调用存储在存储器120内的数据,执行智能终端1200的各种功能和处理数据,从而对手机进行整体监控。可选的,处理器180可包括一个或多个处理核心;在一些实施例中,处理器180可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器180中。
智能终端1200还包括给各个部件供电的电源190(比如电池),在一些实施例中,电源可以通过电源管理系统与处理器180逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。电源190还可以包括一个或一个以上的直流或交流电源、再充电系统、电源故障检测电路、电源转换器或者逆变器、电源状态指示器等任意组件。
尽管未示出,智能终端1200还可以包括摄像头(如前置摄像头、后置摄像头)、蓝牙模块等,在此不再赘述。具体在本实施例中,智能终端的显示单元是触摸屏显示器,智能终端还包括有存储器,以及一个或者一个以上的程序,其中一个或者一个以上程序存储于存储器中,且经配置以由一个或者一个以上处理器执行述一个或者一个以上程序包含用于进行以下操作的指令:
检测所述智能终端在第一文件目录的显示时间;
判断所述第一文件目录的显示时间是否大于预设的时间阈值;
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
接收用户点击所述历史记录表中第二文件目录的指令;
基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
其中,所述检测所述智能终端在第一文件目录的显示时间的步骤具体包括:
获取根据用户指令进入到所述第一文件目录到关闭所述第一文件目录的间隔时间,将所述间隔时间确定为所述第一文件目录的显示时间。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
判断确定所述存储路径长度是否大于预设的长度阈值;
如果所述存储路径长度大于所述预设的长度阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
判断确定所述存储路径的层数是否大于预设的层数阈值;
如果所述存储路径的层数大于所述预设的层数阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
获取所述第一文件目录的关闭时间点;
按照所述关闭时间点将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述关闭时间点决定。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
获取所述第一文件目录的显示频率,其中,所述显示频率为所述第一文件目录从打开到关闭的次数;
按照所述显示频率将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述显示频率决定。
其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
区别于现有技术,本申请的文件管理方法检测智能终端在第一文件目录的显示时间,判断第一文件目录的显示时间是否大于预设的时间阈值,如果第一文件目录的显示时间大于预设的时间阈值,获取第一文件目录的存储路径,并将存储路径保存到预先设置的历史记录列表中。本申请依照用户的操作时间智能确定用户查询的文件目录,并将该文件目录对应的存储路径自动存储到历史记录列表中,以方便用户后续打开并查询该文件目录的文件内容。当用户需要在不同的文件目录中切换操作时,可以从历史记录列表中查找目标文件目录的存储路径,进而打开文件目录,不需要反复的逐级打开文件目录,操作方式简单。
在本申请所提供的几个实施例中,应该理解到,所揭露的方法和装置,可以通过其它的方式实现。以上所描述的装置实施方式仅仅是示意性的,例如,模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施方式方案的目的。
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。
基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本申请各个实施方式方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述仅为本申请的实施方式,并非因此限制本申请的专利保护范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。

Claims (20)

  1. 一种智能终端的文件管理方法,其中,包括:
    检测所述智能终端在第一文件目录的显示时间;
    判断所述第一文件目录的显示时间是否大于预设的时间阈值;
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
  2. 根据权利要求1所述的文件管理方法,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
    接收用户点击所述历史记录表中第二文件目录的指令;
    基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
  3. 根据权利要求1所述的文件管理方法,其中,所述检测所述智能终端在第一文件目录的显示时间的步骤具体包括:
    获取根据用户指令进入到所述第一文件目录到关闭所述第一文件目录的间隔时间,将所述间隔时间确定为所述第一文件目录的显示时间。
  4. 根据权利要求1所述的文件管理方法,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
    判断确定所述存储路径长度是否大于预设的长度阈值;
    如果所述存储路径长度大于所述预设的长度阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
  5. 根据权利要求1所述的文件管理方法,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
    判断确定所述存储路径的层数是否大于预设的层数阈值;
    如果所述存储路径的层数大于所述预设的层数阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
  6. 根据权利要求1所述的文件管理方法,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    获取所述第一文件目录的关闭时间点;
    按照所述关闭时间点将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述关闭时间点决定。
  7. 根据权利要求1所述的文件管理方法,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    获取所述第一文件目录的显示频率,其中,所述显示频率为所述第一文件目录从打开到关闭的次数;
    按照所述显示频率将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述显示频率决定。
  8. 根据权利要求1所述的文件管理方法,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
  9. 一种智能终端,其中,所述智能终端包括处理器以及与所述处理器耦接的存储器;
    所述存储器用于存储所述处理器执行的程序指令以及在执行所述程序指令时所产生的中间数据;
    所述处理器执行所述程序指令时,实现如下步骤:
    检测所述智能终端在第一文件目录的显示时间;
    判断所述第一文件目录的显示时间是否大于预设的时间阈值;
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
  10. 根据权利要求9所述的智能终端,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
  11. 根据权利要求10所述的智能终端,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
    接收用户点击所述历史记录表中第二文件目录的指令;
    基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
  12. 根据权利要求9所述的智能终端,其中,所述智能终端为智能手机。
  13. 一种具有存储功能的装置,其中,其上存储有程序指令,所述程序指令能够被执行以实现如下步骤:
    检测所述智能终端在第一文件目录的显示时间;
    判断所述第一文件目录的显示时间是否大于预设的时间阈值;
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中。
  14. 根据权利要求13所述的具有存储功能的装置,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤之后还包括:
    接收用户点击所述历史记录表中第二文件目录的指令;
    基于所述指令查询所述第二文件目录对应的存储路径,并打开所述第二文件目录的文件内容。
  15. 根据权利要求13所述的具有存储功能的装置,其中,所述检测所述智能终端在第一文件目录的显示时间的步骤具体包括:
    获取根据用户指令进入到所述第一文件目录到关闭所述第一文件目录的间隔时间,将所述间隔时间确定为所述第一文件目录的显示时间。
  16. 根据权利要求13所述的具有存储功能的装置,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
    判断确定所述存储路径长度是否大于预设的长度阈值;
    如果所述存储路径长度大于所述预设的长度阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
  17. 根据权利要求13所述的具有存储功能的装置,其中,所述如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径,并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    如果所述第一文件目录的显示时间大于所述预设的时间阈值,获取所述第一文件目录的存储路径;
    判断确定所述存储路径的层数是否大于预设的层数阈值;
    如果所述存储路径的层数大于所述预设的层数阈值,则将所述存储路径保存到所述预先设置的历史记录列表中。
  18. 根据权利要求13所述的具有存储功能的装置,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    获取所述第一文件目录的关闭时间点;
    按照所述关闭时间点将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述关闭时间点决定。
  19. 根据权利要求13所述的具有存储功能的装置,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    获取所述第一文件目录的显示频率,其中,所述显示频率为所述第一文件目录从打开到关闭的次数;
    按照所述显示频率将所述存储路径保存到所述预先设置的历史记录列表中,其中,所述存储路径在所述历史记录列表中的顺序由所述显示频率决定。
  20. 根据权利要求13所述的具有存储功能的装置,其中,所述并将所述存储路径保存到预先设置的历史记录列表中的步骤包括:
    将存储路径以链接的形式保存到预先设置的历史记录列表中,以使用户点击存储路径对应的链接即可打开存储路径对应的文件目录下的文件内容。
PCT/CN2019/076616 2018-03-01 2019-03-01 智能终端及其文件管理方法、具有存储功能的装置 WO2019166004A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810170953.0A CN108519897A (zh) 2018-03-01 2018-03-01 智能终端及其文件管理方法、具有存储功能的装置
CN201810170953.0 2018-03-01

Publications (1)

Publication Number Publication Date
WO2019166004A1 true WO2019166004A1 (zh) 2019-09-06

Family

ID=63433367

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/076616 WO2019166004A1 (zh) 2018-03-01 2019-03-01 智能终端及其文件管理方法、具有存储功能的装置

Country Status (2)

Country Link
CN (1) CN108519897A (zh)
WO (1) WO2019166004A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108519897A (zh) * 2018-03-01 2018-09-11 惠州Tcl移动通信有限公司 智能终端及其文件管理方法、具有存储功能的装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006085546A (ja) * 2004-09-17 2006-03-30 Fujitsu Ltd 文書検索表示方法
CN103136301A (zh) * 2011-11-24 2013-06-05 英业达股份有限公司 文件管理方法及执行此文件管理方法的电子装置
CN103440271A (zh) * 2013-08-02 2013-12-11 亚太宝龙科技(湖南)有限公司 操作系统中展示历史目录的方法及其装置
CN107391699A (zh) * 2017-07-27 2017-11-24 深圳市泰衡诺科技有限公司 一种智能终端文件的显示方法及显示装置
CN108519897A (zh) * 2018-03-01 2018-09-11 惠州Tcl移动通信有限公司 智能终端及其文件管理方法、具有存储功能的装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365996B (zh) * 2013-07-12 2017-11-03 北京奇虎科技有限公司 文件管理及处理方法、装置和系统
CN105302832A (zh) * 2014-07-24 2016-02-03 中兴通讯股份有限公司 文件管理方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006085546A (ja) * 2004-09-17 2006-03-30 Fujitsu Ltd 文書検索表示方法
CN103136301A (zh) * 2011-11-24 2013-06-05 英业达股份有限公司 文件管理方法及执行此文件管理方法的电子装置
CN103440271A (zh) * 2013-08-02 2013-12-11 亚太宝龙科技(湖南)有限公司 操作系统中展示历史目录的方法及其装置
CN107391699A (zh) * 2017-07-27 2017-11-24 深圳市泰衡诺科技有限公司 一种智能终端文件的显示方法及显示装置
CN108519897A (zh) * 2018-03-01 2018-09-11 惠州Tcl移动通信有限公司 智能终端及其文件管理方法、具有存储功能的装置

Also Published As

Publication number Publication date
CN108519897A (zh) 2018-09-11

Similar Documents

Publication Publication Date Title
US11237724B2 (en) Mobile terminal and method for split screen control thereof, and computer readable storage medium
KR101610454B1 (ko) 데이터 전송 방법 및 장치와, 터치 스크린을 갖는 단말기
US10725646B2 (en) Method and apparatus for switching screen interface and terminal
WO2021129762A1 (zh) 应用分享方法、电子设备及计算机可读存储介质
JP2020505676A (ja) アプリケーション表示方法及び関連製品
WO2020220876A1 (zh) 应用界面显示方法及移动终端
CN108897473B (zh) 一种界面显示方法及终端
WO2016116041A1 (zh) 一种信息推荐的管理方法、装置和系统
WO2020156123A1 (zh) 信息处理方法及终端设备
WO2015081664A1 (zh) 控制无线网络开关方法、装置、设备及系统
WO2019011335A1 (zh) 一种移动终端及其控制方法和可读存储介质
WO2018049885A1 (zh) 一种数据迁移方法及装置
WO2015067142A1 (zh) 网页显示方法及装置
WO2019052551A1 (zh) 终端设备的交互方法、存储介质以及终端设备
WO2019034110A1 (zh) 按键控制方法、存储介质及智能终端
WO2019047973A1 (zh) 一种终端操作方法及终端、计算机可读存储介质
WO2019076377A1 (zh) 图像的查看方法及移动终端
CN111443803B (zh) 模式切换方法、装置、存储介质及移动终端
CN107728920B (zh) 一种复制方法及移动终端
WO2019042478A1 (zh) 移动终端输入法软键盘的控制方法、存储介质及移动终端
WO2018045874A1 (zh) 信息处理的方法及相关产品
WO2017206853A1 (zh) 一种滑动加速响应方法、及相关产品
WO2019109987A1 (zh) 移动终端及指纹录音操作处理方法、及存储介质
WO2019129108A1 (zh) 移动终端及otg控制配置方法、及存储介质
WO2019011297A1 (zh) 查找和搜索fm频道的方法、移动终端及存储装置

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

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

Country of ref document: EP

Kind code of ref document: A1

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 19760067

Country of ref document: EP

Kind code of ref document: A1