Skip to content

Commit 1056d45

Browse files
authored
Fix indentation
1 parent 4be1d8b commit 1056d45

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/platforms/android/AndroidManifest.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
1010

1111
<application>
12-
<activity
13-
android:name="com.proyecto26.inappbrowser.ChromeTabsManagerActivity"
14-
android:exported="true">
15-
</activity>
12+
<activity
13+
android:name="com.proyecto26.inappbrowser.ChromeTabsManagerActivity"
14+
android:exported="true">
15+
</activity>
1616
</application>
1717
<queries>
18-
<intent>
19-
<action android:name="android.support.customtabs.action.CustomTabsService" />
20-
</intent>
18+
<intent>
19+
<action android:name="android.support.customtabs.action.CustomTabsService" />
20+
</intent>
2121
</queries>
2222
</manifest>

0 commit comments

Comments
 (0)