-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Simplified AndroidManifest.xml file and properly finish act…
…ivity on back button event. - Removed redundant attribute "android:label" from activity node; It's already specified for application node. - Removed nodes irrelevant for the examples: "allowBackup" and "fullBackupContent". - Invoke ANativeActivity_finish() when back button event is recognized to properly close the application.
- Loading branch information
1 parent
11caca2
commit 03913a8
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters