mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move com/facebook/react/devsupport/AndroidManifest to Internal (#47279)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47279 This file is used by BUCK only and should have not been exposed in the first place. Fixes https://github.com/facebook/react-native/issues/47223 Changelog: [Internal] [Changed] - Move `com/facebook/react/devsupport/AndroidManifest` to Internal Reviewed By: NickGerleman Differential Revision: D65136247 fbshipit-source-id: 01f1e3aed55e932e842132312166b786fd39e7ce
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f5595c716b
commit
19813642f1
-10
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.facebook.react.devsupport">
|
||||
<application>
|
||||
<!-- This activity will be removed for release builds -->
|
||||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity"
|
||||
android:exported="false"
|
||||
/>
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user