mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-10 13:04:03 +08:00
Added scroll view in MainActivity and remove rotation lock on demo-app
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".ui.activity.MainActivity"
|
||||
android:exported="true"
|
||||
android:screenOrientation="behind">
|
||||
android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -25,7 +24,6 @@
|
||||
<activity
|
||||
android:name=".ui.activity.MainActivity$MultiProcessActivity"
|
||||
android:exported="false"
|
||||
android:process=":multi_process"
|
||||
android:screenOrientation="behind" />
|
||||
android:process=":multi_process" />
|
||||
</application>
|
||||
</manifest>
|
Reference in New Issue
Block a user