Skip to content

Commit 47074f0

Browse files
author
mac
committed
update avg
1 parent f7f7033 commit 47074f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
android:exported="true"
153153
android:name=".view.activity.SplashActivity"
154154
android:windowSoftInputMode="stateAlwaysHidden">
155-
<!-- android:theme="@style/AppTheme.Splash"-->
156155
<intent-filter>
157156
<action android:name="android.intent.action.MAIN" />
158157

@@ -219,8 +218,7 @@
219218

220219
<activity
221220
android:name="com.facebook.FacebookActivity"
222-
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
223-
android:label="@string/app_name" />
221+
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" />
224222

225223
<activity
226224
android:name=".view.fcmkit.FcmFoodHomeActivity"
@@ -231,7 +229,7 @@
231229
android:exported="false"
232230
android:resizeableActivity="true"
233231
android:supportsPictureInPicture="true"
234-
tools:targetApi="n" />
232+
/>
235233
</application>
236234

237235
</manifest>

0 commit comments

Comments
 (0)