SetupWizardLibrary/navigationbar/AndroidManifest.xml
Maurice Lam 3da01bb1e0 Move navigationbar to frameworks/opt
Move the navigationbar library project to frameworks/opt so that
Settings (which cannot depend on vendor/google) can use it directly.

Also renamed the package from
com.google.android.setupwizard.navigationbar to
com.android.setupwizard.navigationbar

Change-Id: Ifdc099b3d23b6f1cb35d040b4b6e4d42a5cbf6de
2014-06-04 13:35:09 -07:00

20 lines
800 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.setupwizard.navigationbar">
</manifest>