diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-10-05 22:13:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-10-05 22:13:03 +0530 |
| commit | 8dc2e23927a6f61d9dc0405b854e0fc1e158d613 (patch) | |
| tree | 052186bcea51d1fdeb4b83b52c0006f14e7d3af4 /android/app/src/main/AndroidManifest.xml | |
| parent | 365f18b617fd0a6954ee832138762d14d4dd6539 (diff) | |
| download | daft-launcher-8dc2e23927a6f61d9dc0405b854e0fc1e158d613.tar.gz daft-launcher-8dc2e23927a6f61d9dc0405b854e0fc1e158d613.zip | |
Disable the default back button behavior
Diffstat (limited to '')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9bae7a2..66ed10a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" - android:allowBackup="false" + android:allowBackup="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity" |
