Commit 522aa278 by onuma

#46276 URLをABVEnviromentに移動

parent 101ca21f
...@@ -256,7 +256,7 @@ public class ABookSettingFragment extends PreferenceFragment { ...@@ -256,7 +256,7 @@ public class ABookSettingFragment extends PreferenceFragment {
privacyPolicy.setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() { privacyPolicy.setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() {
@Override @Override
public boolean onPreferenceClick(Preference preference) { public boolean onPreferenceClick(Preference preference) {
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.privacy_policy_url))); Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(ABVEnvironment.getInstance().privacyPolicyUrl));
startActivity(browserIntent); startActivity(browserIntent);
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment