Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 859 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 859 Bytes

#Hacking Android

This is the code repository for Hacking Android , published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##Instructions and Navigation

The code included with this book is meant for use as an aid in performing the exercises and should not be used as a replacement for the book itself. Used out of context, the code may result in an unusable configuration and no warranty is given.

The code will look like the following:

<service android:name=".services.LocationService">

  <intent-filter>

    <action 
      android:name="org.owasp.goatdroid.fourgoats.
      services.LocationService" />

  </intent-filter>

</service>