OSDN Git Service

とりあえず、APIレベルの引き上げと Android Jetpack化。
[gokigen/JoggingTimer.git] / wear / src / main / AndroidManifest.xml
index 662cbd5..6592edf 100644 (file)
@@ -23,7 +23,7 @@
 
         <activity
             android:name=".stopwatch.MainActivity"
-            android:label="@string/app_name">
+            android:exported="true">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
@@ -50,6 +50,7 @@
         </activity>
         <activity
             android:name=".recordlist.ListActivity"
+            android:exported="true"
             android:label="@string/result_list">
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />