Кнопка btn_play_protectSetting = findViewById (R.id.btn_play_protectSetting);
btn_play_protectSetting.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent openPlayStoreProtectSetting = new Intent();
final String GOOGLE_PLAY_SETTINGS_COMPONENT = "com.google.android.gms";
final String GOOGLE_PLAY_SETTINGS_ACTIVITY = ".security.settings.VerifyAppsSettingsActivity";
openPlayStoreProtectSetting .setClassName( GOOGLE_PLAY_SETTINGS_COMPONENT, GOOGLE_PLAY_SETTINGS_COMPONENT + GOOGLE_PLAY_SETTINGS_ACTIVITY);
startActivity(openPlayStoreProtectSetting );
}
});
И добавьте эту строку в файл манифеста