com.google.android.dialer.support.xml 563 B

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