AndroidManifest.xml 393 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
  4. source code is governed by a BSD-style license that can be found in the
  5. LICENSE file.
  6. -->
  7. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  8. package="no.manifest.configured"
  9. android:versionCode="1"
  10. android:versionName="1.0">
  11. </manifest>