File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 23
23
>
24
24
<activity android : name =" com.facebook.react.devsupport.DevSettingsActivity" />
25
25
26
- <activity
27
- android : name =" com.microsoft.reacttestapp.MainActivity"
28
- android : configChanges =" keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
29
- android : windowSoftInputMode =" adjustResize"
30
- android : exported =" true"
31
- >
26
+ <activity android : name =" com.microsoft.reacttestapp.MainActivity" android : exported =" true" >
32
27
<intent-filter >
33
28
<action android : name =" android.intent.action.MAIN" />
34
29
<category android : name =" android.intent.category.LAUNCHER" />
35
30
</intent-filter >
36
31
</activity >
37
32
38
- <activity android : name =" com.microsoft.reacttestapp.component.ComponentActivity" />
33
+ <activity
34
+ android : name =" com.microsoft.reacttestapp.component.ComponentActivity"
35
+ android : configChanges =" keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
36
+ android : windowSoftInputMode =" adjustResize"
37
+ />
39
38
</application >
40
39
</manifest >
You can’t perform that action at this time.
0 commit comments