2023-12-04 15:49:31 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2023-12-06 11:03:26 +08:00
|
|
|
|
<application android:label="Notes.UI" android:icon="@drawable/Icon" />
|
2023-12-04 15:49:31 +08:00
|
|
|
|
</manifest>
|