diff options
| author | Mike <7153163+hackbar@users.noreply.github.com> | 2018-08-10 21:15:05 -0700 |
|---|---|---|
| committer | Mike <7153163+hackbar@users.noreply.github.com> | 2018-08-23 18:32:29 -0700 |
| commit | fda785c45230e03d1e9ca642c24b083c2a35dcef (patch) | |
| tree | 45d2f45c926327bb0870c0166088fb583dc0d96a /Source/Android/app/src | |
| parent | dd8d7bba9868f92ea5a08c9e857ae05b9ea43652 (diff) | |
Android: whitespace fix
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index b9cf5f0526..ffcdec4e96 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -71,6 +71,7 @@ <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> + <activity android:name=".activities.AppLinkActivity" > <intent-filter> <action android:name="android.intent.action.VIEW" /> |
