1234567891011 |
- <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>
|