[TinyTut] - Replacing System Application (like Maps)
What you learn: You will learn how to catch/replace the System Applicatio for example the Maps-Activity.
Designed/Tested with sdk-version: m5-rc15
Difficulty: 1.5 of 5
Questions/Problems: Simply post below...
Description:
- Create a standard application as always
- Search for the Activity you want in the dump of the Android internal XML-files (load it
Android - Internal XML dumped)
- As we want to replace the Maps Activity we search for sth. like "Maps" and in /android-system-apks/Maps/AndroidManifest.xml" we find what we want.