diff options
Diffstat (limited to 'flyme/AndroidManifest.xml')
| -rw-r--r-- | flyme/AndroidManifest.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/flyme/AndroidManifest.xml b/flyme/AndroidManifest.xml new file mode 100644 index 0000000..a8a3558 --- /dev/null +++ b/flyme/AndroidManifest.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/** + * Copyright 2016 + * + * 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" + xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" + package="flyme.platform" + coreApp="true" android:sharedUserId="android.uid.system" + android:sharedUserLabel="@string/flyme_system_label"> + + <application android:process="system" + android:persistent="true" + android:hasCode="false" + android:label="@string/flyme_system_label" + android:allowClearUserData="false" + android:killAfterRestore="false" + android:supportsRtl="true"/> + +</manifest> |
