Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1938 from tonymanou/settings_activity
Browse files Browse the repository at this point in the history
Changed settings dialog to an activity
  • Loading branch information
M66B committed Aug 30, 2014
2 parents 4deac63 + 79bc42e commit 3aad666
Show file tree
Hide file tree
Showing 8 changed files with 1,315 additions and 1,269 deletions.
16 changes: 16 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,22 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".ActivitySettings"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
android:parentActivityName=".ActivityMain"
android:windowSoftInputMode="stateHidden" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="biz.bokhorst.xprivacy.ActivityMain" />

<intent-filter>
<action android:name="biz.bokhorst.xprivacy.action.SETTINGS" />

<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".ActivityUsage"
android:configChanges="keyboardHidden|orientation|screenSize"
Expand Down
Loading

0 comments on commit 3aad666

Please sign in to comment.