第一章主要介紹架構,以及為什麼你需要研究安全性的問題,簡單說就是要保護資料、保護使用者。章節最後簡單介紹了一下 Android 的權限機制,第一個是繼承自 UNIX 架構的權限區隔,第二個是 AndroidManifest.xml 裡要書寫明確需要何種權限 <uses-permission android:name=""/> 第三個就是簽章,必須要經過簽章的程序,應用程式才能被安裝進去。這也可以透過設定去解除,一般不建議這樣做。 <a href="http://www.anobii.com/books/Android_Apps_Security/9781430240624/picfa9c6ce787b85a4/" title="More about Android Apps Security"><img src="http://image.anobii.com/anobi/image_book.php?type=4&item_id=picfa9c6ce787b85a4&time=0" title="More about Android Apps Security" alt="More about Android Apps Security" style="padding: 5px;" /></a>