WO2017096826A1 - 移动终端的控制方法及装置 - Google Patents

移动终端的控制方法及装置 Download PDF

Info

Publication number
WO2017096826A1
WO2017096826A1 PCT/CN2016/088727 CN2016088727W WO2017096826A1 WO 2017096826 A1 WO2017096826 A1 WO 2017096826A1 CN 2016088727 W CN2016088727 W CN 2016088727W WO 2017096826 A1 WO2017096826 A1 WO 2017096826A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile terminal
instruction
information
short message
name
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/088727
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.)
Le Holdings Beijing Co Ltd
Lemobile Information Technology (Beijing) Co Ltd
Original Assignee
Le Holdings Beijing Co Ltd
Lemobile Information Technology (Beijing) 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 Le Holdings Beijing Co Ltd, Lemobile Information Technology (Beijing) Co Ltd filed Critical Le Holdings Beijing Co Ltd
Priority to US15/244,761 priority Critical patent/US20170163816A1/en
Publication of WO2017096826A1 publication Critical patent/WO2017096826A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]

Definitions

  • the present disclosure relates to the field of mobile terminal technologies, for example, to a method and an apparatus for controlling a mobile terminal.
  • the payment function is one of the functions of the mobile terminal.
  • software corresponding to the payment function such as Alipay, bank terminal application and other personal finance related software, is installed on the mobile terminal.
  • embodiments of the present disclosure provide a method and an apparatus for controlling a mobile terminal.
  • an embodiment of the present disclosure provides a method for controlling a mobile terminal, including:
  • the service program is started according to the instruction information to perform a corresponding operation.
  • an embodiment of the present disclosure further provides a control apparatus for a mobile terminal, including:
  • the command information determining module is configured to receive, by the second mobile terminal, the short message sent by the first mobile terminal Interest, determine whether the message information is included in the short message information;
  • the operation execution module is configured to, when the second mobile terminal determines that the short message information includes the instruction information, start the service program to perform a corresponding operation according to the instruction information.
  • the second mobile terminal performs corresponding operations by using the received instruction information in the short message sent by the first mobile terminal, so that the first mobile terminal uses the short message to Second, the mobile terminal performs control, and when the second mobile terminal is lost, the user can conveniently control the mobile terminal, thereby protecting the security of the user's property and personal information.
  • FIG. 1 is a flowchart of a method for controlling a mobile terminal according to Embodiment 1 of the present disclosure
  • FIG. 2 is a flowchart of a method for controlling a mobile terminal according to Embodiment 2 of the present disclosure
  • FIG. 3 is a flowchart of a method for controlling a mobile terminal according to Embodiment 3 of the present disclosure
  • FIG. 4 is a flowchart of a method for controlling a mobile terminal according to Embodiment 4 of the present disclosure
  • FIG. 5 is a structural block diagram of a control apparatus of a mobile terminal according to Embodiment 5 of the present disclosure
  • FIG. 6 is a schematic structural diagram of hardware of a mobile terminal according to Embodiment 7 of the present disclosure.
  • FIG. 1 is a flowchart of a method for controlling a mobile terminal according to Embodiment 1 of the present disclosure; the solution of this embodiment may be implemented by a control device of a mobile terminal, and the device may be implemented by using hardware and/or software. As shown in Figure 1, the method includes:
  • the second mobile terminal receives the short message information sent by the first mobile terminal, and determines whether the short message information includes the command information.
  • the instruction information may include an instruction to uninstall the target application, an instruction to delete the target communication record, and an instruction to delete the target picture file.
  • the determining, by the second mobile terminal, whether the instruction information is included in the short message information comprises: the second mobile terminal monitoring the received short message information by using a short message application, and parsing the content of the short message information; The mobile terminal determines whether the content of the short message information includes instruction information.
  • the instruction information is an instruction to uninstall the target application
  • the instruction information is an instruction to delete the target communication record
  • the instruction information is determined as an instruction to delete the target picture file.
  • the first symbol, the second symbol, and the third symbol may be a combination of numbers and/or letters, and may be flexibly set according to user requirements.
  • the setting short message includes the first symbol uninstall, the second symbol * and the third symbol &, respectively, an instruction to uninstall the application, an instruction to delete the communication record, and an instruction to delete the picture file.
  • the instruction information in the short message content is an instruction to uninstall Alipay;
  • the short message content is * Zhang San
  • the instruction information in the short message content is to delete the communication record information of Zhang San.
  • the content of the short message is & travel, the instruction information in the short message content is to delete the picture information whose folder name is "tour".
  • the service program when the second mobile terminal determines that the short message information includes the instruction information, the service program is started according to the instruction information to perform a corresponding operation, and when the second mobile terminal determines that the short message information does not include the instruction information, the service program is not started. .
  • the service program when the second mobile terminal determines that the short message information includes an instruction to uninstall the target application, the service program is started to uninstall the target application according to the instruction.
  • the service program is started to delete the target communication record according to the instruction.
  • the service program is started to delete the target picture file according to the instruction.
  • the instruction information is not limited to the instruction to uninstall the target application, the instruction to delete the target communication record, and the instruction to delete the target picture file, and the instruction information may also be other instructions, such as deleting. Target SMS command, delete browser browsing record command, etc.
  • the second mobile terminal In order to avoid malicious operations of the second mobile terminal by other users, it may be set to include a setting password in the short message information, or the short message information is the first mobile terminal from the set number, and the corresponding instruction is allowed to be executed.
  • the second mobile terminal performs corresponding operations by using the received instruction information in the short message sent by the first mobile terminal, so that the first mobile terminal moves the second mobile message by using the short message.
  • the terminal performs control.
  • the second mobile terminal is lost, the user can conveniently control the second mobile terminal, thereby protecting the security of the user's property and personal information.
  • FIG. 2 is a flowchart of a control method of a mobile terminal according to Embodiment 2 of the present disclosure.
  • the instruction information is an instruction to uninstall the target application
  • the service program is started according to the instruction information to execute the corresponding Optional operations include:
  • the second mobile terminal starts a service program according to the instruction of the uninstall target application, and sends a first parameter corresponding to the name of the target application acquired from the short message to the service program;
  • the second mobile terminal acquires a first parameter corresponding to the name of the target application by using a service program, and queries, in the pre-stored list information, a name of the application package corresponding to the first parameter;
  • the second mobile terminal uninstalls the target application by using the name of the application package that is queried by the service program.
  • the second mobile terminal can query the name of the application package corresponding to the target application by starting the service program, and uninstall the target application according to the name of the application package, so that the first mobile terminal can control the second mobile terminal to target the application. Uninstallation.
  • the second mobile terminal acquires the first parameter corresponding to the name of the target application by using the service program, performing the following operations:
  • the second mobile terminal acquires list information of all installed applications locally through the service program
  • the second mobile terminal acquires a name correspondence between the name of the application and the name of the application package in the list information, where the list information includes at least the names of all installed applications and the name of the application package.
  • the second mobile terminal can facilitate querying the name of the application package corresponding to the name of the target application in the short message information by acquiring the list information of the locally installed application.
  • the second mobile terminal receives the short message information sent by the first mobile terminal, and determines whether the short message information includes the command information.
  • the second mobile terminal sends a first parameter corresponding to the name of the target application acquired from the short message to the service program.
  • the service program is a function program in the second mobile terminal short message application.
  • the name of the service program is service.
  • the first parameter may be set according to requirements. For example, the first parameter corresponding to Alipay is set to 1, the first parameter corresponding to qq is set to 2, and the first parameter corresponding to the 12306 booking application is 3 or the like.
  • the second mobile terminal starts the service program according to the application instruction of the uninstall target, and sends the first parameter corresponding to the name of the target application acquired in the short message to the service program. For example, when the uninstall target command in the short message is to uninstall the Alipay, the second mobile terminal starts the service program, and sends the first parameter 1 corresponding to the Alipay to the service program.
  • the second mobile terminal acquires list information of all installed applications locally through the service program.
  • the second mobile terminal acquires information of a list of all installed applications locally through the service program, and saves the list information.
  • the list information can be saved to the folder MAP.
  • PackageInfo packageInfo packages.get(i);
  • the second mobile terminal acquires a correspondence between a name of an application in the list information and a name of the application package.
  • the list information of all the installed applications locally includes at least the name of the application and the name of the application package, and the name of the application and the name of the application package have a one-to-one correspondence.
  • the name of the application is saved in the Key file of the MAP, and the name of the application package is saved in the value file of the MAP.
  • the name of the application and the name of the application package are all parameterized.
  • the form is stored.
  • Table 1 is a list of the name of the application and the name of the application package.
  • the name of the application corresponding to the Alipay application is 1 and the name of the application package corresponding to the Alipay name is a, and the name of the application package corresponding to the Alipay application is a.
  • App name The name of the app in the list The name of the app package in the list Alipay 1 a QQ 2 b Booking software 3 c
  • the second mobile terminal acquires a first parameter corresponding to the name of the target application through the service program, and queries the pre-stored list information for the name of the application package corresponding to the first parameter.
  • the second mobile terminal obtains the first parameter corresponding to the Alipay through the service program.
  • the first parameter corresponding to the Alipay in the embodiment is set to 1, and the pre-stored information list is queried with the Alipay.
  • the name of the application corresponding to the first parameter 1 is 1, and according to the relationship between the name of the application in the list stored in the MAP and the name of the application package, the name of the application package corresponding to 1 is queried, and the query is performed according to Table 1.
  • the name of the application package corresponding to the name 1 of the application in the list is a.
  • the second mobile terminal uninstalls the target application according to the name of the queried application package by using a service program.
  • the second mobile terminal uninstalls the target application according to the name of the queried application package by using a service program. For example, the second mobile terminal queries the application package named a in the installation path according to the name a of the queried application package by the service program, and deletes the application package a.
  • the application package a is an installation file of the Alipay, and after the application package a of the Alipay is deleted in the installation path, the uninstallation of the Alipay is realized.
  • execution code of the uninstall application is as follows:
  • Uri uri Uri.parse("package:"+appMap("Alibaba"));//Get the URI of the name of the deleted application package
  • the service program is not started.
  • the short message information may include an instruction to delete a target application to implement one-to-one deletion of the target application.
  • the short message information may also include instructions for deleting multiple target applications to implement batch deletion of the target application.
  • the embodiment of the present disclosure provides a control method of a mobile terminal.
  • the instruction information is an instruction to uninstall the target application
  • the second mobile terminal searches for a name of the application package corresponding to the target application by starting the service program. It is said that the query is performed, and the target application is uninstalled according to the name of the application package, so that the first mobile terminal controls the second mobile terminal to uninstall the target application by using the short message, and when the second mobile terminal of the user is lost, the user's property is guaranteed. And the security of personal information.
  • Embodiment 3 is a flowchart of a control method of a mobile terminal according to Embodiment 3 of the present disclosure.
  • the instruction information is an instruction to delete a target communication record
  • the service program is started according to the instruction information.
  • the optional operations include:
  • the second mobile terminal starts the service program according to the instruction to delete the target communication record, and sends the target contact name or the target phone number and the second parameter in the target communication record to the service program;
  • the second mobile terminal acquires a second parameter corresponding to the target contact name or the target phone number through the service program, and queries the pre-stored communication list for the contact name or phone number corresponding to the second parameter;
  • the second mobile terminal deletes the target communication record according to the queried contact name or phone number through the service program.
  • the second mobile terminal can start the service program to delete the target communication record by using the received short message information, thereby ensuring the security of the user's personal information.
  • the second mobile terminal receives the short message information sent by the first mobile terminal, and determines whether the short message information includes the command information.
  • the second mobile terminal starts the service program according to the instruction, and sends the name of the third three to the server with the second parameter, and the second
  • the parameter can be a combination of numbers and/or characters, and the second parameter corresponding to the three names is set.
  • the number is 111.
  • the second mobile terminal acquires a second parameter corresponding to the target contact name or the target phone number through the service program, and queries the pre-stored communication list for the contact name or phone number corresponding to the second parameter.
  • the second mobile terminal can obtain the communication list in advance in the database through the service program, and store the communication list.
  • the communication list includes at least the name of the contact and the phone number corresponding to the contact.
  • the second mobile terminal deletes the target communication record according to the queried contact name or phone number through the service program.
  • the second mobile terminal acquires the second parameter 111 corresponding to the third three through the service program, and queries and searches in the pre-stored communication list. 111 corresponding contact name.
  • the second mobile terminal deletes the information of Zhang San in the communication record according to the name of the queried contact (Zhang San) through the service program.
  • Zhang San's information includes Zhang San's name and telephone number.
  • the service program is not started.
  • the instruction to delete the target communication record may include the second symbol and the contact name, and may also include the second symbol and the phone number.
  • the method for deleting the communication record by the second mobile terminal is the same as the method for deleting the second symbol and the contact name in the instruction for deleting the target communication record.
  • the short message received by the second mobile terminal may include an instruction to delete a target contact or a phone number, and the target contact or the phone number is deleted one by one.
  • the SMS message may also include an instruction to delete multiple target contacts or phone numbers to enable bulk deletion of the target contact or phone number.
  • the embodiment of the present disclosure provides a method for controlling a mobile terminal.
  • the second mobile terminal starts the service program to delete the target communication record by receiving the short message information sent by the first mobile terminal, and implements the first mobile terminal to the second mobile terminal.
  • the control ensures the security of the user's personal information when the second mobile terminal is lost.
  • Embodiment 4 is a flowchart of a method for controlling a mobile terminal according to Embodiment 4 of the present disclosure.
  • the instruction information is an instruction to delete a target picture file
  • the service program is started according to the instruction information.
  • the optional operations include:
  • the second mobile terminal starts the service program according to the instruction to delete the target picture file, and sends the target folder name of the target picture file to the service program with the third parameter;
  • the second mobile terminal acquires a third parameter by using a service program, and queries path information corresponding to the third parameter in the pre-stored picture file list;
  • the second mobile terminal deletes the target image file according to the path information of the query by the service program.
  • the image file list includes at least a folder name of all the image files and path information corresponding to the folder name.
  • the second mobile terminal can start the service program to delete the target picture folder by using the received short message information, thereby ensuring the security of the user's personal information.
  • the second mobile terminal receives the short message information sent by the first mobile terminal, and determines whether the short message information includes the command information.
  • S420 When it is determined that the short message information includes the instruction information, S420 is performed. When it is judged that the short message information does not contain the instruction information, the execution of S450 is performed.
  • the instruction to delete the target picture file includes the third symbol and the name of the target picture folder.
  • the target picture folder name is "tour" in the second mobile terminal.
  • the first mobile terminal writes a short message "third symbol and travel" to the second mobile terminal, and the second mobile terminal determines that the instruction information in the short message is a picture file whose name is "tour", and then the "tour" is the third parameter.
  • the form is sent to the service program.
  • the third parameter is a combination of numbers and/or letters. For example, the third parameter corresponding to the tour is set to a1.
  • the second mobile terminal acquires a third parameter by using a service program, and queries path information corresponding to the third parameter in the pre-stored picture file list.
  • the second mobile terminal acquires a picture file list in advance through a service program, where the picture file list includes at least a folder name of all picture files and path information corresponding to the folder name.
  • the folder name and path information of all the picture files in the pre-stored picture file list are stored in the form of parameters.
  • the second mobile terminal acquires the third parameter through the service program, searches the pre-stored picture file list for the same folder name as the third parameter, and queries the corresponding path information according to the folder name. For example, the second mobile terminal acquires a1 through the service program, searches the pre-stored picture file list for the same picture folder name as a1, and then queries the picture folder name a1 to query the path information corresponding to a1.
  • the second mobile terminal deletes the target picture file according to the path information of the query by using the service program.
  • the second mobile terminal deletes the name of the “tourism” picture folder under the path according to the path information of the query.
  • the short message information may include an instruction to delete a target picture file to implement one-to-one deletion of the picture folder.
  • the short message information may also include an instruction to delete multiple target image files to implement batch deletion of the image folder.
  • the embodiment of the present disclosure provides a method for controlling a mobile terminal.
  • the second mobile terminal starts the service program to delete the target image file by receiving the short message information sent by the first mobile terminal, and implements the first mobile terminal to the second mobile terminal.
  • the control ensures the security of the user's personal information when the second mobile terminal is lost.
  • FIG. 5 is a structural block diagram of a control apparatus of a mobile terminal according to Embodiment 5 of the present disclosure.
  • the device can be controlled by using the device. As shown in FIG. 5, the device includes:
  • the command information determining module 501 is configured to receive, by the second mobile terminal, the short message information sent by the first mobile terminal, and determine whether the short message information includes the command information;
  • the operation execution module 502 is configured to, when the second mobile terminal determines that the short message information includes the instruction information, start the service program to perform a corresponding operation according to the instruction information.
  • the instruction information determining module 501 includes: a short message information parsing submodule 5011 and an instruction information judging submodule 5012,
  • the short message information analysis sub-module 5011 is configured to: the second mobile terminal monitors the received short message information by using a short message application, and parses the content of the short message information;
  • the instruction information determining sub-module 5012 is configured to determine, by the second mobile terminal, whether the instruction information is included according to the content of the short message information.
  • the instruction information includes an instruction to uninstall the target application, an instruction to delete the target communication record, and an instruction to delete the target image file.
  • the instruction information determining submodule 5012 is configured to:
  • the short message information includes the first symbol and the name of the application, determining that the instruction information is an instruction to uninstall the target application;
  • the short message includes the second symbol and includes the contact name or includes the second symbol and the contact telephone number, determining that the instruction information is an instruction to delete the target communication record;
  • the instruction information is determined as an instruction to delete the target picture file.
  • the operation execution module 502 is configured to:
  • the second mobile terminal starts a service program according to the instruction of the uninstall target application, and sends a first parameter corresponding to the name of the target application acquired in the short message to the service program;
  • the second mobile terminal acquires a first parameter corresponding to the name of the target application by using a service program, and queries, in the pre-stored list information, a name of the application package corresponding to the first parameter;
  • the second mobile terminal uninstalls the target application according to the name of the queried application package by using a service program.
  • the device further includes: a correspondence obtaining module 503, configured to: before the second mobile terminal acquires a first parameter corresponding to a name of the target application by using a service program, the second shifting The mobile terminal obtains list information of all the installed applications in the local service through the service program; the second mobile terminal acquires a correspondence between the name of the application in the list information and the name of the application package, where the list information includes at least all the installed applications.
  • the name and the name of the application package configured to: before the second mobile terminal acquires a first parameter corresponding to a name of the target application by using a service program, the second shifting The mobile terminal obtains list information of all the installed applications in the local service through the service program; the second mobile terminal acquires a correspondence between the name of the application in the list information and the name of the application package, where the list information includes at least all the installed applications.
  • the name and the name of the application package configured to: before the second mobile terminal acquires a first parameter corresponding to a name of the target application by using a service program,
  • the operation execution module 502 is configured to:
  • the second mobile terminal starts the service program according to the instruction to delete the target communication record, and sends the target contact name or the target telephone number in the target communication record to the service program by using the second parameter;
  • the second mobile terminal acquires a second parameter corresponding to the target contact name or the target phone number through the service program, and queries the pre-stored communication list for the contact name or phone number corresponding to the second parameter;
  • the second mobile terminal deletes the target communication record according to the queried contact name or phone number through the service program.
  • the operation execution module 502 is configured to:
  • the second mobile terminal starts the service program according to the instruction to delete the target picture file, and sends the target picture folder name to the service program with the third parameter;
  • the second mobile terminal acquires a third parameter by using a service program, and queries path information corresponding to the third parameter in the pre-stored picture file list;
  • the second mobile terminal deletes the target picture file according to the path information of the query by using the service program.
  • the above product can perform the control method of the mobile terminal provided by any embodiment of the present disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
  • the present disclosure provides a non-volatile computer storage medium storing one or more modules that cause the movement when the one or more modules are executed by a mobile terminal performing the above method
  • the terminal performs any one of the above embodiments.
  • FIG. 6 is a schematic structural diagram of a hardware of a mobile terminal according to Embodiment 7 of the present disclosure. As shown in FIG. 6, the mobile terminal includes:
  • One or more processors 601, memory 602; one processor 601 is taken as an example in FIG. 6;
  • the mobile terminal may further include: an input device 603 and an output device 604.
  • the processor 601, the memory 602, the input device 603, and the output device 604 in the mobile terminal may be connected by a bus or other manner, and the bus connection is taken as an example in FIG.
  • the memory 602 is a non-volatile computer readable storage medium, and can be used to store software programs, computer executable programs, and modules, such as program instructions/modules corresponding to the control method of the mobile terminal in the embodiment of the present disclosure (for example, The instruction information judging module 501 and the operation executing module 502 shown in FIG.
  • the processor 601 executes various functional applications and data processing of the server by executing software programs, instructions, and modules stored in the memory 602, that is, the control method of the mobile terminal of the above method embodiment.
  • the memory 602 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created according to usage of the terminal device, and the like.
  • memory 602 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
  • memory 602 can optionally include memory remotely located relative to processor 601 that can be connected to the terminal device over a network. Examples of such networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
  • Input device 603 can be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the terminal.
  • Output device 604 can include a display device such as a display screen.
  • the one or more modules are stored in the memory 602, and when executed by the one or more processors 601, perform any one of the above embodiments.
  • the second mobile terminal can implement the corresponding action in the short message information by the service program by accepting the short message information of the first mobile terminal, thereby implementing the first mobile terminal to the second mobile terminal Perform remote control.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bioethics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

一种移动终端的控制方法及装置,该方法包括:第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息;如果所述第二移动终端判断短信信息中包含指令信息,则根据指令信息启动服务程序执行相应的操作。本发明使移动终端通过根据接收到的短信执行相应的操作,能够更方便的对移动终端进行控制。

Description

移动终端的控制方法及装置
本公开要求在2015年12月08日提交中国专利局、申请号为2015108984041、发明名称为“一种移动终端的控制方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本公开中。
技术领域
本公开涉及移动终端技术领域,例如涉及一种移动终端的控制方法及装置。
背景技术
随着通讯技术的发展,移动终端的功能也越来越多。其中,支付功能是移动终端的功能之一。相应的,在移动终端上会安装对应支付功能的软件,如支付宝、银行终端应用等跟个人财务相关的软件等。
在很多情形下,移动终端上具有支付功能的软件会记住用户的登录信息。如果用户不小心丢失了自己的移动终端,非法分子可以通过用户的移动终端登录支付宝等应用软件进行交易,用户的资产可能会遭受损失。另外,移动终端内部如果安装有订票软件,一般会记录用户的个人信息;并且移动终端内部存储了与用户相关的信息,这些信息如果被非法分子盗用,造成的后果不堪设想。
发明内容
有鉴于此,本公开实施例提供一种移动终端的控制方法及装置。
第一方面,本公开实施例提供了一种移动终端的控制方法,包括:
第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息;
如果所述第二移动终端判断短信信息中包含指令信息,则根据指令信息启动服务程序执行相应的操作。
第二方面,本公开实施例还提供了一种移动终端的控制装置,包括:
指令信息判断模块,设置为第二移动终端接收第一移动终端发送的短信信 息,判断短信信息中是否包含指令信息;
操作执行模块,设置为当所述第二移动终端判断短信信息中包含指令信息,则根据指令信息启动服务程序执行相应的操作。
本公开实施例提供的一种移动终端的控制方法及装置,第二移动终端通过接收到的第一移动终端发送的短信中的指令信息,进行相应的操作,使第一移动终端通过短信对第二移动终端进行控制,当第二移动终端丢失时,能够方便用户控制移动终端,进而能保护用户的财产和个人信息的安全。
附图说明
图1是本公开实施例一提供的一种移动终端的控制方法流程图;
图2是本公开实施例二提供的一种移动终端的控制方法流程图;
图3是本公开实施例三提供的一种移动终端的控制方法流程图;
图4是本公开实施例四提供的一种移动终端的控制方法流程图;
图5是本公开实施例五提供的一种移动终端的控制装置结构框图;
图6为本公开实施例七提供的一种移动终端的硬件结构示意图。
实施方式
下面结合附图和实施例对本公开作相关说明。可以理解的是,此处所描述的实施例仅仅用于解释本公开,而非对本公开的限定。另外还需要说明的是,为了便于描述,附图中仅示出了与本公开相关的部分而非全部内容。
实施例一
图1为本公开实施例一提供的一种移动终端的控制方法的流程图;本实施例的方案可由移动终端的控制装置来执行,该装置可以采用硬件和/或软件的方式来实现。如图1所示,该方法包括:
在S110中:第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息。
在本实施例中,所述指令信息可以包括卸载目标应用的指令、删除目标通讯记录的指令和删除目标图片文件的指令。
示例性的,所述第二移动终端判断短信信息中是否包含指令信息包括:所述第二移动终端通过短信应用程序监测接收到的短信信息,并解析所述短信信息的内容;所述第二移动终端判断所述短信信息的内容中是否包含指令信息。
当短信信息的内容中包含第一符号和应用名称,则判断指令信息为卸载目标应用的指令;
当短信信息的内容中包含第二符号和联系人姓名或包含第二符号和联系人电话号码,则判断指令信息为删除目标通讯记录的指令;
当短信信息的内容中包含第三符号和图片文件夹名称,则判断指令信息为删除目标图片文件的指令。
其中,第一符号、第二符号和第三符号可以是数字和/或字母的组合,并可以根据用户的需求灵活设定。示例性的,设定短信中包含第一符号uninstall,第二符号*和第三符号&时,分别为卸载应用的指令、删除通讯记录的指令和删除图片文件的指令。例如短信内容是uninstall支付宝,则短信内容中的指令信息为卸载支付宝的指令;如果短信内容是*张三,则短信内容中的指令信息为删除张三的通讯记录信息。如果短信内容为&旅游,则短信内容中的指令信息为删除文件夹名称为“旅游”的图片信息。
在S120中:当所述第二移动终端判断短信信息中包含指令信息,则根据指令信息启动服务程序执行相应的操作。
在本实施例中,当第二移动终端判断短信信息中包含指令信息,则根据指令信息启动服务程序执行相应的操作,当第二移动终端判断短信信息中不包含指令信息,则不启动服务程序。可选的,当第二移动终端判断短信信息中包含卸载目标应用的指令,则根据指令启动服务程序对目标应用进行卸载。当第二移动终端判断短信信息中包含删除目标通讯记录的指令,则根据指令启动服务程序对目标通讯记录进行删除。当第二移动终端判断短信信息中包含删除目标图片文件的指令,则根据指令启动服务程序对目标图片文件进行删除。
需要说明的是,在本实施例中指令信息不局限于卸载目标应用的指令、删除目标通讯记录的指令和删除目标图片文件的指令,所述的指令信息还可以是其他的指令,如,删除目标短信指令、删除浏览器浏览记录指令等。
为了避免其他用户对第二移动终端的恶意操作,可以设置在所述短信信息中包括设定密码,或者该短信信息是来自设定号码的第一移动终端,才允许执行相应的指令。
本公开实施例提供的一种移动终端的控制方法,第二移动终端通过接收到的第一移动终端发送的短信中的指令信息,进行相应的操作,使第一移动终端通过短信对第二移动终端进行控制,当第二移动终端丢失时,能够方便用户控制第二移动终端,进而能保护用户的财产和个人信息的安全。
实施例二
图2是本公开实施例二提供的一种移动终端的控制方法流程图;在上述实施例的基础上,当指令信息为卸载目标应用的指令时,所述根据指令信息启动服务程序执行相应的操作可选包括:
所述第二移动终端根据所述卸载目标应用的指令启动服务程序,并将从所述短信中获取的与目标应用的名称相对应的第一参数发送给服务程序;
所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数,在预存的列表信息中查询与所述第一参数相对应的应用包的名称;
所述第二移动终端通过服务程序查询的应用包的名称,对目标应用进行卸载。
由此,第二移动终端通过启动服务程序对与目标应用对应的应用包的名称进行查询,并根据应用包的名称对目标应用进行卸载,可以实现第一移动终端控制第二移动终端对目标应用的卸载。
可选的,在所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数之前,还执行如下操作:
所述第二移动终端通过服务程序获取本地所有已安装的应用的列表信息;
所述第二移动终端获取列表信息中的应用的名称与应用包的名称对应关系,其中,列表信息至少包括所有已安装的应用的名称以及应用包的名称。
由此,第二移动终端通过获取本地已安装的应用的列表信息,能够有利于对与短信信息中目标应用的名称对应的应用包的名称进行查询。
基于上述方案,如图2所示,本实施例提供的技术方案如下:
在S210中:第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息。
当判断短信信息中包含指令信息,则执行S220。当判断信息中不包含指令信息,则执行S280。
在S220中:当指令信息为卸载目标应用的指令时,所述第二移动终端根据所述卸载目标应用的指令启动服务程序。
在S230中:所述第二移动终端将从所述短信中获取的与目标应用的名称相对应的第一参数发送给服务程序。
在本实施例中,服务程序是第二移动终端短信应用中的一个功能程序。其中,服务程序的名称为service。所述第一参数可根据需要进行自行设定,比如,支付宝对应的第一参数设定为1,qq对应的第一参数设定为2,12306订票应用对应的第一参数为3等。
第二移动终端根据卸载目标的应用指令启动服务程序,并将所述短信中获取的与目标应用的名称相对应的第一参数发送给服务程序。举例说明,当短信中卸载目标指令是卸载支付宝时,第二移动终端启动服务程序,将支付宝对应的第一参数1发送给服务程序(service)。
在S240中:所述第二移动终端通过服务程序获取本地所有已安装的应用的列表信息。
在本实施例中,所述第二移动终端通过服务程序获取本地所有已安装的应用的列表的信息,并将列表信息进行保存。可以将列表信息保存到文件夹MAP中。
其中,获取已安装的应用(非系统应用)列表的代码如下:
public Map<String,String>getInstalledAppMap(){
Map<String,String>appMap=new HashMap<String,String>();
List<PackageInfo>packages=getPackageManager().getInstalledPackages(0);
for(int i=0;i<packages.size();i++){
PackageInfo packageInfo=packages.get(i);
String appName=
packageInfo.applicationInfo.loadLabel(getPackageManager()).toString();
String packageName=packageInfo.packageName;
If(packageInfo.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM)==0){
appMap.put(appName,packageName);
}
}
return appMap;
}
在S250中:所述第二移动终端获取列表信息中的应用的名称与应用包的名称对应关系。
在本实施例中,本地所有已经安装的应用的列表信息中至少包含应用的名称和应用包的名称,并且应用的名称和应用包的名称具有一一对应的关系。应用的名称保存在MAP的Key文件中,应用包的名称保存在MAP的value文件中,为了保证应用的名称和应用包的名称更好的存储,应用的名称和应用包的名称均以参数的形式进行存储。例如,表1为应用的名称和应用包的名称对应关系部分列表。其中,支付宝应用在列表中对应的应用的名称为1,与支付宝名称对应的应用包的名称为a,则支付宝应用对应的应用包的名称为a。
表1
应用的名称 列表中的应用的名称 列表中应用包的名称
支付宝 1 a
QQ 2 b
订票软件 3 c
在S260中:所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数,在预存的列表信息中查询与所述第一参数相对应的应用包的名称。
在本实施例中,举例说明,第二移动终端通过服务程序获取支付宝对应的第一参数,例如本实施例中支付宝对应的第一参数设定为1,在预存的信息列表中查询与支付宝的第一参数1相对应的应用的名称为1,再根据MAP中存储的列表中应用的名称与应用包的名称相对应的关系,查询与1相对应的应用包的名称,经表1查询,与列表中的应用的名称1相应对的应用包的名称为a。
在S270中:所述第二移动终端通过服务程序根据查询的应用包的名称,对目标应用进行卸载。
在本实施例中,所述第二移动终端通过服务程序根据查询的应用包的名称,对目标应用进行卸载。举例说明,所述第二移动终端通过服务程序根据查询的应用包的名称a,在安装路径中查询名称为a的应用包,并将应用包a进行删除。其中,应用包a为支付宝的安装文件,在将支付宝的应用包a在安装路径中删除以后,实现了对支付宝的卸载。
在本实施例中,卸载应用的执行代码如下:
Uri uri=Uri.parse(″package:″+appMap(“支付宝”));//获取删除应用包的名称的URI
i.setAction(Intent.ACTION_DELETE);//设置要执行的卸载动作
i.setData(uri);//设置获取到的URI
startActivity(i);
在S280中:所述第二移动终端不启动服务程序。
如果第二移动终端接收的短信中不包含指令信息,则不启动服务程序。
在上述实施例的基础上,当第二移动终端中存在多个应用时,短信信息中可以包含删除一个目标应用的指令,实现目标应用的一一删除。短信信息中也可以包含删除多个目标应用的指令,实现目标应用的批量删除。
本公开实施例提供了一种移动终端的控制方法,当指令信息为卸载目标应用的指令时,第二移动终端通过启动服务程序对与目标应用对应的应用包的名 称进行查询,并根据应用包的名称对目标应用进行卸载,可以实现第一移动终端通过短信控制第二移动终端对目标应用的卸载,当用户的第二移动终端丢失时,保证了用户的财产和个人信息的安全。
实施例三
图3是本公开实施例三提供的一种移动终端的控制方法流程图;在上述实施例的基础上,当指令信息为删除目标通讯记录的指令时,所述根据指令信息启动服务程序执行相应的操作可选包括:
所述第二移动终端根据删除目标通讯记录的指令启动服务程序,并将目标通讯记录中目标联系人姓名或目标电话号码以及第二参数发送给服务程序;
所述第二移动终端通过服务程序获取与目标联系人姓名或目标电话号码相对应的第二参数,在预存的通讯列表中查询与第二参数对应的联系人姓名或电话号码;
所述第二移动终端通过服务程序根据查询到的联系人姓名或电话号码,对目标通讯记录进行删除。
由此,第二移动终端通过接收的短信信息能够启动服务程序对目标通讯记录进行删除,保证了用户的个人信息的安全。
基于上述的方案,如图3所示,本公开实施例提供的技术方案如下:
在S310中:第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息。
当判断短信信息中包含指令信息,则执行S320;当判断短信信息中不包含指令信息,执行S350。
在S320中:当指令信息为删除目标通讯记录的指令时,所述第二移动终端根据删除目标通讯记录的指令启动服务程序,并将目标通讯记录中目标联系人姓名或目标电话号码作以第二参数发送给服务程序。
在本实施例中,举例说明,当删除目标通讯记录的指令为删除张三的通讯记录,第二移动终端根据指令启动服务程序,并将张三的名称以第二参数发送给服务器,第二参数可以是数字和/或字符的组合,设定张三姓名对应的第二参 数为111。
在S330中:所述第二移动终端通过服务程序获取与目标联系人姓名或目标电话号码相对应的第二参数,在预存的通讯列表中查询与第二参数对应的联系人姓名或电话号码。
在本实施例中,第二移动终端通过服务程序能够在数据库中预先获取通讯列表,并将通讯列表进行存储。其中,通讯列表中至少包含联系人的姓名和与联系人对应的电话号码。
在S340中:所述第二移动终端通过服务程序根据查询到的联系人姓名或电话号码,对目标通讯记录进行删除。
在本实施例中,举例说明,当目标通讯记录的指令为删除张三的通讯记录,则第二移动终端通过服务程序获取与张三对应的第二参数111,在预存的通讯列表中查询与111对应的联系人姓名。
第二移动终端通过服务程序根据查询到的联系人的姓名(张三),将通讯记录中张三的信息删除。其中,张三的信息包括张三的名称和电话号码。
在S350中:第二移动终端不启动服务程序。
当第二移动终端接收的短信中不包含指令信息,则不启动服务程序。
在上述实施例的基础上,删除目标通讯记录的指令中可以包含第二符号和联系人姓名,也可以包含第二符号和电话号码。当删除目标通讯记录的指令中包含第二符号和电话号码时,第二移动终端删除通讯记录的方法与删除目标通讯记录的指令中包含第二符号和联系人姓名时的方法是相同的。
在上述实施例的基础上,第二移动终端接收到的短信信息中可以包含删除一个目标联系人或电话号码的指令,实现目标联系人或电话号码一一删除。短信信息中也可以包含删除多个目标联系人或电话号码的指令,实现目标联系人或电话号码的批量删除。
本公开实施例提供了一种移动终端的控制方法,第二移动终端通过接收第一移动终端发送的短信信息,启动服务程序对目标通讯记录进行删除,实现了第一移动终端对第二移动终端的控制,在第二移动终端丢失时,保证了用户的个人信息的安全。
实施例四
图4是本公开实施例四提供的一种移动终端的控制方法流程图,在上述实施例的基础上,当指令信息为删除目标图片文件的指令时,所述根据指令信息启动服务程序执行相应的操作可选包括:
所述的第二移动终端根据删除目标图片文件的指令启动服务程序,并将目标图片文件的目标文件夹名称以第三参数发送给服务程序;
所述第二移动终端通过服务程序获取第三参数,在预存的图片文件列表中查询第三参数对应的路径信息;
所述第二移动终端通过服务程序根据查询的路径信息,对目标图片文件进行删除;其中,图片文件列表中至少包含所有图片文件的文件夹名称和与文件夹名称对应的路径信息。
由此,第二移动终端通过接收的短信信息能够启动服务程序对目标图片文件夹进行删除,保证了用户的个人信息的安全。
基于上述方案,如图4所示,本公开实施例提供的技术方案如下:
在S410中:第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息。
当判断短信信息中包含指令信息,执行S420。当判断短信信息中不包含指令信息执行S450。
在S420中:当指令信息为删除目标图片文件时,所述的第二移动终端根据删除目标图片文件的指令启动服务程序,并将目标图片文件夹名称以第三参数发送给服务程序。
在本实施例中,删除目标图片文件的指令中包含第三符号和目标图片文件夹的名称。例如,第二移动终端中存在目标图片文件夹名称为“旅游”。第一移动终端编写短信“第三符号和旅游”发送给第二移动终端,第二移动终端判断短信中的指令信息为删除名称为“旅游”的图片文件,则将“旅游”以第三参数的形式发送给服务程序。其中,第三参数为数字和/或字母的组合,如,旅游对应的第三参数设置为a1。
在S430中:所述第二移动终端通过服务程序获取第三参数,在预存的图片文件列表中查询第三参数对应的路径信息。
在本实施例中,第二移动终端通过服务程序预先获取图片文件列表,其中,图片文件列表中至少包含所有图片文件的文件夹名称和与文件夹名称对应的路径信息。其中,预存的图片文件列表中所有图片文件的文件夹名称和路径信息采用参数的形式进行存储。
第二移动终端通过服务程序获取第三参数,在预存的图片文件列表中查询与第三参数相同的文件夹名称,根据文件夹名称查询对应的路径信息。举例说明,第二移动终端通过服务程序获取a1,在预存的图片文件列表中查询与a1相同的图片文件夹名称,再根据查询到图片文件夹名称a1,查询与a1对应的路径信息。
在S440中:所述第二移动终端通过服务程序根据查询的路径信息,对目标图片文件进行删除。
在本实施例中,举例说明,第二移动终端根据查询的路径信息,将该路径下的名称为“旅游”图片文件夹的进行删除。
在S450中:第二移动终端不启动服务程序。
在上述实施例的基础上,当第二移动终端中存在多个目标图片文件时,短信信息中可以包含删除一个目标图片文件的指令,实现图片文件夹的一一删除。短信信息中也可以包含删除多个目标图片文件的指令,实现图片文件夹的批量删除。
本公开实施例提供了一种移动终端的控制方法,第二移动终端通过接收第一移动终端发送的短信信息,启动服务程序对目标图片文件进行删除,实现了第一移动终端对第二移动终端的控制,在第二移动终端丢失时,保证了用户的个人信息的安全。
实施例五
图5是本公开实施例五提供的一种移动终端的控制装置结构框图,应用本装置可对移动终端进行控制,如图5所示,所述装置包括:
指令信息判断模块501,设置为第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息;
操作执行模块502,设置为当所述第二移动终端判断短信信息中包含指令信息,则根据指令信息启动服务程序执行相应的操作。
可选的,指令信息判断模块501包括:短信信息解析子模块5011和指令信息判断子模块5012,
所述短信信息解析子模块5011,设置为所述第二移动终端通过短信应用程序监测接收到的短信信息,并解析所述短信信息的内容;
所述指令信息判断子模块5012,设置为所述第二移动终端根据所述短信信息的内容判断是否包含指令信息。
可选的,所述指令信息包括卸载目标应用的指令、删除目标通讯记录的指令和删除目标图片文件的指令。
可选的,所述指令信息判断子模块5012用于:
当短信信息中包含第一符号和应用的名称,则判断指令信息为卸载目标应用的指令;
当短信信息中包含第二符号和包含联系人姓名或包含第二符号和联系人电话号码,则判断指令信息为删除目标通讯记录的指令;
当短信信息中包含第三符号和图片文件夹的名称,则判断指令信息为删除目标图片文件的指令。
可选的,当指令信息为卸载目标应用的指令时,操作执行模块502用于:
所述第二移动终端根据所述卸载目标应用的指令启动服务程序,并将所述短信中获取的与目标应用的名称相对应的第一参数发送给服务程序;
所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数,在预存的列表信息中查询与所述第一参数相对应的应用包的名称;
所述第二移动终端通过服务程序根据查询的应用包的名称,对目标应用进行卸载。
可选的,所述装置还包括,对应关系获取模块503,设置为在所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数之前,所述第二移 动终端通过服务程序获取本地所有已安装的应用的列表信息;所述第二移动终端获取列表信息中的应用的名称与应用包的名称对应关系,其中,列表信息至少包括所有已安装的应用的名称以及应用包的名称。
可选的,当指令信息为删除目标通讯记录的指令时,操作执行模块502用于:
所述第二移动终端根据删除目标通讯记录的指令启动服务程序,并将目标通讯记录中目标联系人姓名或目标电话号码以第二参数发送给服务程序;
所述第二移动终端通过服务程序获取与目标联系人姓名或目标电话号码相对应的第二参数,在预存的通讯列表中查询与第二参数对应的联系人姓名或电话号码;
所述第二移动终端通过服务程序根据查询到的联系人姓名或电话号码,对目标通讯记录进行删除。
可选的,当指令信息为删除目标图片文件的指令时,操作执行模块502用于:
所述的第二移动终端根据删除目标图片文件的指令启动服务程序,并将目标图片文件夹名称以第三参数发送给服务程序;
所述第二移动终端通过服务程序获取第三参数,在预存的图片文件列表中查询第三参数对应的路径信息;
所述第二移动终端通过服务程序根据查询的路径信息,对目标图片文件进行删除。
上述产品可执行本公开任意实施例所提供的移动终端的控制方法,具备执行方法相应的功能模块和有益效果。
实施例六
本公开提供了一种非易失性计算机存储介质,所述计算机存储介质存储有一个或者多个模块,当所述一个或者多个模块被一个执行上述方法的移动终端执行时,使得所述移动终端执行上述实施例中的任意一种方法。
实施例七
图6为本公开实施例七提供的一种移动终端的硬件结构示意图,如图6所示,该移动终端包括:
一个或多个处理器601,存储器602;图6中以一个处理器601为例;
所述移动终端还可以包括:输入装置603和输出装置604。
所述移动终端中的处理器601、存储器602、输入装置603和输出装置604可以通过总线或者其他方式连接,图6中以通过总线连接为例。
存储器602作为一种非易失性的计算机可读存储介质,可用于存储软件程序、计算机可执行程序以及模块,如本公开实施例中的移动终端的控制方法对应的程序指令/模块(例如,附图5所示的指令信息判断模块501和操作执行模块502)。处理器601通过运行存储在存储器602中的软件程序、指令以及模块,从而执行服务器的各种功能应用以及数据处理,即实现上述方法实施例的移动终端的控制方法。
存储器602可以包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需要的应用程序;存储数据区可存储根据终端设备的使用所创建的数据等。此外,存储器602可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他非易失性固态存储器件。在一些实施例中,存储器602可选包括相对于处理器601远程设置的存储器,这些远程存储器可以通过网络连接至终端设备。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。
输入装置603可用于接收输入的数字或字符信息,以及产生与终端的用户设置以及功能控制有关的键信号输入。输出装置604可包括显示屏等显示设备。
所述一个或者多个模块存储在所述存储器602中,当被所述一个或者多个处理器601执行时,执行上述实施例中的任意一种方法。
注意,上述仅为本公开的部分实施例及所运用技术原理。本领域技术人员会理解,本公开不限于这里所述的特定实施例在不脱离本公开构思的情况下,还可以包括更多其他等效实施例,而本公开的范围由所附的权利要求范围决定。
工业实用性
本公开提供的移动终端的控制方法和装置,第二移动终端通过接受第一移动终端的短信信息,通过服务程序实现执行短信信息中的相应动作,从而能够实现第一移动终端对第二移动终端进行远程控制。

