Skip to content

Android API: edge issues #167

@guruz

Description

@guruz

Hi @edo-bari-ikutsu, pinging you since you did #106 ..

Would you have time and interest in looking into those notifcations from Play Store publishing?
I have no idea how much effort this would be, i didn't check.


Your app uses deprecated APIs or parameters for edge-to-edge

One or more of the APIs you use or parameters that you set for edge-to-edge and window display have been deprecated in Android 15. Your app uses the following deprecated APIs or parameters:

android.view.Window.setStatusBarColor
android.view.Window.setNavigationBarColor

These start in the following places:

com.google.android.material.bottomsheet.BottomSheetDialog.onCreate
com.google.android.material.internal.EdgeToEdgeUtils.applyEdgeToEdge
com.google.android.material.sidesheet.SheetDialog.onCreate
eu.opencloud.android.ui.preview.PreviewImageActivity.onCreate

To fix this, migrate away from these APIs or parameters.


Remove resizability and orientation restrictions in your app to support large screen devices

From Android 16, Android will ignore resizability and orientation restrictions for large screen devices, such as foldables and tablets. This may lead to layout and usability issues for your users.

We detected the following resizability and orientation restrictions in your app:

<activity android:name="eu.opencloud.android.presentation.security.pattern.PatternActivity" android:screenOrientation="PORTRAIT" />
<activity android:name="eu.opencloud.android.presentation.security.passcode.PassCodeActivity" android:screenOrientation="PORTRAIT" />

To improve the user experience for your app, remove these restrictions and check that your app layouts work on various screen sizes and orientations by testing on Android 16 and below.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions