سلام من قبلا از کد زیر برای تغییر نام فایل استفاده میکردم اما الان برای اندروید Q این کد کار نمیکنه
File fileToMovePdf = new File(RemoveRaw);                                File destination = new File(file + ".pdf");
fileToMovePdf.renameTo(destination);