TrivialDriveJava/app/src/main/java/com/sample/android/trivialdrivesample/ui/MainActivity.java [120:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
            return new AlertDialog.Builder(requireContext())
                    .setTitle(R.string.alert_error_title_encoded_public_key_not_set)
                    .setMessage(
                            R.string.alert_error_message_encoded_public_key_not_set)
                    .setPositiveButton(getString(android.R.string.ok),
                            (dialog, which) -> {
                            })
                    .create();
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



TrivialDriveKotlin/app/src/main/java/com/sample/android/trivialdrivesample/ui/MainActivity.java [120:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
            return new AlertDialog.Builder(requireContext())
                    .setTitle(R.string.alert_error_title_encoded_public_key_not_set)
                    .setMessage(
                            R.string.alert_error_message_encoded_public_key_not_set)
                    .setPositiveButton(getString(android.R.string.ok),
                            (dialog, which) -> {
                            })
                    .create();
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



