Commit 0f56cb81 authored by wanglei's avatar wanglei

...

parent c18619aa
...@@ -25,12 +25,7 @@ ...@@ -25,12 +25,7 @@
android:theme="@style/Theme.PDFViewerScannerWhite" android:theme="@style/Theme.PDFViewerScannerWhite"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
tools:targetApi="34"> tools:targetApi="34">
<activity
android:name=".ui.appprocess.AppProcessLoadingActivity"
android:exported="false" />
<activity
android:name=".ui.result.ResultActivity"
android:exported="false" />
<meta-data <meta-data
android:name="com.google.android.gms.version" android:name="com.google.android.gms.version"
...@@ -72,6 +67,18 @@ ...@@ -72,6 +67,18 @@
<data android:mimeType="application/vnd.ms-powerpoint" /> <data android:mimeType="application/vnd.ms-powerpoint" />
</intent-filter> </intent-filter>
</activity> </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 <activity
android:name=".ui.weather.WeatherInterface" android:name=".ui.weather.WeatherInterface"
android:exported="false" android:exported="false"
...@@ -199,7 +206,7 @@ ...@@ -199,7 +206,7 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" /> <action android:name="com.google.firebase.MESSAGING_EVENT" />
<action android:name="com.google.android.c2dm.intent.RECEIVE" /> <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> </intent-filter>
</receiver> </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