We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d145d6 commit 13ccef4Copy full SHA for 13ccef4
app/src/main/AndroidManifest.xml
@@ -305,13 +305,19 @@
305
android:scheme="homeassistant"
306
android:host="navigate" />
307
</intent-filter>
308
+ </activity>
309
310
+ <activity-alias
311
+ android:name=".launch.LauncherAlias"
312
+ android:targetActivity=".launch.LaunchActivity"
313
+ android:enabled="false"
314
+ android:exported="true">
315
<intent-filter>
316
<action android:name="android.intent.action.MAIN" />
317
<category android:name="android.intent.category.HOME" />
318
<category android:name="android.intent.category.DEFAULT" />
319
- </activity>
320
+ </activity-alias>
321
322
<activity android:name=".launch.my.MyActivity"
323
android:exported="true">
0 commit comments