Skip to content

Commit 1fa5818

Browse files
Removed Whitespace in App Manifest
1 parent 7684aa0 commit 1fa5818

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.aaxena.calculator">
4-
54
<uses-permission android:name="android.permission.VIBRATE" />
6-
75
<application
86
android:allowBackup="true"
97
android:icon="@mipmap/ic_launcher"
@@ -19,11 +17,9 @@
1917

2018
<category android:name="android.intent.category.LAUNCHER" />
2119
</intent-filter>
22-
2320
<meta-data
2421
android:name="android.app.shortcuts"
2522
android:resource="@xml/shortcuts" />
2623
</activity>
2724
</application>
28-
2925
</manifest>

0 commit comments

Comments
 (0)