AndroidManifest.xml 588 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
  3. package="uts.sdk.modules.utsProgressNotification">
  4. <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
  5. <application>
  6. <activity android:name="uts.sdk.modules.utsProgressNotification.TransparentActivity"
  7. android:theme="@style/DCNotificationProgressTranslucentTheme" android:hardwareAccelerated="true"
  8. android:screenOrientation="user" android:exported="true">
  9. </activity>
  10. </application>
  11. </manifest>