星火管控
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidManifest.xml 325B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android">
  3. <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
  4. <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
  5. <application>
  6. </application>
  7. </manifest>