blob: 1dfe0301fdb7cbdd3816fe9c2dead4e990c122c6 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
The purpose of this file and its XML format is described in the javadoc for
ApiToExtensionsMap.fromXml in metalava.
-->
<sdk-extensions-info>
<!-- SDK definitions -->
<sdk
id="30"
shortname="R-ext"
name="R Extensions"
reference="android/os/Build$VERSION_CODES$R" />
<sdk
id="31"
shortname="S-ext"
name="S Extensions"
reference="android/os/Build$VERSION_CODES$S" />
<sdk
id="33"
shortname="T-ext"
name="T Extensions"
reference="android/os/Build$VERSION_CODES$T" />
<!-- SDK_EXTENSIONS -->
<symbol
jar="framework-sdkextensions"
pattern="*"
sdks="R-ext,S-ext,T-ext" />
<!-- MEDIA_PROVIDER -->
<symbol
jar="framework-mediaprovider"
pattern="android.provider.MediaStore.EXTRA_PICK_IMAGES_MAX"
sdks="R-ext,S-ext,T-ext" />
<symbol
jar="framework-mediaprovider"
pattern="android.provider.MediaStore.ACTION_PICK_IMAGES"
sdks="R-ext,S-ext,T-ext" />
<symbol
jar="framework-mediaprovider"
pattern="android.provider.MediaStore.getPickImagesMaxLimit"
sdks="R-ext,S-ext,T-ext" />
<symbol
jar="framework-mediaprovider"
pattern="android.provider.MediaStore.PickerMediaColumns"
sdks="R-ext,S-ext,T-ext" />
</sdk-extensions-info>