0 R' r; l" S0 A+ {: ^. T9 {" G+ H$ r8 D& I& l
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading;
- using System.Threading.Tasks;
- using xcontrol.core.Helper;
- using System.IO;
- namespace OpenAPP
- {
- public class Open : AndroidControlSDK.AndroidScript
- {
- public override string Name()
- {
- return "打开APP";
- }
- public override string Description()
- {
- return "打开APP";
- }
- public override void RunScript()
- {
- RunAdb("am start -n 包名/界面类名");
- //感谢用户@超提供以下常见APP包名和界面类名
- //应用程序名称:信息 包名:com.Android.mms 类名1:com.android.mms.ui.ConversationList
- //应用程序名称:通讯录 包名:com.android.contacts 类名1:com.android.contacts.DialtactsActivity
- //应用程序名称:相机 包名:com.android.camera 类名1:com.android.camera.Camera
- //应用程序名称:相机 包名:com.android.gallery 类名1:com.android.camera.GalleryPicker
- //应用程序名称:日历 包名:com.android.calendar 类名1:com.android.calendar.LaunchActivity
- //应用程序名称:Google Talk 包名:com.google.android.talk 类名1:com.google.android.talk.SigningInActivity
- //应用程序名称:音乐 包名:com.android.music 类名1:com.android.music.MusicBrowserActivity
- //应用程序名称:浏览器 包名:com.android.browser 类名1:com.android.browser.BrowserActivity
- //应用程序名称:时钟 包名:com.android.deskclock 类名1:com.android.deskclock.DeskClock
- //应用程序名称:电子市场 包名:com.android.vending 类名1:com.android.vending.AssetBrowserActivity
- //应用程序名称:Gmail 包名:com.google.android.gm 类名1:com.google.android.gm.ConversationListActivityGmail
- //应用程序名称:设置 包名:com.android.settings 类名1:com.android.settings.Settings
- //应用程序名称:地图 包名:com.google.android.apps.maps 类名1:com.google.android.maps.MapsActivity
- //应用程序名称:DroidEmu 模拟器 包名:com.droidemu.game.lite 类名1:com.droidemu.ui.MainActivity
- //应用程序名称:网秦杀毒 包名:com.nqmobile.antivirus20 类名1:com.netqin.antivirus.AntiVirusSplash
- //应用程序名称:来电通 包名:com.blovestorm 类名1:com.blovestorm.application.CallMaster
- //应用程序名称:搜狗输入法 包名:com.sohu.inputmethod.sogou 类名1:com.sohu.inputmethod.sogou.SogouIMESettings
- //应用程序名称:iReader 包名:com.chaozh.iReaderFree 类名1:com.chaozh.iReader.ui.activity.WelcomeActivity
- //应用程序名称:GO桌面EX 包名:com.gau.go.launcherex 类名1:com.jiubang.ggheart.apps.desks.diy.GoLauncher
- //应用程序名称:Handcent Sms 包名:com.handcent.nextsms 类名1:com.handcent.sms.ui.ConversationExList
- //应用程序名称:手机QQ 包名:com.tencent.qq 类名1:com.tencent.qq.SplashActivity
- //应用程序名称:Windows7桌面专业版 包名:com.jt.androidseven.pro 类名1:com.jt.androidseven.pro.Launch
- //应用程序名称:授权管理 包名:com.noshufou.android.su 类名1:com.noshufou.android.su.Su
- //应用程序名称:SIM 卡工具包 包名:com.android.stk 类名1:com.android.stk.StkLauncherActivity
- //应用程序名称:资讯与天气 包名:com.google.android.apps.genie.geniewidget 类名1:com.google.android.apps.genie.geniewidget.activities.NewsActivity
- //应用程序名称:Documents To Go 包名:com.dataviz.docstogo 类名1:com.dataviz.dxtg.common.launcher.android.LauncherActivity
- //应用程序名称:语音拨号器 包名:com.android.voicedialer 类名1:com.android.voicedialer.SelectorAcitvity
- //应用程序名称:语音搜索 包名:com.google.android.voicesearch 类名1:com.google.android.voicesearch.RecognitionActivity
- //应用程序名称:搜索 包名:com.google.android.googlequicksearchbox 类名1:com.google.android.googlequicksearchbox.SearchActivity
- //应用程序名称:YouTube 包名:com.google.android.youtube 类名1:com.google.android.youtube.HomeActivity
- //应用程序名称:钛备份 包名:com.keramidas.TitaniumBackup 类名1:com.keramidas.TitaniumBackup.MainActivity
- //应用程序名称:AndroZip 包名:com.asrazpaid 类名1:com.asrazpaid.MainView
- //应用程序名称:随手写7 包名:com.suishouxie.freenote 类名1:com.suishouxie.freenote.FreeNote
- //应用程序名称:进程杀手 包名:com.rechild.advancedtaskkillerpro 类名1:com.rechild.advancedtaskkillerpro.AdvancedTaskKiller
- //应用程序名称:豌豆荚守护精灵 包名:com.wd.AndroidDaemon 类名1:com.wd.AndroidDaemon.AndroidDaemon
- //应用程序名称:系统除草机 包名:com.iwidsets.clear.manager 类名1:com.iwidsets.clear.manager.Splash
- //应用程序名称:百度文库 包名:com.baidu.wenku 类名1:com.baidu.wenku.ui.IndexActivity
- //应用程序名称:无线网络管理工具 包名:com.wangyh.android.free.network 类名1:com.wangyh.android.free.network.MainActivity
- //应用程序名称:手电筒 包名:com.xoYu.Flashlight 类名1:com.xoYu.Flashlight.Flashlight
- //应用程序名称:手机加速器 包名:com.tutusw.phonespeedup 类名1:com.tutusw.phonespeedup.IntroActivity
- //应用程序名称:安卓优化大师 包名:cn.opda.a.phonoalbumshoushou 类名1:cn.opda.a.phonoalbumshoushou.MainActivity
- //应用程序名称:天天动听 包名:com.sds.android.ttpod 类名1:com.sds.android.ttpod.EntryActivity
- //应用程序名称:一键清理 包名:cn.com.opda.android.clearmaster 类名1:cn.com.opda.android.clearmaster.MainTabActivity
- //应用程序名称:UC浏览器 包名:com.uc.browser 类名1:com.uc.browser.ActivityUpdate
- //应用程序名称:UCMobile 包名:com.UCMobile 类名1:com.UCMobile.main.UCMobile
- //应用程序名称:RockPlayer 包名:com.redirectin.rockplayer.android.unified 类名1:com.redirectin.rockplayer.android.FileListActivity
- //应用程序名称:RE管理器 包名:com.speedsoftware.RootExplorer 类名1:com.speedsoftware.rootexplorer.RootExplorer
- //应用程序名称:Link2SD 包名:com.buak.Link2SD 类名1:com.buak.Link2SD.Link2SD
- //应用程序名称:360手机卫士 包名:com.qihoo360.mobilesafe 类名1:com.qihoo360.mobilesafe.ui.index.AppEnterActivity
- //应用程序名称:魔兽任务管理器免费版 包名:org.blackbox.android.wtm.free 类名1:org.blackbox.android.wtm.free.MainActivityFree
- //应用程序名称:大自然壁纸 包名:com.fitue.wallpaperview 类名1:com.fitue.japanlovely.ImageViewer
- //应用程序名称:进程管理 包名:com.curvefish.apps.processmanager 类名1:com.curvefish.apps.processmanager.ProcessManager
- //应用程序名称:Bluetooth File Transfer 包名:it.medieval.blueftp 类名1:it.medieval.blueftp.AMain
- //应用程序名称:极速卸载 包名:cn.xg.quickuninstall 类名1:cn.xg.quickuninstall.Main
- //应用程序名称:AppManager Pro 包名:com.think_android.appmanagerpro
- }
- }
- }
4 L5 x) Y# n% t
附件源码调试前请先添加对群控安装目录下AndroidModel.dll和xcontrol.core.dll两个文件的引用。 9 ]5 p0 a" ~' ^- ?" f
|