|
@@ -16,33 +16,20 @@
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage"/>
|
|
|
|
|
|
- <application
|
|
|
- android:requestLegacyExternalStorage="true"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"
|
|
|
- tools:replace="android:theme">
|
|
|
+ <application android:requestLegacyExternalStorage="true">
|
|
|
<service
|
|
|
android:name=".TYUsbDeviceService"
|
|
|
android:enabled="true" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".TYUsbDeviceActivity"
|
|
|
- android:exported="false" />
|
|
|
+ android:exported="false"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
|
|
|
<activity
|
|
|
android:name=".pulse.ui.SuccessActivity"
|
|
|
- android:exported="true"/>
|
|
|
- <activity
|
|
|
- android:name=".pulse.ui.HelpActivity"
|
|
|
- android:exported="false"/>
|
|
|
- <activity
|
|
|
- android:name=".pulse.ui.MeasureFlowActivity"
|
|
|
- android:exported="false"/>
|
|
|
- <activity
|
|
|
- android:name=".pulse.ui.Measure3DFlowActivity"
|
|
|
- android:exported="false"/>
|
|
|
- <activity
|
|
|
- android:name=".pulse.ui.MeasureHandsActivity"
|
|
|
- android:exported="false"/>
|
|
|
+ android:exported="true"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|