Commit 433c52d
committed
Use monkey to start Android applications
Use the monkey tool to start Android applications on device. This way we do not have to care about the startPackageActivity name and we can start the application in case a custom activity is used.
Remove unused code and variables.1 parent 9e7e00c commit 433c52d
2 files changed
+1
-3
lines changed- appbuilder/appbuilder-static-config-base.ts-12
- appbuilder/declarations.d.ts-1
- appbuilder/project/project-base.ts+1-7
- appbuilder/proton-static-config.ts+2-2
- constants.ts-5
- definitions/config.d.ts-1
- mobile/android/android-application-manager.ts+5-18
- mobile/android/android-emulator-services.ts+10-2
- mobile/wp8/wp8-emulator-services.ts+19-9
- static-config-base.ts-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments