Migrate to non-transitive R

This commit is contained in:
Mygod
2021-11-05 22:18:43 -04:00
parent 4e639e5c17
commit cdfa662a1d
4 changed files with 11 additions and 7 deletions

View File

@@ -121,7 +121,7 @@ class SettingsPreferenceFragment : PreferenceFragmentCompat() {
.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
.putExtra(Intent.EXTRA_STREAM,
FileProvider.getUriForFile(context, "be.mygod.vpnhotspot.log", logFile)),
context.getString(R.string.abc_shareactionprovider_share_with)))
context.getString(androidx.appcompat.R.string.abc_shareactionprovider_share_with)))
}
true
}