1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 22:06:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update Example

This commit is contained in:
sunnylqm
2019-10-04 18:38:54 +08:00
parent e59841c074
commit c40bf71032
68 changed files with 8034 additions and 985 deletions

View File

@@ -1,17 +1,20 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.testhotupdate">
package="com.testhotupdate">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:name=".MainApplication"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />