Proof-of-concept application demonstrating ability to customize incoming call screen on Android by displaying popup on top of it.
CustomIncomingCallScreen is hosted in the following web site
https://github.com/inez/CustomIncomingCallScreen
If you think the Android project CustomIncomingCallScreen 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 CustomIncomingCallScreen.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 0 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_PHONE_STATE android.permission.SYSTEM_ALERT_WINDOW |
CustomIncomingCallScreen has the following Java source files.
inez.apps.customincomingcallscreen.CustomPhoneStateListener.java inez.apps.customincomingcallscreen.MyService.java inez.apps.customincomingcallscreen.PhoneStateReceiver.java inez.apps.customincomingcallscreen.util.SystemUiHider.java inez.apps.customincomingcallscreen.util.SystemUiHiderBase.java inez.apps.customincomingcallscreen.util.SystemUiHiderHoneycomb.java