Skip to content
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

compatibility issue when migrating to androidx #2

Open
r0b0t3d opened this issue Sep 24, 2018 · 3 comments
Open

compatibility issue when migrating to androidx #2

r0b0t3d opened this issue Sep 24, 2018 · 3 comments
Labels
migrated googlesamples Migrated from old googlesamples repos

Comments

@r0b0t3d
Copy link

r0b0t3d commented Sep 24, 2018

This code stop working on devices below 25 when I migrate to androidx recently.
Device info: Sony xperia M5 - Android 6.0.0
Those code block

import android.support.v13.view.inputmethod.EditorInfoCompat;
import android.support.v13.view.inputmethod.InputConnectionCompat;
import android.support.v13.view.inputmethod.InputContentInfoCompat;

are replaced with

import androidx.core.view.inputmethod.EditorInfoCompat;
import androidx.core.view.inputmethod.InputConnectionCompat;
import androidx.core.view.inputmethod.InputContentInfoCompat;

Is it androidx issue?
Thanks,
image

@2fours
Copy link

2fours commented Feb 4, 2019

+1

@mwajeeh
Copy link

mwajeeh commented May 3, 2019

I was also banging my head on wall trying to understand what I was doing wrong in my production app. Seems like with androidx, below Android 8 shows this Toast.

@codingjeremy codingjeremy transferred this issue from googlearchive/android-CommitContentSampleApp Sep 16, 2019
@codingjeremy codingjeremy added the migrated googlesamples Migrated from old googlesamples repos label Sep 18, 2019
@yunus-atmaca
Copy link

any solution for this? I m facing the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrated googlesamples Migrated from old googlesamples repos
Projects
None yet
Development

No branches or pull requests

6 participants
@2fours @codingjeremy @mwajeeh @r0b0t3d @yunus-atmaca and others