Skip to content

Commit c1a53ef

Browse files
add some low level files for android
1 parent bd3d5f3 commit c1a53ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

android/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ gradle-wrapper.jar
55
/gradlew.bat
66
/local.properties
77
GeneratedPluginRegistrant.java
8+
.cxx/
89

910
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11+
# See https://flutter.dev/to/reference-keystore
1112
key.properties
1213
**/*.keystore
1314
**/*.jks

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<application
33
android:label="algorithm_visualizer"
44
android:name="${applicationName}"
5+
android:enableOnBackInvokedCallback="true"
6+
57
android:icon="@mipmap/ic_launcher">
68
<activity
79
android:name=".MainActivity"

0 commit comments

Comments
 (0)