Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activity-alias support #912

Closed
crazecoder opened this issue Nov 19, 2020 · 2 comments
Closed

activity-alias support #912

crazecoder opened this issue Nov 19, 2020 · 2 comments

Comments

@crazecoder
Copy link
Contributor

crazecoder commented Nov 19, 2020

<activity-alias
            android:name="DefaultAlias"
            android:enabled="true"
            android:targetActivity=".MainActivity">
java.lang.ClassNotFoundException: com.flutter.exanple.DefaultAlias
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:454)
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.getMainActivityClass(FlutterLocalNotificationsPlugin.java:550)
@MaikuB
Copy link
Owner

MaikuB commented Nov 21, 2020

Any chance you could submit a PR to resolve this issue? As Flutter's standard application template doesn't use aliases (at least last time I checked), this looks like a very specific use case. Furthermore, this is new concept for me as I don't do "pure" native Android development

@MaikuB
Copy link
Owner

MaikuB commented Nov 26, 2020

Closing as PR was merged and released. Thanks

@MaikuB MaikuB closed this as completed Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants