platform-samples
platform-samples copied to clipboard
A collection of samples of different Android OS platform APIs.
Adding setCustomAnimations with PB support into Platform Samples
### Is there an existing issue for this? - [X] I have searched the existing issues ### In which area is the issue? Location ### In a specific sample? CurrentLocationScreen.kt...
### Is there an existing issue for this? - [X] I have searched the existing issues ### In which area is the issue? Connectivity ### In a specific sample? Telecom...
### Is there an existing issue for this? - [X] I have searched the existing issues ### In which area is the issue? Connectivity ### In a specific sample? CompanionDeviceManagerSample.kt...
Location - Create and monitor Geofence sample crashes on API level 34 and above devices. As per the [registerReceiver documentation](https://developer.android.com/reference/android/content/Context#registerReceiver(android.content.BroadcastReceiver,%20android.content.IntentFilter):~:text=createDeviceContext(int)-,registerReceiver,-Added%20in%20API) says: > For apps targeting Build.VERSION_CODES.UPSIDE_DOWN_CAKE, either RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED ...
The `cornerRadius` modifiers included in `appWidgetBackgroundCornerRadius()` and `appWidgetInnerCornerRadius()` where actually never applied to the widget. The `CombinedGlanceModifier` created by the `cornerRadius` functions was only ever created, but was never be...
I was unable to run the script `./gradlew --init-script gradle/spotless-init.gradle.kts spotlessApply`