Demo project to retrieve phone local content including SMS inbox, call history, gallery photos and etc..
playground-android-phonecontent is hosted in the following web site
https://github.com/jingzhao/playground-android-phonecontent
If you think the Android project playground-android-phonecontent listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of playground-android-phonecontent.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 11 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_CALENDAR android.permission.READ_CALL_LOG android.permission.READ_SMS android.permission.WRITE_CALL_LOG |
playground-android-phonecontent has the following Java source files.
org.jzhao.lab.deviceevent.DeviceEventCalendarFragment.java org.jzhao.lab.deviceevent.DeviceEventCallLogFragment.java org.jzhao.lab.deviceevent.DeviceEventCategoryFragment.java org.jzhao.lab.deviceevent.DeviceEventMessagesFragment.java org.jzhao.lab.deviceevent.DeviceEventPhotosFragment.java org.jzhao.lab.deviceevent.DeviceEventsActivity.java org.jzhao.lab.deviceevent.MainActivity.java