File tree Expand file tree Collapse file tree 3 files changed +1
-102
lines changed
java/com/publicradionative Expand file tree Collapse file tree 3 files changed +1
-102
lines changed Original file line number Diff line number Diff line change 1919 <category android : name =" android.intent.category.LAUNCHER" />
2020 </intent-filter >
2121 </activity >
22- <!-- <activity-->
23- <!-- android:name=".MainActivity"-->
24- <!-- android:label="@string/app_name">-->
25- <!-- <intent-filter>-->
26- <!-- <action android:name="android.intent.action.MAIN" />-->
27- <!-- <category android:name="android.intent.category.LAUNCHER" />-->
28- <!-- </intent-filter>-->
29- <!-- </activity>-->
22+
3023 <!-- Main music service, provides media browsing and media playback services to
3124 consumers through MediaBrowserService and MediaSession. Consumers connect to it through
3225 MediaBrowser (for browsing) and MediaController (for play session control) -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929import com .facebook .react .modules .core .DefaultHardwareBackBtnHandler ;
3030import com .facebook .react .shell .MainReactPackage ;
3131import com .oblador .vectoricons .VectorIconsPackage ;
32-
3332import java .util .List ;
3433
3534/**
3837public class MusicPlayerActivity extends AppCompatActivity implements DefaultHardwareBackBtnHandler {
3938 private ReactInstanceManager mReactInstanceManager ;
4039 private ReactRootView mReactRootView ;
41-
4240 private MediaBrowser mMediaBrowser ;
4341
4442 private final MediaBrowser .ConnectionCallback mConnectionCallback =
You can’t perform that action at this time.
0 commit comments