Skip to content

Commit 35e3814

Browse files
committed
Merge branch 'master' of github.com:/IanDarwin/Android-Cookbook-Examples
2 parents 6a10a44 + e563126 commit 35e3814

File tree

7 files changed

+5
-94
lines changed

7 files changed

+5
-94
lines changed

AboutBoxDemo/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

AboutBoxDemo/.idea/compiler.xml

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AboutBoxDemo/.idea/gradle.xml

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AboutBoxDemo/.idea/misc.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

AboutBoxDemo/.idea/modules.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

AboutBoxDemo/.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

AboutBoxDemo/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:label="@string/app_name"
99
android:supportsRtl="true"
1010
android:theme="@style/AppTheme">
11-
<activity android:name=".MainActivity">
11+
<activity android:name=".MainActivity" android:exported="true">
1212
<intent-filter>
1313
<action android:name="android.intent.action.MAIN" />
1414

0 commit comments

Comments
 (0)