android13/frameworks/opt/telephony/AndroidManifest_Resources.xml

8 lines
287 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<!-- Manifest for telephony resources APK -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.telephony.resources">
<application
android:directBootAware="true"
android:hasCode="false">
</application>
</manifest>