1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2015 Google Inc. All Rights Reserved. --> 3 4<!-- Specify the storage area and path used in file provider. --> 5<paths xmlns:android="http://schemas.android.com/apk/res/android"> 6 <files-path name="debug" path="debug/"/> 7 <files-path name="files" path="/" /> 8</paths> 9