Skip to content

Commit dbc7a3f

Browse files
セキュリティの設定画面を開くようにした。
1 parent 6aef2fe commit dbc7a3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dConnectManager/dConnectManager/dconnect-manager-app/src/main/java/org/deviceconnect/android/manager/setting/SecuritySettingDialogFragment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ public Dialog onCreateDialog(final Bundle savedInstanceState) {
6060
@Override
6161
public void onSuccess(@NonNull String s) {
6262
shareCA(new File(fileMgr.getBasePath(), "manager.pem"));
63-
Intent installIntent = new Intent(Settings.ACTION_APP_SEARCH_SETTINGS);
63+
Intent installIntent = new Intent(Settings.ACTION_SECURITY_SETTINGS);
6464
installIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
65-
installIntent.putExtra(SearchManager.QUERY, "CA証明書");
6665
startActivity(installIntent);
6766
}
6867

0 commit comments

Comments
 (0)