Update OsuGameActivity and manifest in line with framework changes

This commit is contained in:
Susko3
2021-12-24 12:51:11 +01:00
parent f81e5e8b99
commit 99481d2b77
4 changed files with 10 additions and 12 deletions

View File

@ -0,0 +1,8 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using Android;
using Android.App;
// used for AndroidBatteryInfo
[assembly: UsesPermission(Manifest.Permission.BatteryStats)]