您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 

16 行
506 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This Google Mobile Ads plugin library manifest will get merged with your
  4. application's manifest, adding the necessary activity and permissions
  5. required for displaying ads.
  6. -->
  7. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  8. package="com.google.unity.ads"
  9. android:versionName="1.0"
  10. android:versionCode="1">
  11. <uses-sdk android:minSdkVersion="14"
  12. android:targetSdkVersion="19" />
  13. <application>
  14. </application>
  15. </manifest>