summaryrefslogtreecommitdiff
path: root/build/android/src/debug/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/src/debug/AndroidManifest.xml')
-rw-r--r--build/android/src/debug/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/android/src/debug/AndroidManifest.xml b/build/android/src/debug/AndroidManifest.xml
index a3815b9f8..ee04d1d03 100644
--- a/build/android/src/debug/AndroidManifest.xml
+++ b/build/android/src/debug/AndroidManifest.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
- <uses-permission android:name="android.permission.SET_DEBUG_APP" />
+
+ <uses-permission android:name="android.permission.SET_DEBUG_APP" />
</manifest>