universal7885: Add Material you reworked FM app

* UI and function improvements

Change-Id: Ia1ea7aa0caf0ac3838e285952e9be7e79b946e80
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-02-27 22:39:25 +09:00
commit 308a5d49c8
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
148 changed files with 1385 additions and 1222 deletions

View file

@ -1,26 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.eurekateam.fmradio"
android:sharedUserId="android.uid.system">
android:sharedUserId="android.uid.system"
package="com.eurekateam.fmradio">
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<application
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/OneUI4Theme">
<activity
android:name=".ErrorHandler"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.HEADSET_PLUG"/>
<action android:name="com.eurekateam.fmradio.RADIO.IO" />
<action android:name="com.eurekateam.fmradio.TRACKS" />
<action android:name="com.eurekateam.fmradio.NO_HEADPHONE" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
android:theme="@style/Theme.Material3.DayNight.NoActionBar">
<activity
android:name=".MainActivity"
android:exported="true">
@ -39,7 +26,6 @@
<action android:name="com.eurekateam.fmradio.NEXT"/>
<action android:name="com.eurekateam.fmradio.BEFORE"/>
<action android:name="com.eurekateam.fmradio.QUIT"/>
<action android:name="com.eurekateam.fmradio.STOPBG"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</service>