https://developer.android.com/training/sync-adapters/index.html

android:exported=”false”
Determines whether other apps can access the content provider. For your stub content provider, set the value to false, since there’s no need to allow other apps to see the provider. This value doesn’t affect the interaction between the sync adapter framework and the content provider.

Manifest中這個屬性設置爲false,則你的外部app沒有權利訪問你的contentprovider。

prioritization n. 優先次序;優化;優先化
semantics n. [語] 語義學;語義論

發佈了46 篇原創文章 · 獲贊 1 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章