AndroidManifest.xml 464 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2018 The Chromium Authors. All rights reserved.
  4. Use of this source code is governed by a BSD-style license that can be
  5. found in the LICENSE file.
  6. -->
  7. <!--
  8. This is a dummy manifest which is required by Android Studio's _all target.
  9. No <uses-sdk> is allowed due to https://crbug.com/841529.
  10. -->
  11. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  12. package="org.dummy">
  13. </manifest>