The Wayback Machine - https://web.archive.org/web/20201208212439/https://github.com/android/input-samples/issues/17
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

FileProvider uses the wrong authority so it cannot share files #17

Open
c99koder opened this issue Oct 24, 2016 · 0 comments
Open

FileProvider uses the wrong authority so it cannot share files #17

c99koder opened this issue Oct 24, 2016 · 0 comments

Comments

@c99koder
Copy link

@c99koder c99koder commented Oct 24, 2016

The keyboard wont work because the FileProvider authority in the java file doesn't match the AndroidManifest.xml.

From AndroidManifest: android:authorities="com.example.android.commitcontent.ime.inputcontent"

From ImageKeyboard.java:
private static final String AUTHORITY = "com.example.android.supportv13.sampleime.inputcontent";

@tjohns tjohns self-assigned this Oct 27, 2016
@codingjeremy codingjeremy transferred this issue from googlearchive/android-CommitContentSampleIME Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.