Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 7 #10

Open
zekooooo opened this issue Aug 14, 2020 · 5 comments
Open

Android 7 #10

zekooooo opened this issue Aug 14, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@zekooooo
Copy link

zekooooo commented Aug 14, 2020

Hello, this app looks very useful! Any possibility of adding support for Android 7?

Edit: Sorry for multiple posts looks like the app with which I'm accessing Github is broken :(

@TheLastProject
Copy link
Owner

Well, the main issue is that I use 2 functions that were only introduced fairly recently:

acceptRingingCall - API level 26 (Android 8)
endCall - API level 28 (Android 9)

Because of that, the app needs at least Android 8. All the other code should work find on older devices though.

These two functions are deprecated in API level 29 again, so I'm going to have to replace them at some point (not sure with what yet), but it's really up to Google above all what Android versions I can support. That being said, if you find a nice and reliable way to do this I'm welcome to hearing about it.

@TheLastProject TheLastProject added the enhancement New feature or request label Aug 14, 2020
@mspeace
Copy link

mspeace commented Nov 13, 2020

lol i went here to ask why it's not on a Android 5

@TheLastProject
Copy link
Owner

If someone contributes code to make it work on older Android versions that doesn't break support for newer Android versions I am willing to accept it.

@mspeace
Copy link

mspeace commented Dec 3, 2020 via email

@TheLastProject
Copy link
Owner

It seems that InCallService supports API level 23, which is Android 6.0. So Android 6 and up support should be possible after #34 (sadly no Android 5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants