mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-15 02:19:12 +08:00
12 lines
389 B
XML
12 lines
389 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.microsoft.codepush.react">
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:label="@string/app_name">
|
|
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
|
</application>
|
|
|
|
</manifest> |