Add Google Dialer support jars

* Makes Google Dialer installable from Play Store
This commit is contained in:
Paul Keith
2018-02-21 13:45:40 +01:00
parent 78275a22ac
commit a46382df77
6 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<permissions>
<!-- Shared library required on the device to get Google Dialer updates from
Play Store. This will be deprecated once Google Dialer play store
updates stop supporting pre-O devices. -->
<library name="com.google.android.dialer.support"
file="/system/framework/com.google.android.dialer.support.jar" />
<!-- Starting from Android O and above, this system feature is required for
getting Google Dialer play store updates. -->
<feature name="com.google.android.apps.dialer.SUPPORTED" />
</permissions>