-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
Well, the main issue is that I use 2 functions that were only introduced fairly recently: acceptRingingCall - API level 26 (Android 8) 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. |
lol i went here to ask why it's not on a Android 5 |
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. |
a living legend.
2020-11-13 15:01 GMT+02:00, Sylvia van Os <notifications@github.com>:
… 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.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#10 (comment)
|
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). |
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 :(
The text was updated successfully, but these errors were encountered: