-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Added android:appCategory
.
#1724
Conversation
Is there anything wrong with the pr? |
The implementation looks fine, but it seems |
Maybe i should implement that instead |
@player-03 what should be as default value? |
The Android docs say this:
With that in mind, by default, you shouldn't set it to any value. Just skip it entirely. |
These two bits of code stood out among all the one-line assignments, so I figured there was somewhere better for both. I put the `if` block next to the other two `if` blocks and moved `ANDROID_LIBRARY_PROJECTS` to where it was used.
Will this be pushed? |
What do you think of #1735 as a solution? |
It's better then this implementation |
You can close this if you want |
Might leave this open until we get more feedback on my version. Edit: merged. |
This pr is basically making an app able to be detected as a game on
android
.