mirror of
https://github.com/Evolution-X/packages_apps_Pif
synced 2026-01-27 16:54:32 +00:00
29
AndroidManifest.xml
Normal file
29
AndroidManifest.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2023-2024 The Evolution X Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:sharedUserId="android.uid.system"
|
||||
package="com.goolag.pif"
|
||||
android:versionCode="3"
|
||||
android:versionName="3.0" >
|
||||
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.SubSettingsBase">
|
||||
|
||||
<!-- Pif activity -->
|
||||
<activity
|
||||
android:name=".PifActivity"
|
||||
android:label="@string/pif_title"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user