| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.android.frameworks.coretests.pcc_test_app" | |
| android:versionCode="1"> | |
| <application> | |
| <service android:name=".PccService" | |
| android:privateComputeCore="true" /> | |
| </application> | |
| </manifest> |