Skip to content

Commit

Permalink
Move DevSettingsActivity from main to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
floydkim committed Aug 12, 2023
1 parent df9f82b commit 732b826
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,7 @@ ipch/
Ankh.NoLoad

# RN New Version App Generation
Examples/testapp_rn
Examples/testapp_rn

# Android debug build files (conflict ignoring #Visual Studio files)
!android/app/src/debug/
10 changes: 10 additions & 0 deletions android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.codepush.react">

<uses-permission android:name="android.permission.INTERNET" />

<application>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>

</manifest>
6 changes: 1 addition & 5 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@

<uses-permission android:name="android.permission.INTERNET" />

<application>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>

</manifest>
</manifest>

0 comments on commit 732b826

Please sign in to comment.