AndroidManifest.xml (395B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"> 3 <application> 4 <activity 5 android:name="net.taler.merchantpos.debug.ScreenshotActivity" 6 android:exported="true" 7 android:screenOrientation="landscape" 8 android:theme="@style/AppTheme.NoActionBar" /> 9 </application> 10 </manifest>