add param dialog to app

This commit is contained in:
afischerdev 2023-05-04 11:19:07 +02:00
parent cdda6ee32c
commit 3976750f75
11 changed files with 789 additions and 96 deletions

View file

@ -18,6 +18,7 @@
android:label="@string/app_name"
android:preserveLegacyExternalStorage="true"
android:hasFragileUserData="true"
android:enableOnBackInvokedCallback="true"
android:largeHeap="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.App">
@ -87,6 +88,11 @@
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.brf" />
</intent-filter>
</activity>
<activity
android:name=".RoutingParameterDialog"
android:exported="true"
android:launchMode="singleTask"
/>
<service
android:name=".BRouterService"