• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2	{
3		"shell_command":"am start -a android.intent.action.VIEW -d https://www.android.com/",
4		"button":{
5			"command":"web",
6			"title":"Web Page",
7			"icon_name":"language"
8		}
9	},
10	{
11		"server":"cuttlefish_example_action_server",
12		"buttons":[
13			{
14				"command":"settings",
15				"title":"Quick Settings",
16				"icon_name":"settings"
17			},
18			{
19				"command":"alert",
20				"title":"Do Not Disturb",
21				"icon_name":"notifications_paused"
22			}
23		]
24	}
25]
26