input-samples icon indicating copy to clipboard operation
input-samples copied to clipboard

FileProvider uses the wrong authority so it cannot share files

Open c99koder opened this issue 9 years ago • 0 comments

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";

c99koder avatar Oct 24 '16 17:10 c99koder