File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 49
49
android : supportsPictureInPicture =" true"
50
50
android : configChanges =" keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection|smallestScreenSize|screenLayout"
51
51
android : windowSoftInputMode =" adjustResize"
52
- android : exported =" true" >
53
- <intent-filter >
54
- <action android : name =" android.intent.action.MAIN" />
55
- <category android : name =" android.intent.category.LAUNCHER" />
56
- <category android : name =" android.intent.category.DEFAULT" />
57
- </intent-filter >
52
+ android : exported =" false" >
58
53
</activity >
59
54
60
55
<activity android : name =" .BrowserTestActivity"
116
111
android : exported =" true"
117
112
android : excludeFromRecents =" true" >
118
113
114
+ <intent-filter >
115
+ <action android : name =" android.intent.action.MAIN" />
116
+ <category android : name =" android.intent.category.LAUNCHER" />
117
+ <category android : name =" android.intent.category.DEFAULT" />
118
+ </intent-filter >
119
+
119
120
<intent-filter >
120
121
<action android : name =" android.intent.action.VIEW" />
121
122
<category android : name =" android.intent.category.DEFAULT" />
You can’t perform that action at this time.
0 commit comments