give Android Auto as an example of limits

This commit is contained in:
Daniel Micay 2021-09-01 17:05:56 -04:00
parent 2809c7f0e5
commit c3aed55fa3

View File

@ -737,7 +737,10 @@
hardware isn't available. We would need to implement compatibility layers hardware isn't available. We would need to implement compatibility layers
teaching it how to function as a regular app. This currently isn't within the teaching it how to function as a regular app. This currently isn't within the
scope of the project beyond the existing support for dynamite modules and scope of the project beyond the existing support for dynamite modules and
partially implemented support for Play Store app installation/updates.</p> partially implemented support for Play Store app installation/updates. The
official Android Auto interface is a good example of functionality heavily
depending on having highly invasive privileged access far beyond what would be
realistic to get working with an expanded compatibility layer.</p>
<p>The Play Store app cannot install and update apps as it normally would <p>The Play Store app cannot install and update apps as it normally would
since it depends entirely on privileged permissions for unattended app since it depends entirely on privileged permissions for unattended app