Claims (12)

  1. 一种移动终端的控制方法,包括:
    第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息;
    当所述第二移动终端判断短信信息中包含指令信息时,则根据指令信息启动服务程序执行相应的操作。
  2. 根据权利要求1所述的方法,其中,所述第二移动终端判断短信信息中是否包含指令信息包括:
    所述第二移动终端通过短信应用程序监测接收到的短信信息,并解析所述短信信息的内容;
    所述第二移动终端判断所述短信信息的内容中是否包含指令信息。
  3. 根据权利要求2所述的方法,其中,所述指令信息包括卸载目标应用的指令、删除目标通讯记录的指令和删除目标图片文件的指令。
  4. 根据权利要求3所述的方法,其中,所述第二移动终端判断所述短信信息的内容中是否包含指令信息包括:
    当短信信息中包含第一符号和应用的名称时,则判断指令信息为卸载目标应用的指令;
    当短信信息中包含第二符号和联系人姓名或包含第二符号和联系人电话号码时,则判断指令信息为删除目标通讯记录的指令;
    当短信信息中包含第三符号和图片文件夹的名称时,则判断指令信息为删除目标图片文件的指令。
  5. 根据权利要求3或4所述的方法,其中,当指令信息为卸载目标应用的指令时,所述根据指令信息启动服务程序执行相应的操作包括:
    所述第二移动终端根据所述卸载目标应用的指令启动服务程序,并将从所述短信中获取的与目标应用的名称相对应的第一参数发送给服务程序;
    所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数,在预存的列表信息中查询与所述第一参数相对应的应用包的名称;
    所述第二移动终端通过服务程序查询的应用包的名称,对目标应用进行卸载。
  6. 根据权利要求5所述的方法,其中,在所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数之前,还包括:
    所述第二移动终端通过服务程序获取本地所有已安装的应用的列表信息;
    所述第二移动终端获取列表信息中的应用的名称与应用包的名称之间的对应关系,其中,列表信息至少包括所有已安装的应用的名称以及应用包的名称。
  7. 一种移动终端的控制装置,包括:
    指令信息判断模块,设置为第二移动终端接收第一移动终端发送的短信信息,判断短信信息中是否包含指令信息;
    操作执行模块,设置为当所述第二移动终端判断短信信息中包含指令信息时,则根据指令信息启动服务程序执行相应的操作。
  8. 根据权利要求7所述的装置,其中,指令信息判断模块包括:短信信息解析子模块和指令信息判断子模块,
    所述短信信息解析子模块,设置为所述第二移动终端通过短信应用程序监测接收到的短信信息,并解析所述短信信息的内容;
    所述指令信息判断子模块,设置为所述第二移动终端判断所述短信信息的内容是否包含指令信息。
  9. 根据权利要求8所述的装置,其中,所述指令信息包括卸载目标应用的指令、删除目标通讯记录的指令和删除目标图片文件的指令。
  10. 根据权利要求9所述的装置,其中,所述指令信息判断子模块设置为:
    当短信信息中包含第一符号和应用的名称,则判断指令信息为卸载目标应用的指令;
    当短信信息中包含第二符号和联系人姓名或包含第二符号和联系人电话号码,则判断指令信息为删除目标通讯记录的指令;
    当短信信息中包含第三符号和图片文件夹名称,则判断指令信息为删除目标图片文件的指令。
  11. 根据权利要求9所述的装置,其中,当指令信息为卸载目标应用的指令时,操作执行模块设置为:
    所述第二移动终端根据所述卸载目标应用的指令启动服务程序,并将从所述短信中获取的与目标应用的名称相对应的第一参数发送给服务程序;
    所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数,在预存的列表信息中查询与所述第一参数相对应的应用包的名称;
    所述第二移动终端通过服务程序查询的应用包的名称,对目标应用进行卸载。
  12. 根据权利要求11所述的装置,还包括:
    对应关系获取模块,设置为在所述第二移动终端通过服务程序获取与目标应用的名称相对应的第一参数之前,所述第二移动终端通过服务程序获取本地所有已安装的应用的列表信息;所述第二移动终端获取列表信息中的应用的名称与应用包的名称对应关系,其中,列表信息至少包括所有已安装的应用的名称以及应用包的名称。
PCT/CN2016/088727 2015-12-08 2016-07-05 移动终端的控制方法及装置 Ceased WO2017096826A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/244,761 US20170163816A1 (en) 2015-12-08 2016-08-23 Mobile terminal and controlling method thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510898404.1 2015-12-08
CN201510898404.1A CN105872192A (zh) 2015-12-08 2015-12-08 一种移动终端的控制方法及装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/244,761 Continuation US20170163816A1 (en) 2015-12-08 2016-08-23 Mobile terminal and controlling method thereof

Publications (1)

Publication Number Publication Date
WO2017096826A1 true WO2017096826A1 (zh) 2017-06-15

Family

ID=56624384

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/088727 Ceased WO2017096826A1 (zh) 2015-12-08 2016-07-05 移动终端的控制方法及装置

Country Status (2)

Country Link
CN (1) CN105872192A (zh)
WO (1) WO2017096826A1 (zh)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502549A (zh) * 2016-09-22 2017-03-15 深圳云之家网络有限公司 应用程序中打开轻应用的方法和系统
CN109117645A (zh) * 2017-06-26 2019-01-01 深圳回收宝科技有限公司 数据清除方法及其装置
CN109375925A (zh) * 2018-09-14 2019-02-22 厦门天锐科技股份有限公司 一种终端程序离线卸载的方法
CN112866986A (zh) * 2021-03-16 2021-05-28 北京小米移动软件有限公司 数据保护方法、装置、服务器及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070000748A (ko) * 2005-06-28 2007-01-03 에스케이 텔레콤주식회사 무선 인터넷 플랫폼을 이용한 이동통신 단말기에 저장된개인정보 삭제 방법
CN101355765A (zh) * 2008-09-19 2009-01-28 中兴通讯股份有限公司 通信终端数据安全保护方法及系统
CN101616495A (zh) * 2008-06-23 2009-12-30 网秦无限(北京)科技有限公司 保护手机中个人隐私的方法及系统
CN104281811A (zh) * 2013-07-10 2015-01-14 中国移动通信集团北京有限公司 一种终端的自毁方法、系统及装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103577773A (zh) * 2013-11-15 2014-02-12 北京奇虎科技有限公司 基于Android的移动设备安全保护方法和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070000748A (ko) * 2005-06-28 2007-01-03 에스케이 텔레콤주식회사 무선 인터넷 플랫폼을 이용한 이동통신 단말기에 저장된개인정보 삭제 방법
CN101616495A (zh) * 2008-06-23 2009-12-30 网秦无限(北京)科技有限公司 保护手机中个人隐私的方法及系统
CN101355765A (zh) * 2008-09-19 2009-01-28 中兴通讯股份有限公司 通信终端数据安全保护方法及系统
CN104281811A (zh) * 2013-07-10 2015-01-14 中国移动通信集团北京有限公司 一种终端的自毁方法、系统及装置

