---
layout: default-layout
title: Import Settings from Barcode Scanner X - DBR Mobile FAQs
keywords: Dynamsoft Barcode Reader, FAQ, Mobile, tech basic, android, template, scanner settings
description: How do I import settings from the Barcode Scanner X app into my own Android app? - DBR Mobile FAQs.
needAutoGenerateSidebar: true
---

# How do I import settings from the Barcode Scanner X app into my own Android app?

In the **Barcode Scanner X** app:

1. Navigate to the use case scenario of interest.
2. Tap **"Export Template"** at the bottom-right corner.

Once you have the template file, you can use it in your app with either:

- [`initSettings`](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/android/api-reference/capture-vision-router/settings.html?product=dbr&lang=android#initsettings)
- [`initSettingsFromFile`](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/android/api-reference/capture-vision-router/settings.html?product=dbr&lang=android#initsettingsfromfile)


---