Skip to content

Instantly share code, notes, and snippets.

View michalprikryl's full-sized avatar

Michal Přikryl michalprikryl

View GitHub Profile
// MAIN
Bundle bMain = new Bundle();
bMain.putString("PROFILE_NAME", profileName);
bMain.putString("CONFIG_MODE", "CREATE_IF_NOT_EXIST");
bMain.putString("PROFILE_ENABLED", "true");
// PLUGIN_CONFIG of MAIN -- BARCODE
Bundle bBarcodeConfig = new Bundle();
bBarcodeConfig.putString("PLUGIN_NAME", "BARCODE");
bBarcodeConfig.putString("RESET_CONFIG", "true");