Also Published As

Publication number Publication date
CN105872192A (zh) 2016-08-17

Similar Documents

Publication Publication Date Title
US12314781B2 (en) Sharing extension points to allow an application to share content via a sharing extension
US9584612B2 (en) Systems and methods for pushing applications
KR102105636B1 (ko) 원격으로 애플리케이션들을 설치
KR101373986B1 (ko) 모델을 사용하여 실행가능 프로그램을 조사하는 방법 및 장치
US10212179B2 (en) Method and system for checking security of URL for mobile terminal
US10176327B2 (en) Method and device for preventing application in an operating system from being uninstalled
US10152660B2 (en) Smart card read/write method and apparatus
WO2014139300A1 (en) Method and device for loading a plug-in
TW201640342A (zh) 應用程式頁面快速存取方法及應用其的行動終端
CN102855148A (zh) 一种基于Android的开机管理方法
CN106656920B (zh) Http服务的处理方法、装置、存储介质及处理器
CN103559056A (zh) 文件下载方法和装置
CN109033302A (zh) 一种页面跳转方法、装置、终端及存储介质
WO2017096826A1 (zh) 移动终端的控制方法及装置
KR101996586B1 (ko) 정보 표시 방법, 단말 및 서버
CN111666567A (zh) 恶意修改应用程序的检测方法、装置、计算机程序和介质
US9942267B1 (en) Endpoint segregation to prevent scripting attacks
CN108509228B (zh) 加载页面的方法、终端设备及计算机可读存储介质
CN111338709A (zh) 客户端中目标场景的跳转方法、装置、设备及存储介质
CN110442769A (zh) 分布式数据爬取系统、方法、装置、设备和存储介质
WO2016061921A1 (zh) 组合多种应用操作的方法、装置、终端及计算机存储介质
CN106933615B (zh) App应用的唤醒方法及装置
US20170163816A1 (en) Mobile terminal and controlling method thereof
CN106411891B (zh) 文件处理方法、装置、服务端和设备
CN105204882A (zh) 一种应用的运行方法及终端

Legal Events

Date Code Title Description
REEP Request for entry into the european phase

Ref document number: 2016793727

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2016793727

Country of ref document: EP

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

Ref document number: 16793727

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

Country of ref document: EP

Kind code of ref document: A1