Add dev mode to Android settings menu

Differential Revision: D2521488

fb-gh-sync-id: 28ae23a43570682e42eec4b6995235e8c65dd786
This commit is contained in:
Mike Armstrong
2015-10-07 23:55:19 -07:00
committed by facebook-github-bot-9
parent 3b370ce438
commit 34c26f31f6
4 changed files with 34 additions and 8 deletions

View File

@@ -23,4 +23,9 @@ public interface DeveloperSettings {
* @return Whether debug information about transitions should be displayed.
*/
boolean isAnimationFpsDebugEnabled();
/**
* @return Whether dev mode should be enabled in JS bundles.
*/
boolean isJSDevModeEnabled();
}