Encoding-with-zxing/Sample/encoding_zxing_lib/src/main/AndroidManifest.xml

11 lines
266 B
XML
Raw Normal View History

2017-01-17 16:17:57 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pureix.encodinganddecodinglib">
<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>