Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipberndt/chooseableoutgoingcalls
Workaround android bug 58097: Let the user choose the application to use for placing calls from the contacts app
https://github.com/phillipberndt/chooseableoutgoingcalls
Last synced: 20 days ago
JSON representation
Workaround android bug 58097: Let the user choose the application to use for placing calls from the contacts app
- Host: GitHub
- URL: https://github.com/phillipberndt/chooseableoutgoingcalls
- Owner: phillipberndt
- Created: 2014-10-20T15:06:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T22:24:24.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T22:12:32.987Z (about 1 month ago)
- Language: Java
- Homepage: http://repo.xposed.info/module/com.pberndt.choosableoutgoingcalls
- Size: 766 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an [Xposed module](http://repo.xposed.info/) with a workaround for [Android Bug #58097](https://code.google.com/p/android/issues/detail?id=58097). It replaces the [getCallIntent() method of com.android.contacts.common.CallUtil](https://android.googlesource.com/platform/packages/apps/ContactsCommon/+/master/src/com/android/contacts/common/CallUtil.java) with a version that creates a `android.intent.action.VIEW` intent without a specific component set instead. This is not exactly what earlier Android versions used to do, but `ACTION_CALL_PRIVILEGED` is [for some privileged apps only](http://stackoverflow.com/a/8567388/1881610) now, so we can't use that anymore.
The binary version is available [on the releases page](https://github.com/phillipberndt/ChooseableOutgoingCalls/releases).