diff --git a/DataCapture1/app/src/main/java/com/zebra/datacapture1/MainActivity.java b/DataCapture1/app/src/main/java/com/zebra/datacapture1/MainActivity.java index fabd990..c6399de 100755 --- a/DataCapture1/app/src/main/java/com/zebra/datacapture1/MainActivity.java +++ b/DataCapture1/app/src/main/java/com/zebra/datacapture1/MainActivity.java @@ -180,7 +180,7 @@ public void CreateProfile (View view){ intentConfig.putString("RESET_CONFIG", "true"); Bundle intentProps = new Bundle(); intentProps.putString("intent_output_enabled", "true"); - intentProps.putString("intent_action", "com.zebra.datacapture1.ACTION"); + intentProps.putString("intent_action", getResources().getString(R.string.activity_intent_filter_action)); intentProps.putString("intent_delivery", "2"); intentConfig.putBundle("PARAM_LIST", intentProps); profileConfig.putBundle("PLUGIN_CONFIG", intentConfig);