File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<manifest
3- xmlns : android =" http://schemas.android.com/apk/res/android"
4- package =" modder.hub.editor" >
3+ xmlns : android =" http://schemas.android.com/apk/res/android" >
54
65 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
76 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
1918 android : name =" .MainActivity"
2019 android : label =" @string/app_name"
2120 android : configChanges =" keyboard|keyboardHidden|orientation|screenSize"
22- android : windowSoftInputMode =" adjustResize|stateAlwaysVisible" >
21+ android : windowSoftInputMode =" adjustResize|stateAlwaysVisible"
22+ android : exported =" true" >
2323 <intent-filter >
2424 <action android : name =" android.intent.action.MAIN" />
2525
3333 <activity
3434 android:name=" .DebugActivity"
3535 android:screenOrientation=" portrait"
36- android:theme=" @style/AppTheme.DebugActivity" />
36+ android:theme=" @style/AppTheme.DebugActivity"
37+ android:exported=" false" />
3738 </application >
3839
3940</manifest >
You can’t perform that action at this time.
0 commit comments