File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
<meta-data android : name =" test_meta_1" android : value =" 123" />
24
24
25
25
<activity
26
- android : name =" com.example.plugintest.activity.PluginTestActivity" >
26
+ android : name =" com.example.plugintest.activity.PluginTestActivity"
27
+ android : screenOrientation =" landscape" >
27
28
<intent-filter >
28
29
<action
29
30
android : name =" test.abc" />
34
35
</activity >
35
36
36
37
<activity
37
- android : name =" com.example.plugintest.activity.PluginFragmentTestActivity" >
38
+ android : name =" com.example.plugintest.activity.PluginFragmentTestActivity"
39
+ android : windowSoftInputMode =" stateAlwaysVisible" >
38
40
<intent-filter >
39
41
<action
40
42
android : name =" test.def" />
46
48
47
49
<activity
48
50
android : name =" com.example.plugintest.activity.PluginNotInManifestActivity"
49
- android : windowSoftInputMode = " adjustPan "
51
+ android : theme = " @style/PluginTheme "
50
52
android : launchMode =" singleTop"
51
53
android : immersive =" true"
52
- android : screenOrientation =" landscape"
53
54
android : uiOptions =" splitActionBarWhenNarrow"
54
- android : theme = " @style/PluginTheme " >
55
+ android : hardwareAccelerated = " true " >
55
56
<intent-filter >
56
57
<action
57
58
android : name =" test.xyz1" />
You can’t perform that action at this time.
0 commit comments