mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	Merge pull request #331 from jimboatarm/skype_fix
Create a function for launching skype application.
This commit is contained in:
		| @@ -96,4 +96,7 @@ class Skype(AndroidUxPerfWorkload): | ||||
|  | ||||
|     def setup(self, context): | ||||
|         super(Skype, self).setup(context) | ||||
|         self.launch_app() | ||||
|  | ||||
|     def launch_app(self): | ||||
|         self.device.execute('am start -W -a android.intent.action.VIEW -d skype:dummy?dummy') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user