Automatically add friends to simulate locations and friends to simulate
Friends around the world want to customize their locations for purchase, and can search for nearby users to automatically say hello.
In fact, the principle is relatively simple, mainly through the map SDK (Baidu, or AMAP) to obtain the corresponding location latitude and longitude, and then set to the current location (virtual location), in the automatic test tool to automatically operate.
Requirement: 1. Customize the current location. 2. Search for people nearby. Automatically Greet. 3. You can customize the knowledge required for the message content: 1. Baidu map SDK obtains location settings. The current location is 2. Automated testing database. 3. urban location database program framework: 1. Start the page-select a city-start-automated operation technology pre-developed 1 simulated Location 2 combined with Baidu map or city database for Location Selection 3 automated operation process 4 how to start
1. The simulated location has passed the test.
2. The Baidu map SDK used to obtain the longitude and latitude coordinates
3. Start startActivity (AcitivyLanchMM. this. getPackageManager (). getLaunchIntentForPackage ("com. tencent. mm "));
4. automated operation in progress...
The demo will be uploaded after all is done.