OpenEUICC/libs/hidden-apis/src/main/AndroidManifest.xml
Peter Cai 0de44f7d03 Initial implementation of OpenEuiccService
Nothing is really implemented properly as of now :)

The hidden EuiccService APIs are included as a stubbed library, which
allows us to build outside of the AOSP source tree and support multiple
AOSP versions.
2022-05-03 16:04:34 -04:00

7 lines
247 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="im.angry.hidden.apis"
tools:ignore="ProtectedPermissions">
</manifest>