Home security
- Apps & Games
- 7 Replies
In general terms, how does an Android phone connect to a home security camera?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
serviceIntent.setComponent(new ComponentName("com.service.sillyservice", "com.service.sillyservice.SillyService"));
serviceIntent.putExtra("COMMAND","ls");
startService(serviceIntent);
broadcastIntent.setComponent(new ComponentName("com.broadcast.vulnerablereceiver", "com.elearnsecurity.vulnerablereceiver.VulnerableReceiver"));
broadcastIntent.setAction("com.broadcast.vulnerablereceiver.CHANGEPW");
broadcastIntent.putExtra("PASSWORD",1);
