Commit 0f56cb81 authored by wanglei's avatar wanglei

...

parent c18619aa
......@@ -25,12 +25,7 @@
android:theme="@style/Theme.PDFViewerScannerWhite"
android:usesCleartextTraffic="true"
tools:targetApi="34">
<activity
android:name=".ui.appprocess.AppProcessLoadingActivity"
android:exported="false" />
<activity
android:name=".ui.result.ResultActivity"
android:exported="false" />
<meta-data
android:name="com.google.android.gms.version"
......@@ -72,6 +67,18 @@
<data android:mimeType="application/vnd.ms-powerpoint" />
</intent-filter>
</activity>
<activity
android:name=".ui.result.ResultActivity"
android:exported="false"
android:launchMode="singleTop"
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name=".ui.appprocess.AppProcessLoadingActivity"
android:exported="false"
android:launchMode="singleTop"
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name=".ui.weather.WeatherInterface"
android:exported="false"
......@@ -199,7 +206,7 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<category android:name="com.ttesst.gododo.redause" />
<category android:name="com.lol.pdfscanner.libstdc.chovey" />
</intent-filter>
</receiver>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment