-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Do not merge] Test update to SDK 35 #6503
base: main
Are you sure you want to change the base?
Conversation
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/messaging/FirebaseMessagingService.html 2024-11-12 20:06:33.947952275 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/messaging/FirebaseMessagingService.html 2024-11-12 20:04:17.522549123 +0000
@@ -162,30 +162,35 @@
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_COMPLETE--">TRIM_MEMORY_COMPLETE</a> = 80</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_MODERATE--">TRIM_MEMORY_MODERATE</a> = 60</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_CRITICAL--">TRIM_MEMORY_RUNNING_CRITICAL</a> = 15</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_LOW--">TRIM_MEMORY_RUNNING_LOW</a> = 10</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_MODERATE--">TRIM_MEMORY_RUNNING_MODERATE</a> = 5</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
@@ -337,6 +342,12 @@
<tr>
<td><code>static final int</code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#BIND_PACKAGE_ISOLATED_PROCESS--">BIND_PACKAGE_ISOLATED_PROCESS</a> = 16384</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>static final int</code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#BIND_SHARED_ISOLATED_PROCESS--">BIND_SHARED_ISOLATED_PROCESS</a> = 8192</code></div>
</td>
</tr>
@@ -419,6 +430,12 @@
</td>
</tr>
<tr>
+ <td><code>static final <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#CONTACT_KEYS_SERVICE--">CONTACT_KEYS_SERVICE</a> = "contact_keys"</code></div>
+ </td>
+ </tr>
+ <tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#CONTEXT_IGNORE_SECURITY--">CONTEXT_IGNORE_SECURITY</a> = 2</code></div>
@@ -724,6 +741,12 @@
<tr>
<td><code>static final <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#PERSISTENT_DATA_BLOCK_SERVICE--">PERSISTENT_DATA_BLOCK_SERVICE</a> = "persistent_data_block"</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>static final <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#POWER_SERVICE--">POWER_SERVICE</a> = "power"</code></div>
</td>
</tr>
@@ -734,6 +757,12 @@
</td>
</tr>
<tr>
+ <td><code>static final <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#PROFILING_SERVICE--">PROFILING_SERVICE</a> = "profiling"</code></div>
+ </td>
+ </tr>
+ <tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#RECEIVER_EXPORTED--">RECEIVER_EXPORTED</a> = 2</code></div>
@@ -772,6 +801,12 @@
<tr>
<td><code>static final <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#SECURITY_STATE_SERVICE--">SECURITY_STATE_SERVICE</a> = "security_state"</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>static final <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#SENSOR_SERVICE--">SENSOR_SERVICE</a> = "sensor"</code></div>
</td>
</tr>
@@ -1163,6 +1198,12 @@
<tr>
<td><code>int</code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/ContextWrapper.html#checkContentUriPermissionFull-android.net.Uri-int-int-int-">checkContentUriPermissionFull</a>(<a href="https://developer.android.com/reference/kotlin/android/net/Uri.html">Uri</a> uri, int pid, int uid, int modeFlags)</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>int</code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ContextWrapper.html#checkPermission-java.lang.String-int-int-">checkPermission</a>(<a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> permission, int pid, int uid)</code></div>
</td>
</tr>
@@ -1869,6 +1910,7 @@
<td><code>void</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/app/Service.html#onLowMemory--">onLowMemory</a>()</code></div>
+ <p><strong>This method is deprecated.</strong></p>
</td>
</tr>
<tr> --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/provider/FirebaseInitProvider.html 2024-11-12 20:05:14.979134986 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/provider/FirebaseInitProvider.html 2024-11-12 20:02:23.437348309 +0000
@@ -136,30 +136,35 @@
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_COMPLETE--">TRIM_MEMORY_COMPLETE</a> = 80</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_MODERATE--">TRIM_MEMORY_MODERATE</a> = 60</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_CRITICAL--">TRIM_MEMORY_RUNNING_CRITICAL</a> = 15</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_LOW--">TRIM_MEMORY_RUNNING_LOW</a> = 10</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>static final int</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_MODERATE--">TRIM_MEMORY_RUNNING_MODERATE</a> = 5</code></div>
+ <p><strong>This field is deprecated.</strong></p>
</td>
</tr>
<tr>
@@ -311,6 +316,7 @@
<td><code>void</code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ContentProvider.html#onLowMemory--">onLowMemory</a>()</code></div>
+ <p><strong>This method is deprecated.</strong></p>
</td>
</tr>
<tr> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/messaging/FirebaseMessagingService.html 2024-11-12 20:06:33.943952233 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/messaging/FirebaseMessagingService.html 2024-11-12 20:04:17.514549039 +0000
@@ -162,30 +162,35 @@
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_COMPLETE--">TRIM_MEMORY_COMPLETE</a> = 80</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_MODERATE--">TRIM_MEMORY_MODERATE</a> = 60</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_CRITICAL--">TRIM_MEMORY_RUNNING_CRITICAL</a> = 15</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_LOW--">TRIM_MEMORY_RUNNING_LOW</a> = 10</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_MODERATE--">TRIM_MEMORY_RUNNING_MODERATE</a> = 5</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
@@ -337,6 +342,12 @@
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#BIND_PACKAGE_ISOLATED_PROCESS--">BIND_PACKAGE_ISOLATED_PROCESS</a> = 16384</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#BIND_SHARED_ISOLATED_PROCESS--">BIND_SHARED_ISOLATED_PROCESS</a> = 8192</code></div>
</td>
</tr>
@@ -419,6 +430,12 @@
</td>
</tr>
<tr>
+ <td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
+ <td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#CONTACT_KEYS_SERVICE--">CONTACT_KEYS_SERVICE</a> = "contact_keys"</code></div>
+ </td>
+ </tr>
+ <tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#CONTEXT_IGNORE_SECURITY--">CONTEXT_IGNORE_SECURITY</a> = 2</code></div>
@@ -724,6 +741,12 @@
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#PERSISTENT_DATA_BLOCK_SERVICE--">PERSISTENT_DATA_BLOCK_SERVICE</a> = "persistent_data_block"</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#POWER_SERVICE--">POWER_SERVICE</a> = "power"</code></div>
</td>
</tr>
@@ -734,6 +757,12 @@
</td>
</tr>
<tr>
+ <td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
+ <td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#PROFILING_SERVICE--">PROFILING_SERVICE</a> = "profiling"</code></div>
+ </td>
+ </tr>
+ <tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#RECEIVER_EXPORTED--">RECEIVER_EXPORTED</a> = 2</code></div>
@@ -772,6 +801,12 @@
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#SECURITY_STATE_SERVICE--">SECURITY_STATE_SERVICE</a> = "security_state"</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!</code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/Context.html#SENSOR_SERVICE--">SENSOR_SERVICE</a> = "sensor"</code></div>
</td>
</tr>
@@ -1163,6 +1198,12 @@
<tr>
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
+ <div><code><a href="https://developer.android.com/reference/kotlin/android/content/ContextWrapper.html#checkContentUriPermissionFull-android.net.Uri-int-int-int-">checkContentUriPermissionFull</a>(uri: <a href="https://developer.android.com/reference/kotlin/android/net/Uri.html">Uri</a>!, pid: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, uid: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, modeFlags: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
+ <td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ContextWrapper.html#checkPermission-java.lang.String-int-int-">checkPermission</a>(permission: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>!, pid: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>, uid: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a>)</code></div>
</td>
</tr>
@@ -1869,6 +1910,7 @@
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/app/Service.html#onLowMemory--">onLowMemory</a>()</code></div>
+ <p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr> --- /home/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/provider/FirebaseInitProvider.html 2024-11-12 20:05:14.979134986 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/provider/FirebaseInitProvider.html 2024-11-12 20:02:23.421348154 +0000
@@ -136,30 +136,35 @@
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_COMPLETE--">TRIM_MEMORY_COMPLETE</a> = 80</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_MODERATE--">TRIM_MEMORY_MODERATE</a> = 60</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_CRITICAL--">TRIM_MEMORY_RUNNING_CRITICAL</a> = 15</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_LOW--">TRIM_MEMORY_RUNNING_LOW</a> = 10</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
<td><code>const <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ComponentCallbacks2.html#TRIM_MEMORY_RUNNING_MODERATE--">TRIM_MEMORY_RUNNING_MODERATE</a> = 5</code></div>
+ <p><strong>This property is deprecated.</strong></p>
</td>
</tr>
<tr>
@@ -311,6 +316,7 @@
<td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
<td>
<div><code><a href="https://developer.android.com/reference/kotlin/android/content/ContentProvider.html#onLowMemory--">onLowMemory</a>()</code></div>
+ <p><strong>This function is deprecated.</strong></p>
</td>
</tr>
<tr> |
Vertex AI Mock Responses Check
|
Generated by 🚫 Danger |
Test Results 148 files + 90 148 suites +90 7m 28s ⏱️ + 5m 16s For more details on these failures, see this check. Results for commit 8d09f60. ± Comparison against base commit 4e2dcd0. This pull request removes 520 and adds 827 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
No description provided.